open-webui / helm-charts

70 stars 47 forks source link

Update workload-manager.yaml check if ollama enabled #79

Closed davizucon closed 2 months ago

davizucon commented 2 months ago

Check if ollama integration is enabled. If yes, add variable, else don't.

Without this check, you must do add some value that not be used.

Update: added ENABLE_OLLAMA_API="False" Default behavior if not informed OLLAMA_BASE_URLS, is to set enabled and docker host as url value.

0xThresh commented 2 months ago

Hey @davizucon, thanks for the PR. I checked that your changes look good. Please rebase this and read the CONTRIBUTING.md file for the steps to update the chart's app version to make sure it'll be released when I merge it. Thank you for your contribution!