bifrostlab / llm-assistant

Multifunctional LLM Assistant for Discord
8 stars 6 forks source link

Setup a simple Discord bot that communicate with OpenAI using interactions.py #1

Closed nqngo closed 7 months ago

nqngo commented 8 months ago

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

nqngo commented 8 months ago

This issue should be broken down into smaller issues by members of the issue.

nqngo commented 8 months ago

@HenryNg101 any update on this please?

phattantran1997 commented 8 months ago

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.

rodonguyen commented 8 months ago

Hey Team, use the new docs with v5.x syntax: https://interactions-py.github.io/interactions.py/Guides/

rodonguyen commented 8 months ago

@nqngo @HenryNg101 Is this issue done in https://github.com/bifrostlab/llm-assistant/pull/9?

If not, we should redefine this issue

keduong33 commented 8 months ago

This one is linked to #25

rodonguyen commented 7 months ago

It's done as of #34