Commit Graph

8 Commits

Author SHA1 Message Date
c010603178 Fix and remove some tests, make openai calls cachable in a file. 2023-12-02 22:36:00 +01:00
2508a12b44 Fix history limit handling. 2023-04-13 18:36:06 +02:00
b1ece64874 Implement possibility to answer to a different channel 2023-04-12 17:56:31 +02:00
2db983c462 Improve history handling
- Try to keep at least 3 messages from each channel in the history
- Use post processed messages for the history, instead of the raw
  messages from the openai API
2023-04-12 12:19:07 +02:00
6d2a3d6ac5 Add a test for the fix functionality. 2023-03-24 18:11:06 +01:00
c85153c490 Switch to TOML for config file, fix bugs. 2023-03-22 21:37:33 +01:00
7ed9049892 Support welcome messages. 2023-03-22 18:49:09 +01:00
c0f1e7e405 Split AI and main tests, implement first AI test. 2023-03-22 18:05:45 +01:00