mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
update run template
This commit is contained in:
parent
5bd1bd30e2
commit
43d6c6fade
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ providers:
|
||||||
config: {}
|
config: {}
|
||||||
- provider_id: wolfram-alpha
|
- provider_id: wolfram-alpha
|
||||||
provider_type: remote::wolfram-alpha
|
provider_type: remote::wolfram-alpha
|
||||||
config: {}
|
config:
|
||||||
|
api_key: ${env.WOLFRAM_ALPHA_API_KEY:}
|
||||||
metadata_store:
|
metadata_store:
|
||||||
type: sqlite
|
type: sqlite
|
||||||
db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/sambanova}/registry.db
|
db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/sambanova}/registry.db
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue