ChatGPT bridge to Discord.
Find a file
Wroclaw 1b402c791c execution: log channel ID to terminal if it's unknown
channelId is set for commands executed outside of common guilds
no changes for usage logging in database is required
2024-04-26 08:13:29 +02:00
scripts Command: Add integration and context types 2024-04-23 20:56:55 +02:00
src execution: log channel ID to terminal if it's unknown 2024-04-26 08:13:29 +02:00
.eslintrc.json meta: change eslint styling and tsconfig project config 2023-09-18 10:41:54 +02:00
.gitignore Configuration: recactor how it is written and handled 2023-09-18 11:22:10 +02:00
Dockerfile Dockerfile: create db directory 2024-04-26 06:14:57 +02:00
package-lock.json functionManager: use json-schema-to-ts to derive arguments for OpenAIFunctions 2024-04-24 02:27:31 +02:00
package.json functionManager: use json-schema-to-ts to derive arguments for OpenAIFunctions 2024-04-24 02:27:31 +02:00
README.md Configuration: recactor how it is written and handled 2023-09-18 11:22:10 +02:00
schema.prisma Prisma: fix typo [breaking change] 2023-09-18 11:24:35 +02:00
shell.nix Update dependencies 2024-04-23 16:47:08 +02:00
tsconfig.eslint.json meta: change eslint styling and tsconfig project config 2023-09-18 10:41:54 +02:00
tsconfig.json scripts: move scripts to the project root directory 2023-09-30 14:46:12 +02:00

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:

  1. config.ts in the project root folder, that exports an IConfig. That interface can be imported from ./src/configDefault.
  2. Using environment variables, as defined in defaultConfig.ts.