mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-07-28 13:41:35 +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 |