Wroclaw
  • Joined on 2020-10-08
Wroclaw pushed to main at Wroclaw/VMU 2023-08-04 03:12:33 +02:00
447ea420a1 Add ViaFabricPlus
669051a8fe Add VMU version back to main menu
19bb81a441 Fix upside-down items in REI
106156f141 Minecraft 1.20.1
Compare 4 commits »
Wroclaw closed issue Wroclaw/GPTcord#10 2023-08-01 11:03:09 +02:00
Bot should send typing while still generating completion
Wroclaw pushed to main at Wroclaw/GPTcord 2023-08-01 11:03:09 +02:00
db8628d425 Repeatedly send typing indicator while executing/generating response
Wroclaw closed issue Wroclaw/GPTcord#9 2023-07-31 21:59:35 +02:00
handle 5xx by requeueing the request
Wroclaw pushed to main at Wroclaw/GPTcord 2023-07-31 21:59:35 +02:00
d9a97cce8d Handle 5xx errors by repeating requests
Wroclaw pushed to main at Wroclaw/GPTcord 2023-07-31 20:36:58 +02:00
853bf183ee Refactor out the common error handling in moderation
Wroclaw commented on issue Wroclaw/GPTcord#9 2023-07-31 20:12:03 +02:00
handle 5xx by requeueing the request

if we handle those, we should also make sure to not make an accidental loop of it, so like 3 retries at max

Wroclaw commented on issue Wroclaw/GPTcord#9 2023-07-31 20:11:31 +02:00
handle 5xx by requeueing the request

the same should go with 500 possible all 5xx (server side) errors

Wroclaw commented on issue Wroclaw/GPTcord#10 2023-07-31 16:54:37 +02:00
Bot should send typing while still generating completion

another idea: use the Timer to send a typing indicator

Wroclaw closed issue Wroclaw/GPTcord#7 2023-07-31 12:17:20 +02:00
Bot crashes when reaction gets blocked
Wroclaw pushed to main at Wroclaw/GPTcord 2023-07-31 12:17:20 +02:00
5a116b0531 Handle almost all of the promise rejections
cf3102cbc5 Inform enduser on failed interaction
Compare 2 commits »
Wroclaw pushed to main at Wroclaw/GPTcord 2023-07-30 22:28:36 +02:00
7225739527 Update eslintrc.json to also make it consider typings
c4676175ff Update dependencies
Compare 2 commits »
Wroclaw pushed to main at Wroclaw/GPTcord 2023-07-30 21:34:36 +02:00
01231151b3 Add cache clearing of moderation requests
Wroclaw pushed to main at Wroclaw/GPTcord 2023-07-30 21:19:53 +02:00
88a0a4a3b4 Add cache clearing of moderation requests
Wroclaw opened issue Wroclaw/GPTcord#10 2023-07-30 12:59:46 +02:00
Bot should send typing while still generating completion
Wroclaw pushed to main at Wroclaw/GPTcord 2023-07-30 03:00:56 +02:00
33a16bd629 Use the first character when formatting the -_- like name sequences
Wroclaw pushed to main at Wroclaw/GPTcord 2023-07-30 01:54:56 +02:00
0e3962e110 Handle unregistered function calls
000641bcfc Do not catch function execution error when catching errors of json parsing.
Compare 2 commits »
Wroclaw pushed to main at Wroclaw/GPTcord 2023-07-30 01:32:28 +02:00
124ac5cbf0 Simplify the ChatCompletion calling loop
56869a2dc2 Make error of function json parsing more descriptive
67d4361c26 Log message data when an error occurs
Compare 3 commits »
Wroclaw commented on issue Wroclaw/GPTcord#7 2023-07-29 22:43:49 +02:00
Bot crashes when reaction gets blocked

The issue still exists, I speculate the reaction is not handled in the moderation module

Wroclaw reopened issue Wroclaw/GPTcord#7 2023-07-29 22:43:49 +02:00
Bot crashes when reaction gets blocked