mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 14:08:00 +00:00
Fix: Clarify location in chat completion test
Updated the 'chat_completion.json' test case to specify "San Francisco, CA" to prevent ambiguous responses from the model. Signed-off-by: Eran Cohen <eranco@redhat.com>
This commit is contained in:
parent
b1829e3497
commit
2438fef293
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"role": "user",
|
"role": "user",
|
||||||
"content": "What's the weather like in San Francisco?"
|
"content": "What's the weather like in San Francisco, CA?"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tools": [
|
"tools": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue