Edited: 1. agent.py - добавление базового функционала метода stream_responce. 2. Добавлены/отредактированы chat.js, style.css. 3. flask.py добавлен блок инициализации объектов OllamaProvider, Character, Agent
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user