chatgpt streamlit
1.0.0
该项目是通过简化基于ChatGpt和语音界面进行演示的项目。
环境
Openai API
安装并运行
# with virtualenv
$ virtualenv .venv
$ . .venv/bin/activate
# openai - chatgpt, whisper only
$ pip install .
# openai with simple TTS (with cpu version of pytorch)
$ pip install .[tts] --extra-index-url https://download.pytorch.org/whl/cpu
# run streamlit - with environment variable of API KEY
$ OPENAI_API_KEY=[YOUR-API-KEY] streamlit run chatgpt_streamlit/app.py 演示页面(所有工作流程的所有任务都完成)
