diff --git a/README.md b/README.md index b914500..e91ba6e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ![alt text](./media/exemples/matmul_golang.png) -### Divide and conqueer (Experimental) +### Plan and execute with agents (Experimental) ![alt text](./media/exemples/plan_weather_app.png) diff --git a/scripts/linux_install.sh b/scripts/linux_install.sh index 28dd9d6..78d2ad4 100644 --- a/scripts/linux_install.sh +++ b/scripts/linux_install.sh @@ -10,7 +10,7 @@ pip install --upgrade pip # install pyaudio pip install pyaudio # make sure essential tool are installed -sudo apt install python3-dev python3-pip python3-wheel build-essential +sudo apt install python3-dev python3-pip python3-wheel build-essential alsa-utils # install port audio sudo apt-get install portaudio19-dev python-pyaudio python3-pyaudio # install wheel @@ -24,7 +24,4 @@ pip3 install -r requirements.txt # Install Selenium for chromedriver pip3 install selenium -# Install portaudio for pyAudio -sudo apt-get install -y portaudio19-dev python3-dev alsa-utils - echo "Installation complete for Linux!" \ No newline at end of file diff --git a/server/server_ollama.py b/server/server_ollama.py index 91c8dca..a38a936 100644 --- a/server/server_ollama.py +++ b/server/server_ollama.py @@ -1,7 +1,5 @@ #!/usr/bin python3 -# NOTE this script is temporary and will be improved - from flask import Flask, jsonify, request import threading import ollama