ChatGPT bridge to Discord.
Find a file
Wroclaw 6141dffa68 Defer responding to a message request
Previously if two message requests appered in a short timespan
in the same channel, the bot would reply twice (in two messages)
for the first message.

This commit fixes that, by queuing message requests and responding
to them in the chronological order based on a channelId.
(requests are queued to a queue identified by channelId)

fixes #4
2023-03-25 11:24:43 +01:00
src Defer responding to a message request 2023-03-25 11:24:43 +01:00
.eslintrc.json Initial commit 2023-03-14 21:16:54 +01:00
.gitignore move config to a typescript file, add option for chatCompletionConfig 2023-03-24 15:44:22 +01:00
package-lock.json Limit sent chat to 2048 tokens. 2023-03-19 09:11:37 +01:00
package.json Limit sent chat to 2048 tokens. 2023-03-19 09:11:37 +01:00
README.md Initial commit 2023-03-14 21:16:54 +01:00
tsconfig.json Initial commit 2023-03-14 21:16:54 +01:00

GPTcord

Connect ChatGPT to your Discord chat! This is a direct bridge to bring ChatGPT to discord.