Skip to content

Commit 66eaa8c

Browse files
committed
fix-tests
Signed-off-by: yxia216 <[email protected]>
1 parent d9e5df7 commit 66eaa8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/extproc/testupstream_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,9 @@ data: {"choices":[{"index":0,"delta":{"content":" you","role":"assistant"}}],"ob
563563
564564
data: {"choices":[{"index":0,"delta":{"content":" today","role":"assistant"}}],"object":"chat.completion.chunk"}
565565
566-
data: {"choices":[{"index":0,"delta":{"content":"?","role":"assistant"},"finish_reason":"stop"}],"object":"chat.completion.chunk","usage":{"prompt_tokens":10,"completion_tokens":7,"total_tokens":17,"completion_tokens_details":{},"prompt_tokens_details":{}}}
566+
data: {"choices":[{"index":0,"delta":{"content":"?","role":"assistant"},"finish_reason":"stop"}],"object":"chat.completion.chunk"}
567+
568+
data: {"object":"chat.completion.chunk","usage":{"prompt_tokens":10,"completion_tokens":7,"total_tokens":17,"completion_tokens_details":{},"prompt_tokens_details":{}}}
567569
568570
data: [DONE]
569571
`,

0 commit comments

Comments
 (0)