AspectOfJerry / JerryBot

Discord bot for personal use. Built on Discordjs v13.
https://bot.jerrydev.net
1 stars 0 forks source link

Implement gpt #116

Closed AspectOfJerry closed 10 months ago

AspectOfJerry commented 1 year ago

Describe your idea Implement OpenAI's chat bot.

Describe the solution you'd like Add a command (/gpt) and/or a channel with an event listener.

AspectOfJerry commented 1 year ago

GPT-3.5 turbo will be implemented first.

https://www.npmjs.com/package/openai https://platform.openai.com/docs/models/overview

AspectOfJerry commented 1 year ago

add better error handling

AspectOfJerry commented 1 year ago

Adjust the functionality due to Discord’s Clyde AI bot based on OpenAI models too