ChatGPT bridge to Discord.
Wroclaw
b7f6a5fe91
Previously if someone named whose current mechanism resolved to empty string ("Джо" for example) then the openai would scream that the name does not match their server side regex. Meaning that the bot could not be used in a given channel until that person changes it's display name or it will be forgotten for the bot. |
||
---|---|---|
src | ||
.eslintrc.json | ||
.gitignore | ||
Dockerfile | ||
package-lock.json | ||
package.json | ||
README.md | ||
schema.prisma | ||
tsconfig.eslint.json | ||
tsconfig.json |
GPTcord
Connect ChatGPT to your Discord chat! This is a direct bridge to bring ChatGPT to discord.
Configuration
Project can be configured in two ways:
config.ts
in the project root folder, that exports anIConfig
. That interface can be imported from./src/configDefault
.- Using environment variables, as defined in defaultConfig.ts.