mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 07:00:02 +00:00
feat: Support "stop" parameter in remote:vLLM
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
f369871083
commit
a1da09e166
4 changed files with 34 additions and 0 deletions
|
|
@ -10,6 +10,12 @@
|
|||
"expected": "1963"
|
||||
}
|
||||
},
|
||||
"stop_sequence": {
|
||||
"data": {
|
||||
"content": "Return the exact same sentence: Michael Jordan was born in 1963",
|
||||
"expected": "Michael Jordan was born in"
|
||||
}
|
||||
},
|
||||
"streaming": {
|
||||
"data": {
|
||||
"content": "Roses are red,"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue