From 39967c9ac1d01b2c3babf60a841a86010e68940e Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Mon, 19 Jun 2023 22:42:30 +0100 Subject: [PATCH] Update README.md (#161) Signed-off-by: Alex Jones --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84e52e69ee..34788c1286 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ spec: # anonymized: false # language: english noCache: false - version: v0.3.0 + version: v0.3.8 # filters: # - Ingress # sink: @@ -105,7 +105,7 @@ spec: baseUrl: https://k8sgpt.openai.azure.com/ engine: llm noCache: false - version: v0.3.2 + version: v0.3.8 EOF ``` @@ -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..svc.cluster.local:8080/v1`.