mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 16:24:44 +00:00
fix: config's api_token
This commit is contained in:
parent
a1350a99ea
commit
41b267d1c9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ providers:
|
|||
provider_type: remote::sambanova
|
||||
config:
|
||||
url: https://api.sambanova.ai/v1
|
||||
api_key: ${env.SAMBANOVA_API_KEY}
|
||||
api_token: ${env.SAMBANOVA_API_KEY}
|
||||
safety:
|
||||
- provider_id: llama-guard
|
||||
provider_type: inline::llama-guard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue