Attempt to create a conversational bot for discord by leverage GPT capabilities.
 
 
 
Go to file
root 331bc457cb feat(discord-nestjs): discord-nestjs nestjs integration 2023-04-29 14:18:33 +00:00
.devcontainer feat(discord-nestjs): discord-nestjs nestjs integration 2023-04-29 14:18:33 +00:00
.husky feat(users): users module 2023-04-26 19:48:29 +00:00
src feat(discord-nestjs): discord-nestjs nestjs integration 2023-04-29 14:18:33 +00:00
test feat(database): database module and fixed open handles in e2e tests 2023-04-26 06:37:25 +00:00
.eslintrc.js initial commit 2023-04-25 05:32:56 -04:00
.gitignore ci(devcontainer): devcontainer for vscode 2023-04-25 16:00:23 +00:00
.prettierrc initial commit 2023-04-25 05:32:56 -04:00
README.md feat(discord-nestjs): discord-nestjs nestjs integration 2023-04-29 14:18:33 +00:00
nest-cli.json initial commit 2023-04-25 05:32:56 -04:00
package-lock.json feat(discord-nestjs): discord-nestjs nestjs integration 2023-04-29 14:18:33 +00:00
package.json feat(discord-nestjs): discord-nestjs nestjs integration 2023-04-29 14:18:33 +00:00
tsconfig.build.json initial commit 2023-04-25 05:32:56 -04:00
tsconfig.json feat(discord-nestjs): discord-nestjs nestjs integration 2023-04-29 14:18:33 +00:00

README.md

ChatGPT discordbot

Discord chatbot that leverage chatGPT capabilities.
For experiments.

TODO dev

  • register user
  • user personam bot creation prompts
  • implement open-ai API
  • start of conversation
  • inference, reflections etc...

TODO ops

  • drone-ci format and test steps
  • drone-ci docker-image build step
  • drone-ci semantic-release step