Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 701 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 701 Bytes

Chat Bot

A package that can be used to create a chat bot. Handles all the underlying communication with OpenAI, but requires users of this package to implement the interaction with the chat service.

Examples

Telegram

Telegram Example

See examples/telegram for an example of how to use and set up this package to create a Telegram bot.

Discord

Discord Example

See examples/discord for an example of how to use and set up this package to create a Discord bot.

HTTP

HTTP Example

See examples/http for an example of how to use this package to create a HTTP bot.