Skip to content

Commit

Permalink
Fix manifest.json and add newlines to end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
abdosql committed Sep 22, 2024
1 parent 1ae73fe commit 0df054f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
llm_integration:
llm_provider: 'api_together'
llm_api_key: '%env(LLM_PROVIDER_API_KEY)%'
llm_model: '%env(LLM_MODEL)%'
llm_model: '%env(LLM_MODEL)%'
7 changes: 3 additions & 4 deletions saqqal/llm-integration-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)%"
}
}
}

0 comments on commit 0df054f

Please # to comment.