Commit Graph

62 Commits

Author SHA1 Message Date
b1087d554b Create sendRand and sendRandDM to handle message events 2023-04-10 03:50:45 +02:00
999a554661 moving busy state global so users cant spawn overrun processes 2023-04-10 03:28:41 +02:00
c14635769d feat: Add error handling for empty response in chatbot conversation
This commit adds a new block of code to handle cases where the chatbot generates an empty response, which was previously causing a delay of one message in the conversation. The new code selects a random message from a predefined list of human-like responses to notify the user that an error has occurred, then resets the conversation history and deletes the memory map for that user. This ensures that subsequent messages from the same user will not be delayed due to the empty response.
2023-04-10 02:53:37 +02:00
27d8ad1f78 rand 2023-04-10 02:42:58 +02:00
8b24a80279 moving vars to env updating default env 2023-04-10 02:19:50 +02:00
0953663059 Adding in more responses for when users refresh manually 2023-04-10 02:10:02 +02:00
da270f2f60 changing the chat pre content 2023-04-10 02:00:51 +02:00
451205cb7d made it pretty 2023-04-10 01:49:51 +02:00
875ab7fdd2 giving errors and responses a more human feel. 2023-04-10 01:45:06 +02:00
d90e8e4430 some random stuff and prompt changes 2023-04-10 01:10:48 +02:00
5ac35ca6a5 update 2023-04-09 18:31:48 +02:00
87802ccfc9 first 2023-04-09 18:07:32 +02:00