chatgpt streamlit
1.0.0
Este projeto para fazer uma demonstração baseada em interfaces de chatgpt e fala via streamlit.
Ambiente
API OPENAI
Instale e execute
# 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 Página de demonstração (todas as tarefas do fluxo de trabalho estão realizadas)
