Using the ai_service as backend for openwebui
This commit is contained in:
+1
-2
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user