+21
−15
uicontroller.py
0 → 100644
+74
−0
Loading
- Modified generate_answer() to be compatible with the ui (streaming). Also in the conversation only the LLM's answer is saved and later provided to the LLM for context window savings. - Created uicontroller module that can create a simple ui which can be shared.