Edited: 1. agent.py - добавление базового функционала метода stream_responce. 2. Добавлены/отредактированы chat.js, style.css. 3. flask.py добавлен блок инициализации объектов OllamaProvider, Character, Agent

This commit is contained in:
2026-05-12 21:31:46 +03:00
parent 47a704e152
commit 3b4c8a1151
57 changed files with 6859 additions and 8 deletions
-1
View File
@@ -25,7 +25,6 @@ class OllamaProvider:
content = chunk['message']['content']
print(content, end='', flush=True)
response_text += content
return response_text
except Exception as e: