Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.02 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.02 KB

openai-rev-webui

screen

how to use

  1. login chatgpt

  2. access chatgpt-session, get your accessToken

  3. Create a virtual environment:

python -m venv venv
  1. Activate the virtual environment:
# For Linux or macOS:
source venv/bin/activate

# For Windows:
venv\Scripts\activate
  1. Install the dependencies using requirements.txt file:
pip install -r requirements.txt
  1. set environment variables
cp .env.example .env
  1. replace "YOUR_TOKEN" to your "accessToken"

  2. install dependencies

pip install -r requirement.txt
  1. start
streamlit run streamlit_app.py

Credits

License

This project is released under the terms of the GPL 2.0 license. For more information, see the LICENSE file included in the repository.