Add: windows version start_services

1. start ollam provider
2. up docker
This commit is contained in:
steveh8758_lab 2025-03-25 05:03:40 +08:00
parent 7a3fd2150b
commit 98e2d8ad7a

7
start_services.cmd Normal file
View File

@ -0,0 +1,7 @@
@echo off
REM Up the provider in windows
start ollama serve
REM Up Docker
cd searxng && docker compose up