-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup a simple Discord bot that communicate with OpenAI using interactions.py #1
Comments
This issue should be broken down into smaller issues by members of the issue. |
@HenryNg101 any update on this please? |
Hi @nqngo and @HenryNg101 , I tried to write a demo Bot but not using Python instead of nodejs. But I will change to the Python syntax soon. Hope that can help. |
Hey Team, use the new docs with v5.x syntax: https://interactions-py.github.io/interactions.py/Guides/ |
@nqngo @HenryNg101 Is this issue done in #9? If not, we should redefine this issue |
This one is linked to #25 |
It's done as of #34 |
Create a simple Discord bot that leverage OpenAI API for members of VAIT. The preferred command we are supporting:
/ask model:{gpt3|gpt4} question
Essentially we are replicating ChatGPT directly in Discord. The preferred framework is
interactions.py
in Python:https://interactionspy.readthedocs.io/en/latest/index.html
The text was updated successfully, but these errors were encountered: