ChatGPTNextWeb / ChatGPT-Next-Web

A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。
https://app.nextchat.dev/
MIT License
72.46k stars 57.57k forks source link

[Bug] 会遇到触发finish_reason为stop的情况。 #4893

Open LeXwDeX opened 3 days ago

LeXwDeX commented 3 days ago

Bug Description

当SSE推送消息的时候,收到这种消息会触发stop导致模型停止输出。

image

data: {"id":"chatcmpl-9eecNoubJGBMDtO7YnhA3hIa9fxzK","object":"chat.completion.chunk","created":1719476283,"model":"gpt-4o-2024-05-13","system_fingerprint":"fp_abc28019ad","choices":[{"index":0,"delta":{"content":" ="},"logprobs":null,"finish_reason":null}]}

data: {"id":"chatcmpl-9eecNoubJGBMDtO7YnhA3hIa9fxzK","object":"chat.completion.chunk","created":1719476283,"model":"gpt-4o-2024-05-13","system_fingerprint":"fp_abc28019ad","choices":[{"index":0,"delta":{"content":" tokenizer"},"logprobs":null,"finish_reason":null}]}

data: {"id":"chatcmpl-9eecNoubJGBMDtO7YnhA3hIa9fxzK","object":"chat.completion.chunk","created":1719476283,"model":"gpt-4o-2024-05-13","system_fingerprint":"fp_abc28019ad","choices":[{"index":0,"delta":{"content":"(f"},"logprobs":null,"finish_reason":null}]}

data: {"id":"chatcmpl-9eecNoubJGBMDtO7YnhA3hIa9fxzK","object":"chat.completion.chunk","created":1719476283,"model":"gpt-4o-2024-05-13","system_fingerprint":"fp_abc28019ad","choices":[{"index":0,"delta":{"content":"\""},"logprobs":null,"finish_reason":null}]}

data: {"id":"chatcmpl-9eecNoubJGBMDtO7YnhA3hIa9fxzK","object":"chat.completion.chunk","created":1719476283,"model":"gpt-4o-2024-05-13","system_fingerprint":"fp_abc28019ad","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}]}

data: [DONE]

遇到一个奇怪的地方,这里会触发"finish_reason":"stop"

Issues-translate-bot commented 3 days ago

Bot detected the issue body's language is not English, translate it automatically.


Title: [Bug] You will encounter a situation where finish_reason is stop.