Skip to content

Commit b5ada06

Browse files
committed
ci: test adjustments for Qwen3-0.6B
Without this hint Qwen3-0.6B tends to reply with the full name and sometimes doesn't reply with the correct drafted year. Signed-off-by: Derek Higgins <derekh@redhat.com>
1 parent b90c6a2 commit b5ada06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_cases/inference/chat_completion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
"messages": [
260260
{
261261
"role": "system",
262-
"content": "You are a helpful assistant. Michael Jordan was born in 1963. He played basketball for the Chicago Bulls for 15 seasons."
262+
"content": "You are a helpful assistant. Michael Jordan was born in 1963. His first name is \"Michael\", He played basketball for the Chicago Bulls for 15 seasons and was drafted in 1984"
263263
},
264264
{
265265
"role": "user",

0 commit comments

Comments
 (0)