mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 18:42:38 +00:00
braintrust api key in config
This commit is contained in:
parent
c699e884b5
commit
001badcca1
16 changed files with 36 additions and 15 deletions
|
|
@ -72,7 +72,8 @@ providers:
|
|||
config: {}
|
||||
- provider_id: braintrust
|
||||
provider_type: inline::braintrust
|
||||
config: {}
|
||||
config:
|
||||
openai_api_key: ${env.OPENAI_API_KEY}
|
||||
metadata_store:
|
||||
namespace: null
|
||||
type: sqlite
|
||||
|
|
|
|||
|
|
@ -66,7 +66,8 @@ providers:
|
|||
config: {}
|
||||
- provider_id: braintrust
|
||||
provider_type: inline::braintrust
|
||||
config: {}
|
||||
config:
|
||||
openai_api_key: ${env.OPENAI_API_KEY}
|
||||
metadata_store:
|
||||
namespace: null
|
||||
type: sqlite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue