Skip to content

nkuhn-vmw/open-webui-cf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open-webui-cf

Architecture

This example will deploy the popular Open-webui to Cloud Foundry and Tanzu Platform.

You can wire up many GenAI Services/LLMs to open-webui-cf for testing. This is a great tool to test out many different models and provide a tool to provide a local "Chat GPT" style interface.

This is a rather large python application, it may take a few minutes for the cf push to complete.

See Architecture diagram: Alt text

Create Service Intance for open-webui-cf

# Create service instance with a chat and an embedding model
cf create-service genai multi-model-plan my-multi-model-service-instance

Deploy

cd ./open-webui-cf  #navigate to open-webui-cf dir
cf push

Contributing

Contributions to this project are welcome. Please ensure to follow the existing coding style and add unit tests for any new or changed functionality.

About

This repo is dedicated to deployment of open-webui to Cloud Foundry and Tanzu Platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors