-
Notifications
You must be signed in to change notification settings - Fork 59.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] 相同key在本项目会出现空回复,但是lobechat及其他项目正常回复 #4352
Comments
Title: [Bug] There will be a null reply for the same key in this project, but lobechat and other projects will reply normally. |
和 #3427 (comment) 相同 |
Same as #3427 (comment) |
尝试里面提到的方法,但仍无效 |
Tried the methods mentioned there, but still doesn't work |
@blackh1 could you share the original request & response via the chrome dev tools? |
curl 'https://******/api/openai/v1/chat/completions'
|
@blackh1 I mean the request error/log when the stream message is disconnected, this is very helpful for initially determining the root casue |
please see #5001 |
Bug Description
使用相同的apikey,在本项目会出现空回复的情况
Steps to Reproduce
填入key和自定义的endpoint,然后进行提问
后端为自建的oneapi,模型是将gpt-3.5映射到abab5.5-chat,就会出现这个问题。
Expected Behavior
正常回复
Screenshots
oneapi日志
record consume log: userId=2, channelId=34, promptTokens=402, completionTokens=0, modelName=abab5.5-chat, tokenName=chat
vercel日志
Deployment Method
Desktop OS
No response
Desktop Browser
Chrome
Desktop Browser Version
122.0
Smartphone Device
No response
Smartphone OS
No response
Smartphone Browser
No response
Smartphone Browser Version
No response
Additional Logs
No response
The text was updated successfully, but these errors were encountered: