Support different system messages for different channels and own history for those channels.
This commit is contained in:
@@ -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), \
|
||||
|
||||
Reference in New Issue
Block a user