Skip to content

Commit

Permalink
Disable features on Open WebUI
Browse files Browse the repository at this point in the history
  • Loading branch information
nstogner committed Aug 30, 2024
1 parent 64d4fed commit 337c43e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion charts/kubeai/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,15 @@ openwebui:
- name: OPENAI_API_BASE_URLS
# TODO: This changes with .fullnameOverride and .service.port, make this more robust.
value: "http://kubeai/openai/v1"
# A good number of features are not compatible with the KubeAI architecture.
- name: ENABLE_OLLAMA_API
value: "False"
value: "false"
- name: SHOW_ADMIN_DETAILS
value: "false"
- name: SAFE_MODE
value: "true"
- name: ENABLE_LITELLM
value: "false"

replicaCount: 1

Expand Down

0 comments on commit 337c43e

Please sign in to comment.