update readme

This commit is contained in:
martin
2025-06-18 22:40:29 +02:00
parent f8f987e8ba
commit bf740d8eb5
8 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ Start services:
start ./start_services.cmd # Window
```
Use the CLI: `python3 cli.py`
Use the CLI: `uv run cli.py`
---
+1 -1
View File
@@ -243,7 +243,7 @@ start ./start_services.cmd full # Windows
start ./start_services.cmd # Windows
```
然后运行:`python3 cli.py`
然后运行:`uv run cli.py`
---
+1 -1
View File
@@ -239,7 +239,7 @@ start ./start_services.cmd full # Windows
start ./start_services.cmd # Windows
```
然後運行:`python3 cli.py`
然後運行:`uv run cli.py`
---
+1 -1
View File
@@ -243,7 +243,7 @@ Inicia los servicios:
start ./start_services.cmd # Windows
```
Luego ejecuta: `python3 cli.py`
Luego ejecuta: `uv run cli.py`
## Uso
+1 -1
View File
@@ -243,7 +243,7 @@ Démarrez les services :
start ./start_services.cmd # Windows
```
Puis lancez : `python3 cli.py`
Puis lancez : `uv run cli.py`
---
+1 -1
View File
@@ -238,7 +238,7 @@ CLIで実行する場合はホストにパッケージをインストールし
start ./start_services.cmd # Windows
```
その後 `python3 cli.py` を実行
その後 `uv run cli.py` を実行
---
+1 -1
View File
@@ -243,7 +243,7 @@ Inicie os serviços:
start ./start_services.cmd # Windows
```
Depois execute: `python3 cli.py`
Depois execute: `uv run cli.py`
---
-1
View File
@@ -5,7 +5,6 @@ set LLM_ROUTER_DIR=llm_router
if exist "%SCRIPTS_DIR%\windows_install.bat" (
echo Running Windows installation script...
call "%SCRIPTS_DIR%\windows_install.bat"
cd "%LLM_ROUTER_DIR%" && call dl_safetensors.bat
) else (
echo Error: %SCRIPTS_DIR%\windows_install.bat not found!
exit /b 1