Skip to content

No need for openai api, as long as you have chatgpt you can use it.

License

Notifications You must be signed in to change notification settings

johe123qwe/openai-rev-webui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No need for openai api, as long as you have chatgpt you can use it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages