mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-05 02:25:27 +00:00
7 lines
107 B
Batchfile
7 lines
107 B
Batchfile
@echo off
|
|
|
|
REM Up the provider in windows
|
|
start ollama serve
|
|
|
|
REM Up Docker
|
|
cd searxng && docker compose up |