Skip to content

Commit

Permalink
(ci/cd) run again
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Feb 1, 2024
1 parent 9446fbd commit d90e04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litellm/tests/test_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ def test_completion_openai_organization():

def test_completion_text_openai():
try:
# litellm.set_verbose = True
# litellm.set_verbose =True
response = completion(model="gpt-3.5-turbo-instruct", messages=messages)
print(response["choices"][0]["message"]["content"])
except Exception as e:
Expand Down

0 comments on commit d90e04b

Please sign in to comment.