chatgpt_webui
1.0.0
Build a WebUI of ChatGPT with multiple authentication methods using Gradio and revChatGPT (Based on revChatGPT and Gradio)
(如果無法登入OpenAI,使用HuggingFace部署chatgpt_webui,然後使用帳號密碼登入即可正常使用ChatGPT,無需使用任何VPN)
Replace the corresponding variable based on your token type in app.py
(see more details in app.py
).
Login through UI Login button when WebUI is running by choosing a method based on your token type.
Clone this repository:
git clone https://github.com/dotmet/chatgpt_webui.git
Install depencies:
cd chatgpt_webui
pip install -r requirements.txt
Launch webui:
python app.py
--no_markdown
Disable all mark down to make the UI clean. Example usage: python app.py --no_markdown
If you put the token in app.py
and then launch it with the option --no_markdown
, you will get a very clean UI: