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