diff --git a/saqqal/llm-integration-bundle/1.0/config/packages/llm_integration.yaml b/saqqal/llm-integration-bundle/1.0/config/packages/llm_integration.yaml index aab14c477..e21674514 100644 --- a/saqqal/llm-integration-bundle/1.0/config/packages/llm_integration.yaml +++ b/saqqal/llm-integration-bundle/1.0/config/packages/llm_integration.yaml @@ -1,4 +1,4 @@ llm_integration: llm_provider: 'api_together' llm_api_key: '%env(LLM_PROVIDER_API_KEY)%' - llm_model: '%env(LLM_MODEL)%' \ No newline at end of file + llm_model: '%env(LLM_MODEL)%' diff --git a/saqqal/llm-integration-bundle/1.0/manifest.json b/saqqal/llm-integration-bundle/1.0/manifest.json index 422b694af..ab360af9a 100644 --- a/saqqal/llm-integration-bundle/1.0/manifest.json +++ b/saqqal/llm-integration-bundle/1.0/manifest.json @@ -3,10 +3,9 @@ "Saqqal\\LlmIntegrationBundle\\LlmIntegrationBundle": ["all"] }, "copy-from-recipe": { - "config/packages/": "%CONFIG_DIR%/packages/" + "config/": "%CONFIG_DIR%/" }, "env": { - "LLM_PROVIDER_API_KEY": "your_api_key_here", - "LLM_MODEL": "meta_llama_3_1_8b_instruct_turbo" + "LLM_PROVIDER_API_KEY": "%generate(secret)%" } -} \ No newline at end of file +}