Skip to content

Commit

Permalink
feat(k8sgpt): enable noopai
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 73294be commit 91f093d
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,9 +18,9 @@
ai:
providers:
noopai:
enabled: false
localai:
enabled: true
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:
Expand Down

0 comments on commit 91f093d

Please sign in to comment.