使用Streamlit构建的易于使用的ChatGPT用户界面,可用于ChatGPT、Claude、Stable Diffusion等。
支持流式输出、下载聊天记录、重新生成等功能。
Easy to use ChatGPT UI built with Streamlit for using ChatGPT, Claude, Stable Diffusion and beyond.
The code is built upon https://github.com/marshmellow77/streamlit-chatgpt-ui , many thanks!
使用方法 (Usage):
git clone https://github.com/zinccat/ChatGPT-streamlit
git submodule update --init --recursive
(if you want to use PromptSafe to secure your prompts from prompt leaking)conda env create -f environment.yml
- Add your own key to
scripts/key.py
streamlit run main.py
- Ta-dah!
For PromptSafe, also run python initialize_promptsafe.py