mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
test_provider_budgets_e2e_test
This commit is contained in:
parent
9ea8c72ebc
commit
4b06d6d6d6
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ async def test_provider_budgets_e2e_test():
|
|||
{
|
||||
"model_name": "gpt-3.5-turbo", # openai model name
|
||||
"litellm_params": { # params for litellm completion/embedding call
|
||||
"model": "azure/chatgpt-v-3",
|
||||
"model": "azure/gpt-4.1-nano",
|
||||
"api_key": os.getenv("AZURE_API_KEY"),
|
||||
"api_version": os.getenv("AZURE_API_VERSION"),
|
||||
"api_base": os.getenv("AZURE_API_BASE"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue