Unverified Commit 0b9a612f authored by lacora's avatar lacora Committed by GitHub
Browse files

[BugFix][easy] Fix flaky test test_gpt_oss_multi_turn_chat (#24549)


Signed-off-by: default avatarlacora2017 <yehu@meta.com>
Co-authored-by: default avatarlacora2017 <yehu@meta.com>
parent 4c04eef7
...@@ -178,7 +178,7 @@ async def test_gpt_oss_multi_turn_chat(gptoss_client: OpenAI, ...@@ -178,7 +178,7 @@ async def test_gpt_oss_multi_turn_chat(gptoss_client: OpenAI,
}, },
{ {
"role": "user", "role": "user",
"content": "What is the weather in Dallas, TX?" "content": "What is the weather in Dallas, TX with celsius?"
}, },
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment