mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
fix: streaming msg
This commit is contained in:
parent
45bb105ad5
commit
959595f971
@ -220,8 +220,8 @@ async function processQueue(streamingState: StreamingState, res: Response, reque
|
||||
const newlineChunk: ChatCompletionChunk = {
|
||||
id: requestId,
|
||||
object: 'chat.completion.chunk',
|
||||
created: Math.floor(Date.now() / 1000),
|
||||
model: model,
|
||||
created,
|
||||
model,
|
||||
system_fingerprint: 'fp_' + requestId,
|
||||
choices: [{
|
||||
index: 0,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user