mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
feat: add Ambient as an OpenAI-compatible provider
Register Ambient (api.ambient.xyz) in providers.json.
This commit is contained in:
parent
64d1de0552
commit
59de4f7c10
1 changed files with 4 additions and 0 deletions
|
|
@ -90,5 +90,9 @@
|
|||
"headers": {
|
||||
"api-subscription-key": "{api_key}"
|
||||
}
|
||||
},
|
||||
"ambient": {
|
||||
"base_url": "https://api.ambient.xyz/v1",
|
||||
"api_key_env": "AMBIENT_API_KEY"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue