Skip to content
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

Streaming issue (maybe) #205

Open
amFarrouk opened this issue Jan 28, 2024 · 4 comments
Open

Streaming issue (maybe) #205

amFarrouk opened this issue Jan 28, 2024 · 4 comments

Comments

@amFarrouk
Copy link

image

{model: "gpt-4",…} messages : [{role: "system",…}, {role: "user", content: "hello"}, {role: "assistant", content: "! I today?"},…] 0 : {role: "system",…} 1 : {role: "user", content: "hello"} content : "hello" role : "user" 2 : {role: "assistant", content: "! I today?"} content : "! I today?" role : "assistant" 3 : {role: "user", content: "hello"} content : "hello" role : "user" 4 : {role: "assistant", content: "! I assist you today?"} content : "! I assist you today?" role : "assistant" 5 : {role: "user", content: "hello"} content : "hello" role : "user" model : "gpt-4" stream : true temperature : 0

@amFarrouk amFarrouk reopened this Jan 28, 2024
@dooshek
Copy link

dooshek commented Jan 29, 2024

Same here, any solutions?

@leoffx
Copy link

leoffx commented Jan 31, 2024

If you're looking for a fixed version, I deployed a hotfix on mine
https://github.com/leoffx/chat-with-gpt / https://chatwithgpt-app.web.app/

@dooshek
Copy link

dooshek commented Feb 7, 2024

Thanks, it works!

@ghost
Copy link

ghost commented Apr 26, 2024

Hi @leoffx, had you also time to fix the docker image?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants