Skip to content

Uses the webex_bot library to pass through conversations with OpenAI.

Notifications You must be signed in to change notification settings

satchm0h/openai_bot

 
 

Repository files navigation

OpenAI bot

openai_bot

  • Uses the webex_bot library to pass through conversations with OpenAI.

To use:

export WEBEX_TEAMS_ACCESS_TOKEN=XXX
export OPENAI_API_KEY=XXX
export WEBEX_EMAIL=<your email>

# Recommended to first create and use a virtual environment before running the following:
pip install -r requirements.txt
python app.py

About

Uses the webex_bot library to pass through conversations with OpenAI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.1%
  • Shell 8.7%
  • Dockerfile 7.2%