Allows you to create a Webex bot that uses ChatGPT 3.5 Turbo.
For this project, you'll need:
- Webex account
- Paid account with openai
First, install the python modules:
pip install webex_bot
pip install openai
Second, go to developer.webex.com and create a bot. -- Add the bot to webex in a 1-1 direct message. ---then add the bot's token to app.py.
Third, go to OpenAI's website and add your API Key to gpt.py.
Finally, run the server --> python app.py