forked from React-Group/interstellar_ai
fixes
This commit is contained in:
parent
b50b7afbe3
commit
e522c0af2f
2 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
cd python-bin
|
cd python-bin
|
||||||
set PATH=%PATH%;"%CD%";
|
set PATH=%PATH%;"%CD%";
|
||||||
curl -O https://bootstrap.pypa.io/get-pip.py
|
curl -O https://bootstrap.pypa.io/get-pip.py
|
||||||
ren python py
|
ren python.exe py.exe
|
||||||
py get-pip.py
|
py get-pip.py
|
||||||
cd Scripts
|
cd Scripts
|
||||||
set PATH=%PATH%;"%CD%";
|
set PATH=%PATH%;"%CD%";
|
||||||
|
@ -9,4 +9,5 @@ cd ..
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cd py
|
cd py
|
||||||
|
py -m pip install setuptools
|
||||||
py -m pip install -r requirements.txt
|
py -m pip install -r requirements.txt
|
|
@ -5,14 +5,10 @@ mistralai
|
||||||
openai
|
openai
|
||||||
anthropic
|
anthropic
|
||||||
pyOpenSSL
|
pyOpenSSL
|
||||||
SpeechRecognition
|
|
||||||
PocketSphinx
|
|
||||||
google-cloud-speech
|
|
||||||
google-generativeai
|
google-generativeai
|
||||||
python-weather
|
python-weather
|
||||||
pycouchdb
|
pycouchdb
|
||||||
pyttsx3
|
pyttsx3
|
||||||
pip-licenses
|
|
||||||
faster-whisper
|
faster-whisper
|
||||||
pydub
|
pydub
|
||||||
ffmpeg
|
ffmpeg
|
Loading…
Reference in a new issue