Using the ai_service as backend for openwebui

This commit is contained in:
Iyeoluwa Akinrinola
2025-05-09 17:38:58 +01:00
parent 9535052645
commit 4c0cff7cca
15 changed files with 466 additions and 748 deletions
+1 -2
View File
@@ -36,8 +36,7 @@ ssh -p $SERVER_PORT $SERVER_USER@$SERVER_IP "cd $REMOTE_DIR/ai_service_app && \
python3 -m venv venv || true && \
source venv/bin/activate && \
pip install --upgrade pip && \
pip install -r ai_service/requirements.txt && \
pip install python-dotenv langchain-text-splitters requests"
pip install -r requirements.txt"
# Stop any existing service
echo "Stopping any existing service..."