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
+2 -1
View File
@@ -34,7 +34,8 @@ class Character():
self.first_message = first_message
self.temperature = temperature
self.max_tokens = max_tokens
# Methods:
#методы:
def to_dict(self):
return {