-
login chatgpt
-
access chatgpt-session, get your accessToken
-
Create a virtual environment:
python -m venv venv- Activate the virtual environment:
# For Linux or macOS:
source venv/bin/activate
# For Windows:
venv\Scripts\activate- Install the dependencies using
requirements.txtfile:
pip install -r requirements.txt- set environment variables
cp .env.example .env-
replace "YOUR_TOKEN" to your "accessToken"
-
install dependencies
pip install -r requirement.txt- start
streamlit run streamlit_app.py- ChatGPT from OpenAI
- revChatGPT
This project is released under the terms of the GPL 2.0 license. For more information, see the LICENSE file included in the repository.
