private-gpt/private_gpt/ui
icsy7867 24fb80ca38
fix(UI): Updated ui.py. Frees up the CPU to not be bottlenecked.
Updated ui.py to include a small sleep timer while building the stream deltas.  This recursive function fires off so quickly to eats up too much of the CPU.  This small sleep frees up the CPU to not be bottlenecked.  This value can go lower/shorter.  But 0.02 or 0.025 seems to work well. (#1589)

Co-authored-by: root <root@wesgitlabdemo.icl.gtri.org>
2024-02-16 12:52:14 +01:00
..
__init__.py Next version of PrivateGPT (#1077) 2023-10-19 16:04:35 +02:00
avatar-bot.ico Fixed the avatar of the box by using a local file (#1266) 2023-11-18 12:29:27 +01:00
images.py Next version of PrivateGPT (#1077) 2023-10-19 16:04:35 +02:00
ui.py fix(UI): Updated ui.py. Frees up the CPU to not be bottlenecked. 2024-02-16 12:52:14 +01:00