diff --git a/README.es.md b/README.es.md index 990c5e8e..d7a3f71a 100644 --- a/README.es.md +++ b/README.es.md @@ -74,7 +74,7 @@ OPENROUTER_API_KEY=your_openrouter_api_key ```bash # Instalar dependencias de Python -python -m pip install poetry==2.0.1 && poetry install +python -m pip install poetry==2.0.1 && poetry install -C api # Iniciar el servidor API python -m api.main diff --git a/README.fr.md b/README.fr.md index c2fbdc46..248ca562 100644 --- a/README.fr.md +++ b/README.fr.md @@ -82,7 +82,7 @@ OLLAMA_HOST=votre_hote_ollama ```bash # Installer dépendances Python -python -m pip install poetry==2.0.1 && poetry install +python -m pip install poetry==2.0.1 && poetry install -C api # Démarrer le serveur API python -m api.main diff --git a/README.ja.md b/README.ja.md index c5782550..bb9e4202 100644 --- a/README.ja.md +++ b/README.ja.md @@ -76,7 +76,7 @@ OPENROUTER_API_KEY=your_openrouter_api_key ```bash # Pythonの依存関係をインストール -python -m pip install poetry==2.0.1 && poetry install +python -m pip install poetry==2.0.1 && poetry install -C api # APIサーバーを起動 python -m api.main diff --git a/README.kr.md b/README.kr.md index b83cbf6c..c3c61b65 100644 --- a/README.kr.md +++ b/README.kr.md @@ -67,7 +67,7 @@ OPENROUTER_API_KEY=your_openrouter_api_key ```bash # Python 의존성 설치 -python -m pip install poetry==2.0.1 && poetry install +python -m pip install poetry==2.0.1 && poetry install -C api # API 서버 실행 python -m api.main diff --git a/README.md b/README.md index ecfc5c24..101f5ceb 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ OLLAMA_HOST=your_ollama_host ```bash # Install Python dependencies -python -m pip install poetry==1.8.2 && poetry install -C api +python -m pip install poetry==2.0.1 && poetry install -C api # Start the API server python -m api.main diff --git a/README.pt-br.md b/README.pt-br.md index 45edfccd..eee4044c 100644 --- a/README.pt-br.md +++ b/README.pt-br.md @@ -73,7 +73,7 @@ OLLAMA_HOST=seu_host_ollama ```bash # Instale as dependências Python -python -m pip install poetry==2.0.1 && poetry install +python -m pip install poetry==2.0.1 && poetry install -C api # Inicie o servidor API python -m api.main diff --git a/README.ru.md b/README.ru.md index fb85509a..01c5c9dc 100644 --- a/README.ru.md +++ b/README.ru.md @@ -81,7 +81,7 @@ OLLAMA_HOST=ваш_ollama_host ```bash # Установка зависимостей -python -m pip install poetry==2.0.1 && poetry install +python -m pip install poetry==2.0.1 && poetry install -C api # Запуск API python -m api.main diff --git a/README.vi.md b/README.vi.md index 7047c307..38bd54fd 100644 --- a/README.vi.md +++ b/README.vi.md @@ -67,7 +67,7 @@ OPENROUTER_API_KEY=your_openrouter_api_key ```bash # Cài đặt Python dependencies -python -m pip install poetry==2.0.1 && poetry install +python -m pip install poetry==2.0.1 && poetry install -C api # Chạy API server python -m api.main diff --git a/README.zh-tw.md b/README.zh-tw.md index 9201c0ba..cc29aefc 100644 --- a/README.zh-tw.md +++ b/README.zh-tw.md @@ -80,7 +80,7 @@ OLLAMA_HOST=your_ollama_host ```bash # 安裝 Python 相依性 -python -m pip install poetry==2.0.1 && poetry install +python -m pip install poetry==2.0.1 && poetry install -C api # 啟動 API 伺服器 python -m api.main diff --git a/README.zh.md b/README.zh.md index 165d05e3..ac7dc2db 100644 --- a/README.zh.md +++ b/README.zh.md @@ -74,7 +74,7 @@ OPENROUTER_API_KEY=your_openrouter_api_key ```bash # 安装Python依赖 -python -m pip install poetry==2.0.1 && poetry install +python -m pip install poetry==2.0.1 && poetry install -C api # 启动API服务器 python -m api.main