test: replace gpt-3.5-turbo-0613 (deprecated model) (#5794)

This commit is contained in:
Krish Dholakia 2024-09-19 15:39:37 -07:00 committed by GitHub
parent 4e03e1509f
commit 6051086322
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 41 additions and 34 deletions

View file

@ -71,7 +71,7 @@ async def test_content_policy_exception_openai():
# this is ony a test - we needed some way to invoke the exception :(
litellm.set_verbose = True
response = await litellm.acompletion(
model="gpt-3.5-turbo-0613",
model="gpt-3.5-turbo",
stream=True,
messages=[
{"role": "user", "content": "Gimme the lyrics to Don't Stop Me Now"}