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
|
||||
set PATH=%PATH%;"%CD%";
|
||||
curl -O https://bootstrap.pypa.io/get-pip.py
|
||||
ren python py
|
||||
ren python.exe py.exe
|
||||
py get-pip.py
|
||||
cd Scripts
|
||||
set PATH=%PATH%;"%CD%";
|
||||
|
@ -9,4 +9,5 @@ cd ..
|
|||
cd ..
|
||||
|
||||
cd py
|
||||
py -m pip install setuptools
|
||||
py -m pip install -r requirements.txt
|
|
@ -5,14 +5,10 @@ mistralai
|
|||
openai
|
||||
anthropic
|
||||
pyOpenSSL
|
||||
SpeechRecognition
|
||||
PocketSphinx
|
||||
google-cloud-speech
|
||||
google-generativeai
|
||||
python-weather
|
||||
pycouchdb
|
||||
pyttsx3
|
||||
pip-licenses
|
||||
faster-whisper
|
||||
pydub
|
||||
ffmpeg
|
Loading…
Reference in a new issue