forked from phoenix/litellm-mirror
fix test_in_memory_redis_sync_e2e
This commit is contained in:
parent
33a0744abe
commit
e5c7189922
1 changed files with 2 additions and 2 deletions
|
@ -291,7 +291,7 @@ async def test_in_memory_redis_sync_e2e():
|
||||||
router = Router(
|
router = Router(
|
||||||
model_list=[
|
model_list=[
|
||||||
{
|
{
|
||||||
"model_name": "gpt-3.5-turbo",
|
"model_name": "gpt-3.5-turbo-very-new",
|
||||||
"litellm_params": {
|
"litellm_params": {
|
||||||
"model": "openai/gpt-3.5-turbo",
|
"model": "openai/gpt-3.5-turbo",
|
||||||
},
|
},
|
||||||
|
@ -317,7 +317,7 @@ async def test_in_memory_redis_sync_e2e():
|
||||||
|
|
||||||
# Make a completion call to trigger spend tracking
|
# Make a completion call to trigger spend tracking
|
||||||
response = await router.acompletion(
|
response = await router.acompletion(
|
||||||
model="gpt-3.5-turbo",
|
model="gpt-3.5-turbo-very-new",
|
||||||
messages=[{"role": "user", "content": "Hello"}],
|
messages=[{"role": "user", "content": "Hello"}],
|
||||||
mock_response="Hello there!",
|
mock_response="Hello there!",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue