Skip to content

Commit

Permalink
feat(k8sgpt): Enable OpenAI backend
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Jan 25, 2024
1 parent 10f9476 commit 75a9d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitops/argocd/charts/ai/k8sgpt/values-k3s-homelab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
ai:
providers:
noopai:
enabled: true
enabled: false
localai:
enabled: false
model: llama-2-7b-chat.ggmlv3.q4_0.bin # gpt-3.5-turbo
baseUrl: http://localai.ai.svc.cluster.local:8080/v1
openai:
enabled: false
enabled: true
model: gpt-3.5-turbo
azure_openai:
enabled: false
Expand Down

0 comments on commit 75a9d47

Please sign in to comment.