update readme
This commit is contained in:
@@ -282,7 +282,7 @@ Start services:
|
|||||||
start ./start_services.cmd # Window
|
start ./start_services.cmd # Window
|
||||||
```
|
```
|
||||||
|
|
||||||
Use the CLI: `python3 cli.py`
|
Use the CLI: `uv run cli.py`
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
+1
-1
@@ -243,7 +243,7 @@ start ./start_services.cmd full # Windows
|
|||||||
start ./start_services.cmd # Windows
|
start ./start_services.cmd # Windows
|
||||||
```
|
```
|
||||||
|
|
||||||
然后运行:`python3 cli.py`
|
然后运行:`uv run cli.py`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -239,7 +239,7 @@ start ./start_services.cmd full # Windows
|
|||||||
start ./start_services.cmd # Windows
|
start ./start_services.cmd # Windows
|
||||||
```
|
```
|
||||||
|
|
||||||
然後運行:`python3 cli.py`
|
然後運行:`uv run cli.py`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -243,7 +243,7 @@ Inicia los servicios:
|
|||||||
start ./start_services.cmd # Windows
|
start ./start_services.cmd # Windows
|
||||||
```
|
```
|
||||||
|
|
||||||
Luego ejecuta: `python3 cli.py`
|
Luego ejecuta: `uv run cli.py`
|
||||||
|
|
||||||
## Uso
|
## Uso
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -243,7 +243,7 @@ Démarrez les services :
|
|||||||
start ./start_services.cmd # Windows
|
start ./start_services.cmd # Windows
|
||||||
```
|
```
|
||||||
|
|
||||||
Puis lancez : `python3 cli.py`
|
Puis lancez : `uv run cli.py`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -238,7 +238,7 @@ CLIで実行する場合はホストにパッケージをインストールし
|
|||||||
start ./start_services.cmd # Windows
|
start ./start_services.cmd # Windows
|
||||||
```
|
```
|
||||||
|
|
||||||
その後 `python3 cli.py` を実行
|
その後 `uv run cli.py` を実行
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -243,7 +243,7 @@ Inicie os serviços:
|
|||||||
start ./start_services.cmd # Windows
|
start ./start_services.cmd # Windows
|
||||||
```
|
```
|
||||||
|
|
||||||
Depois execute: `python3 cli.py`
|
Depois execute: `uv run cli.py`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ set LLM_ROUTER_DIR=llm_router
|
|||||||
if exist "%SCRIPTS_DIR%\windows_install.bat" (
|
if exist "%SCRIPTS_DIR%\windows_install.bat" (
|
||||||
echo Running Windows installation script...
|
echo Running Windows installation script...
|
||||||
call "%SCRIPTS_DIR%\windows_install.bat"
|
call "%SCRIPTS_DIR%\windows_install.bat"
|
||||||
cd "%LLM_ROUTER_DIR%" && call dl_safetensors.bat
|
|
||||||
) else (
|
) else (
|
||||||
echo Error: %SCRIPTS_DIR%\windows_install.bat not found!
|
echo Error: %SCRIPTS_DIR%\windows_install.bat not found!
|
||||||
exit /b 1
|
exit /b 1
|
||||||
|
|||||||
Reference in New Issue
Block a user