mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-17 14:38:08 +00:00
Update to working k8sgpt + localai example in documentation (#852)
This commit is contained in:
@ -55,7 +55,6 @@ spec:
|
|||||||
baseUrl: http://local-ai.local-ai.svc.cluster.local:8080/v1
|
baseUrl: http://local-ai.local-ai.svc.cluster.local:8080/v1
|
||||||
noCache: false
|
noCache: false
|
||||||
model: gpt-3.5-turbo
|
model: gpt-3.5-turbo
|
||||||
noCache: false
|
|
||||||
version: v0.3.0
|
version: v0.3.0
|
||||||
enableAI: true
|
enableAI: true
|
||||||
EOF
|
EOF
|
||||||
@ -67,4 +66,7 @@ Apply a broken pod:
|
|||||||
|
|
||||||
```
|
```
|
||||||
kubectl apply -f broken-pod.yaml
|
kubectl apply -f broken-pod.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## ArgoCD Deployment Example
|
||||||
|
[Deploy K8sgpt + localai with Argocd](https://github.com/tyler-harpool/gitops/tree/main/infra/k8gpt)
|
||||||
|
Reference in New Issue
Block a user