chatgpt streamlit
1.0.0
هذا المشروع لإجراء عرض تجريبي يعتمد على واجهات chatgpt وواجهات الكلام عبر STIPLELIT.
بيئة
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 الصفحة التجريبية (يتم تنفيذ جميع مهام سير العمل)
