Skip to content

Commit

Permalink
add env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
abdosql committed Sep 22, 2024
1 parent 0df054f commit c2a50ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion saqqal/llm-integration-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"LLM_PROVIDER_API_KEY": "%generate(secret)%"
"LLM_PROVIDER_API_KEY": "your_api_key_here",
"LLM_MODEL": "meta_llama_3_1_8b_instruct_turbo"
}
}

0 comments on commit c2a50ad

Please sign in to comment.