mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-09 13:55:27 +00:00
Merge branch 'main' into temperature_top_p_from_request
This commit is contained in:
commit
26f7b4af11
54 changed files with 1573 additions and 159 deletions
|
@ -77,4 +77,4 @@ class ChatCompletionChunk(ChatCompletionBase):
|
|||
]
|
||||
|
||||
def to_stream_reply(self):
|
||||
return f"data:{self.model_dump_json()}\n\n"
|
||||
return f"data: {self.model_dump_json()}\n\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue