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 d67c796 commit 4a6d7a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gitops/argocd/charts/ai/k8sgpt/values-k3s-homelab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@

ai:
providers:
localai:
noopai:
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 4a6d7a5

Please sign in to comment.