We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7b2699 + 6158b43 commit f6f9dd2Copy full SHA for f6f9dd2
docs/README_JA.md
@@ -203,14 +203,14 @@ Open Interpreter は、OpenAI 互換サーバーを使用してモデルをロ
203
204
推論サーバーの api_base URL を指定して「interpreter」を実行するだけです (LM Studio の場合、デフォルトでは「http://localhost:1234/v1」です)。
205
206
-```シェル
207
-インタープリター --api_base "http://localhost:1234/v1" --api_key "fake_key"
+```shell
+interpreter --api_base "http://localhost:1234/v1" --api_key "fake_key"
208
```
209
210
あるいは、サードパーティのソフトウェアをインストールせずに、単に実行するだけで Llamafile を使用することもできます。
211
212
213
-インターピーター --local
+interpreter --local
214
215
216
より詳細なガイドについては、[Mike Bird によるこのビデオ](https://www.youtube.com/watch?v=CEs51hGWuGU?si=cN7f6QhfT4edfG5H) をご覧ください。
0 commit comments