forked from phoenix/litellm-mirror
fix azure
This commit is contained in:
parent
7b386ee4d8
commit
c844d26ff1
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ def test_completion_azure_with_litellm_key():
|
|||
def test_completion_azure_deployment_id():
|
||||
try:
|
||||
response = completion(
|
||||
deployment_id="chatgpt-v-2",
|
||||
deployment_id="azure/chatgpt-v-2",
|
||||
model="gpt-3.5-turbo",
|
||||
messages=messages,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue