Skip to content

Commit

Permalink
use openai defaults for chart values
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Oct 29, 2024
1 parent a602b34 commit e9a0c25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/ai-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ image:
tag: "v1.0.0"

config:
# One of: ollama, openai
provider: openai
providerHost: changeme
# Provider API URL
providerHost: https://api.openai.com

secrets:
token: changeme

# AI Proxy container args
# Note: It can override config.provider and config.providerHost
# - --provider=openai # One of: ollama, openai
# - --provider-host='' # host address to access provider API i.e. https://api.openai.com
# - --provider-token='' # Provider token used to connect to the API. Can be overridden via PLRL_PROVIDER_TOKEN env var.
Expand Down

0 comments on commit e9a0c25

Please sign in to comment.