xtekky / chatgpt-clone

ChatGPT interface with better UI
https://g4f.ai
GNU General Public License v3.0
3.45k stars 1.03k forks source link

increase backend conversation speed #125

Open dail45 opened 11 months ago

dail45 commented 11 months ago

1) using orjson instead of standart python json, another small changes for better performance 2) accumulating chunks from openai when js in decoding chunks (config->backend_config->join_chunks turn on by default)