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" } }