Commit Graph

55 Commits

Author SHA1 Message Date
08311812e0 Fix staff and welcome channels 2023-04-12 22:58:53 +02:00
b3834681b2 Use get_channel_name function 2023-04-12 22:50:53 +02:00
6074aa4d91 Add some comment 2023-04-12 22:45:42 +02:00
0a9420d156 Fix sending staff messages 2023-04-12 22:45:11 +02:00
2ca528e211 Comment the code a bit 2023-04-12 22:32:24 +02:00
7c029038f6 Output the returned answer from ai to log 2023-04-12 20:18:14 +02:00
6b70292040 Support channel names with # in front. 2023-04-12 20:14:48 +02:00
c8ea88c4e7 Respect ignore-channels when send message 2023-04-12 20:02:32 +02:00
536930d426 Fix shrink history for short path case. 2023-04-12 19:59:27 +02:00
b1a38d5e86 Refactor respond function. 2023-04-12 19:56:25 +02:00
4cfb6c162e Fix the DMChannel support 2023-04-12 19:38:20 +02:00
203ebe72c1 Accept JSON structure as channel name 2023-04-12 19:22:45 +02:00
b26b98611a Make the JSON porse a bit more robust. 2023-04-12 19:19:20 +02:00
b1ece64874 Implement possibility to answer to a different channel 2023-04-12 17:56:31 +02:00
defe598651 Improve handling of wrong keys in response 2023-04-12 12:47:53 +02:00
77fe7a69d6 Make history messages per channel configurable 2023-04-12 12:23:41 +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
79fc0d6cba Do not return "'none'" from parse_maybe_json. 2023-04-10 15:43:46 +02:00
d29595136f Output the final answer in the log 2023-04-10 14:41:57 +02:00
961e70f17e See quotet 'none' and 'null' also as None answer. 2023-04-10 14:34:38 +02:00
9a411a3fed Handle messages as direct, when bot is mentioned. 2023-04-10 13:50:35 +02:00
24ae6bcf32 Convert markdown links to just links. 2023-03-30 17:33:58 +02:00
9eda81d7eb Improve parse_maybe_json. 2023-03-30 15:52:11 +02:00
585ecc17c6 Parse response values, when they are JSON. 2023-03-30 15:38:42 +02:00
c7d89333ad On direct messages respond also on ignored channels. 2023-03-29 20:02:41 +02:00
93c5758e02 Some more fixes, reduce retries. 2023-03-29 19:53:45 +02:00
ddc44bb9da Improve JSON parsing. 2023-03-29 19:22:54 +02:00
7f3cb66043 Improve log output. 2023-03-29 17:27:40 +02:00
Fjerkroa Auto
cceb0e3ea3 Improve reloading on config change 2023-03-29 17:26:43 +02:00
e6d13afcca Reduce timeouts, introduce ignore-channels, fix the fix functions. 2023-03-28 21:24:49 +02:00
a503ee405c Ignore short path on messages mentioning the bot directly. 2023-03-27 18:38:56 +02:00
2ee2b092d6 Save history on short patch. 2023-03-27 14:13:10 +02:00
Fjerkroa Auto
2cd66b55ee Try to fix the fix. 2023-03-24 19:14:28 +01:00
b82477fc83 Support saving history. 2023-03-24 18:27:30 +01:00
Fjerkroa Auto
8aab8e2ec8 Small fixes. 2023-03-24 18:01:57 +01:00
b3edc621f6 Add an optional fix layer to the answer. 2023-03-24 17:28:56 +01:00
Fjerkroa Auto
592eb0cb2c Output the wrong data copy&pastable. 2023-03-24 16:11:14 +01:00
Fjerkroa Auto
72c7d83766 Fix error handling when JSON can not be parsed. 2023-03-24 15:29:13 +01:00
78591ef13a Add support of short path messages, which are not send to the AI but just added to the history. 2023-03-24 13:42:10 +01:00
2e848db333 Suppress embeds in messages. 2023-03-23 18:51:32 +01:00
Fjerkroa Auto
a781f737b0 Use system description, if no specific channel description is in config. 2023-03-23 13:10:38 +01:00
Fjerkroa Auto
7007a0bfd5 Small fixes. 2023-03-22 23:49:36 +01:00
Fjerkroa Auto
95e810db7a Add channel name to the messages, fix things. 2023-03-22 23:28:32 +01:00
d23e780248 Support different system messages for different channels and own history for those channels. 2023-03-22 22:16:59 +01:00
227b1af986 Fix issue with private messages. 2023-03-22 22:05:17 +01:00
8f2f18b73b Improve hack handling. 2023-03-22 21:52:27 +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
934ba62557 Begin to add tests for AIResponder. 2023-03-22 17:29:14 +01:00