fix test test_router_completion_streaming
This commit is contained in:
parent
b4d95e740e
commit
24addd8a4f
@ -394,7 +394,7 @@ async def test_router_completion_streaming():
|
||||
"model": "azure/gpt-turbo",
|
||||
"api_key": "os.environ/AZURE_FRANCE_API_KEY",
|
||||
"api_base": "https://openai-france-1234.openai.azure.com",
|
||||
"rpm": 1440,
|
||||
"tpm": 1440,
|
||||
"mock_response": "Hello world",
|
||||
},
|
||||
"model_info": {"id": 1},
|
||||
@ -405,7 +405,7 @@ async def test_router_completion_streaming():
|
||||
"model": "azure/gpt-35-turbo",
|
||||
"api_key": "os.environ/AZURE_EUROPE_API_KEY",
|
||||
"api_base": "https://my-endpoint-europe-berri-992.openai.azure.com",
|
||||
"rpm": 6,
|
||||
"tpm": 6,
|
||||
"mock_response": "Hello world",
|
||||
},
|
||||
"model_info": {"id": 2},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user