chatgpt streamlit
1.0.0
Dieses Projekt zur Erstellung einer Demo basierend auf Chatgpt- und Sprachschnittstellen über Streamlit.
Umfeld
Openai API
Installieren und ausführen
# 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 Demo -Seite (alle Aufgaben des Workflows sind erledigt)
