From bdcb1e907ee8a983020fcba4c18d7c36d99baca0 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 21 Feb 2024 17:16:08 +0100 Subject: [PATCH] Update questions.yaml Signed-off-by: Kjeld Schouten --- charts/incubator/anything-llm/questions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/incubator/anything-llm/questions.yaml b/charts/incubator/anything-llm/questions.yaml index 868ff68c9f7..5ef877f5f48 100644 --- a/charts/incubator/anything-llm/questions.yaml +++ b/charts/incubator/anything-llm/questions.yaml @@ -135,13 +135,13 @@ questions: schema: type: string default: "llama2" - show_if: [[LLM_PROVIDER, "=", "ollama"]] - variable: LOCAL_AI_API_KEY + show_if: [[LLM_PROVIDER, "=", "ollama"]] - variable: OLLAMA_MODEL_TOKEN_LIMIT label: Ollama Model Token Limit schema: type: int default: 4096 - show_if: [[LLM_PROVIDER, "=", "ollama"]] - variable: LOCAL_AI_API_KEY + show_if: [[LLM_PROVIDER, "=", "ollama"]] - variable: TOGETHER_AI_API_KEY label: Together AI API Key schema: