Skip to content

Commit

Permalink
Add recipe for saqqal/llm-integration-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
abdosql committed Sep 22, 2024
1 parent 5335867 commit 1ae73fe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
llm_integration:
llm_provider: 'api_together'
llm_api_key: '%env(LLM_PROVIDER_API_KEY)%'
llm_model: '%env(LLM_MODEL)%'

Check failure on line 4 in saqqal/llm-integration-bundle/1.0/config/packages/llm_integration.yaml

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Should end with a newline
12 changes: 12 additions & 0 deletions saqqal/llm-integration-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"bundles": {
"Saqqal\\LlmIntegrationBundle\\LlmIntegrationBundle": ["all"]
},
"copy-from-recipe": {
"config/packages/": "%CONFIG_DIR%/packages/"
},
"env": {
"LLM_PROVIDER_API_KEY": "your_api_key_here",
"LLM_MODEL": "meta_llama_3_1_8b_instruct_turbo"
}
}

Check failure on line 12 in saqqal/llm-integration-bundle/1.0/manifest.json

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Should end with a newline

0 comments on commit 1ae73fe

Please # to comment.