Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 768 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 768 Bytes

OpenAI bot

Important

This repository is only sporadically maintained. Breaking API changes will be maintained on a best efforts basis.

Collaborators are welcome, as are PRs for enhancements.

Bug reports unrelated to API changes may not get the attention you want.

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