mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
test: replace gpt-3.5-turbo-0613 (deprecated model) (#5794)
This commit is contained in:
parent
4e03e1509f
commit
6051086322
9 changed files with 41 additions and 34 deletions
|
@ -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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue