Support different system messages for different channels and own history for those channels.

This commit is contained in:
OK
2023-03-22 22:16:59 +01:00
parent 227b1af986
commit d23e780248
3 changed files with 14 additions and 5 deletions
+1
View File
@@ -28,6 +28,7 @@ class TestBotBase(unittest.IsolatedAsyncioTestCase):
"frequency-penalty": 1.0,
"history-limit": 10,
"system": "You are an smart AI",
"additional-responders": [],
}
self.history_data = []
with patch.object(FjerkroaBot, 'load_config', new=lambda s, c: self.config_data), \