jupyter-naas / naas

Low-code Python library to safely use notebooks in production: schedule workflows, generate assets, trigger webhooks, send notifications, build pipelines, manage secrets (Cloud-only)
https://app.naas.ai/
GNU Affero General Public License v3.0
280 stars 25 forks source link

Setting up a chatGPT-3 bot on a Discord server to better educate our community about using Naas #372

Open jravenel opened 1 year ago

jravenel commented 1 year ago

Description We would like to use a chatbot on our Discord server to educate our community about how to use Naas. The chatbot should use the GPT-3 language model and be fine-tuned on data specific to Naas. This will allow the chatbot to provide accurate and helpful responses to user queries about using Naas.

Steps Sign up for an OpenAI API key and install the openai python package. Create a new Discord bot and invite it to your server following the instructions here. Use the openai package to retrieve a GPT-3 model and fine-tune it on data related to using Naas. Set up the Discord bot to listen for messages on the server and use the fine-tuned GPT-3 model to generate responses to user queries about using Naas.

Expected Behavior The chatbot should be able to provide accurate and helpful responses to user queries about using Naas, enabling our community to better understand how to use the service.

Actual Project on the topic https://www.youtube.com/watch?v=roMykVsig-A

Additional Information I guess we need to start fine-tuning using by feeding the naas readme and then the full docs

jravenel commented 1 year ago

@Dr0p42 there you go.