forked from phoenix/litellm-mirror
fix test
This commit is contained in:
parent
c8884e21e7
commit
aaca89e0fe
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ messages = [{ "content": user_message,"role": "user"}]
|
|||
|
||||
def test_completion_azure():
|
||||
try:
|
||||
response = completion(model="chatgpt-test", messages=messages, azure=True)
|
||||
response = completion(model="gpt-3.5-turbo", deployment_id="chatgpt-test", messages=messages, azure=True)
|
||||
# Add any assertions here to check the response
|
||||
print(response)
|
||||
except Exception as e:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "litellm"
|
||||
version = "0.1.350"
|
||||
version = "0.1.351"
|
||||
description = "Library to easily interface with LLM API providers"
|
||||
authors = ["BerriAI"]
|
||||
license = "MIT License"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue