From 81646bdd0027cac894b07d6fc96a1019ca65646d Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 2 Sep 2024 09:18:44 +0200 Subject: [PATCH] chore(docs): update installation-chart documentation (#1618) * chore(docs): update installation-chart documentation * chore(docs): update installation-chart documentation --- .../self-hosted/installation-chart/helm-values/75_assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/infrastructure/self-hosted/installation-chart/helm-values/75_assistant.md b/docs/infrastructure/self-hosted/installation-chart/helm-values/75_assistant.md index 385b774d67..c7cffb1dd0 100644 --- a/docs/infrastructure/self-hosted/installation-chart/helm-values/75_assistant.md +++ b/docs/infrastructure/self-hosted/installation-chart/helm-values/75_assistant.md @@ -67,7 +67,7 @@ The Helm Chart will require including the API key for both the embedding model a The service is already configured to use the following models: - [`text-embedding-3-small`](https://platform.openai.com/docs/guides/embeddings) as Embedding model -- [`gpt-4o-mini`](https://platform.openai.com/docs/models/gpt-4o-mini) as Large Language Model (LLM) +- [`gpt-3.5-turbo`](https://platform.openai.com/docs/models/gpt-3-5-turbo) as Large Language Model (LLM) :::info Please note that using these models has a cost, which is detailed on the [Pricing](https://openai.com/api/pricing/) page of the OpenAI documentation.