Skip to content

Commit

Permalink
test: change wrong to Expected Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dongs0104 committed Dec 14, 2024
1 parent 264e3a7 commit 676e6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/openai/tests/test_chat_completions.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_chat_completions_user_prompt_dict(self, client, model: str):
messages = [
{
"role": "user",
"content": {"type": "text", "text": "What is machine learning?"},
"content": [{"type": "text", "text": "What is machine learning?"}],
}
]

Expand Down

0 comments on commit 676e6b8

Please sign in to comment.