private-gpt/private_gpt
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
..
components feat(llm): Add support for Ollama LLM (#1526) 2024-02-09 15:50:50 +01:00
open_ai fix: minor bug in chat stream output - python error being serialized (#1449) 2024-01-16 16:41:20 +01:00
server feat: Add stream information to generate SDKs (#1569) 2024-02-02 16:14:22 +01:00
settings feat(llm): Add support for Ollama LLM (#1526) 2024-02-09 15:50:50 +01:00
ui fix(UI): Updated ui.py. Frees up the CPU to not be bottlenecked. 2024-02-16 12:52:14 +01:00
utils Next version of PrivateGPT (#1077) 2023-10-19 16:04:35 +02:00
__init__.py feat: Disable Gradio Analytics (#1165) 2023-11-06 14:31:26 +01:00
__main__.py fix: Remove global state (#1216) 2023-11-12 22:20:36 +01:00
constants.py Next version of PrivateGPT (#1077) 2023-10-19 16:04:35 +02:00
di.py fix: Remove global state (#1216) 2023-11-12 22:20:36 +01:00
launcher.py Delete old docs (#1384) 2023-12-08 22:39:23 +01:00
main.py fix: Remove global state (#1216) 2023-11-12 22:20:36 +01:00
paths.py fix: Remove global state (#1216) 2023-11-12 22:20:36 +01:00