Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
patcher9 committed Mar 27, 2024
1 parent a37099b commit b11f585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_chat_completion_with_gpt_3_5_turbo():
chat_completions_resp = client.chat.completions.create(
model="gpt-3.5-turbo",
max_tokens=1,
messages=[{"role": "user", "content": "What is Grafana?"}]
messages=[{"role": "user", "content": "What is LLM Observability?"}]
)
assert chat_completions_resp.object == 'chat.completion'

Expand Down

0 comments on commit b11f585

Please sign in to comment.