From c2a50adc4bfe51ae55e3aa23e864bb502d92acbf Mon Sep 17 00:00:00 2001 From: abdosql Date: Sun, 22 Sep 2024 23:25:53 +0200 Subject: [PATCH] add env variables --- saqqal/llm-integration-bundle/1.0/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/saqqal/llm-integration-bundle/1.0/manifest.json b/saqqal/llm-integration-bundle/1.0/manifest.json index ab360af9a..39605a0b0 100644 --- a/saqqal/llm-integration-bundle/1.0/manifest.json +++ b/saqqal/llm-integration-bundle/1.0/manifest.json @@ -6,6 +6,7 @@ "config/": "%CONFIG_DIR%/" }, "env": { - "LLM_PROVIDER_API_KEY": "%generate(secret)%" + "LLM_PROVIDER_API_KEY": "your_api_key_here", + "LLM_MODEL": "meta_llama_3_1_8b_instruct_turbo" } }