Nutlope / twitterbio

Generate your Twitter bio with Mixtral and GPT-3.5.
https://www.twitterbio.io
MIT License
1.66k stars 465 forks source link

API resolved without sending a response for /api/streamgen, this may result in stalled requests. #27

Open maicaiyao43 opened 1 year ago

maicaiyao43 commented 1 year ago

The response = await fetch () in generateBio never gets back. I've print out the OpenAIStream in console and can see the text stream and "Done". What might be the problem?