semperai / amica

Amica is an open source interface for interactive communication with 3D characters with voice synthesis and speech recognition.
https://heyamica.com
MIT License
625 stars 96 forks source link

Fix SSE format handling in KoboldAI chat stream #5

Closed PatrickLearn closed 8 months ago

PatrickLearn commented 8 months ago

Resolved an issue where the chat response stream from Koboldcpp was not properly parsed due to its Server-Sent Events (SSE) format. Updated the stream processing logic to correctly parse and handle SSE-formatted data.

vercel[bot] commented 8 months ago

@PatrickLearn is attempting to deploy a commit to the Mistswapdex Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
amica ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 26, 2023 3:17pm
kasumi-1 commented 8 months ago

Thank you!