Skip to content

Commit

Permalink
Update README.md (k8sgpt-ai#161)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones committed Jun 19, 2023
1 parent 3d2b5c4 commit 39967c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
# anonymized: false
# language: english
noCache: false
version: v0.3.0
version: v0.3.8
# filters:
# - Ingress
# sink:
Expand Down Expand Up @@ -105,7 +105,7 @@ spec:
baseUrl: https://k8sgpt.openai.azure.com/
engine: llm
noCache: false
version: v0.3.2
version: v0.3.8
EOF
```
Expand Down Expand Up @@ -135,7 +135,7 @@ spec:
backend: localai
baseUrl: http://local-ai.local-ai.svc.cluster.local:8080/v1
noCache: false
version: v0.3.4
version: v0.3.8
EOF
```
Note: ensure that the value of `baseUrl` is a properly constructed [DNS name](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#services) for the LocalAI Service. It should take the form: `http://local-ai.<namespace_local_ai_was_installed_in>.svc.cluster.local:8080/v1`.
Expand Down

0 comments on commit 39967c9

Please sign in to comment.