diff --git a/symfony/ai-amazee-ai-platform/0.6/config/packages/ai_amazeeai_platform.yaml b/symfony/ai-amazee-ai-platform/0.6/config/packages/ai_amazeeai_platform.yaml new file mode 100644 index 00000000..511bd9cc --- /dev/null +++ b/symfony/ai-amazee-ai-platform/0.6/config/packages/ai_amazeeai_platform.yaml @@ -0,0 +1,5 @@ +ai: + platform: + amazeeai: + base_url: '%env(AMAZEEAI_LLM_API_URL)%' + api_key: '%env(AMAZEEAI_LLM_KEY)%' diff --git a/symfony/ai-amazee-ai-platform/0.6/manifest.json b/symfony/ai-amazee-ai-platform/0.6/manifest.json new file mode 100644 index 00000000..c0b1d3a4 --- /dev/null +++ b/symfony/ai-amazee-ai-platform/0.6/manifest.json @@ -0,0 +1,9 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "AMAZEEAI_LLM_API_URL=https://llm.YOUR_REGION.amazee.ai", + "#2": "AMAZEEAI_LLM_KEY=CHANGE_ME" + } +}