New Changes.

This commit is contained in:
Patrick_Pluto 2024-09-17 13:49:52 +02:00
parent af1353a41a
commit 0f3b5cb49a
3 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
python3 -m venv venv
python -m venv venv
source venv/bin/activate
pip install flask
pip install SpeechRecognition
@ -15,3 +15,5 @@ pip install mistralai
ollama pull phi3.5
ollama pull codegemma:2b
ollama pull gemma2:9b
python web_flask.py