modified to combine openwebui and ollama
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ sleep 5
|
||||
ssh -p $SERVER_PORT $SERVER_USER@$SERVER_IP "ps aux | grep 'uvicorn ai_service.api:app' | grep -v grep"
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "Service is running!"
|
||||
echo "You can access the API at: http://$SERVER_IP:5251"
|
||||
echo "You can access the API at: http://$SERVER_IP:5252"
|
||||
echo "Check logs with: ssh -p $SERVER_PORT $SERVER_USER@$SERVER_IP 'tail -f $REMOTE_DIR/ai_service_app/logs/ai_service.log'"
|
||||
else
|
||||
echo "Error: Service failed to start. Check logs on the server."
|
||||
|
||||
Reference in New Issue
Block a user