Skip to content

Commit

Permalink
Add recipe for saqqal/llm-integration-bundle (#1679)
Browse files Browse the repository at this point in the history
* Add recipe for saqqal/llm-integration-bundle

* Fix manifest.json and add newlines to end of files

* add env variables

---------

Co-authored-by: abdosql <[email protected]>
  • Loading branch information
abdosql and abdosql authored Oct 6, 2024
1 parent 95149d8 commit 8265557
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)%'
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/": "%CONFIG_DIR%/"
},
"env": {
"LLM_PROVIDER_API_KEY": "your_api_key_here",
"LLM_MODEL": "meta_llama_3_1_8b_instruct_turbo"
}
}

0 comments on commit 8265557

Please sign in to comment.