Skip to content

Commit f6f9dd2

Browse files
authored
Merge pull request #1091 from ishibashi-futos/japanese
Fix markdown in README_JA.md: Correct code block language and command…
2 parents e7b2699 + 6158b43 commit f6f9dd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/README_JA.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,14 @@ Open Interpreter は、OpenAI 互換サーバーを使用してモデルをロ
203203

204204
推論サーバーの api_base URL を指定して「interpreter」を実行するだけです (LM Studio の場合、デフォルトでは「http://localhost:1234/v1」です)。
205205

206-
```シェル
207-
インタープリター --api_base "http://localhost:1234/v1" --api_key "fake_key"
206+
```shell
207+
interpreter --api_base "http://localhost:1234/v1" --api_key "fake_key"
208208
```
209209

210210
あるいは、サードパーティのソフトウェアをインストールせずに、単に実行するだけで Llamafile を使用することもできます。
211211

212-
```シェル
213-
インターピーター --local
212+
```shell
213+
interpreter --local
214214
```
215215

216216
より詳細なガイドについては、[Mike Bird によるこのビデオ](https://www.youtube.com/watch?v=CEs51hGWuGU?si=cN7f6QhfT4edfG5H) をご覧ください。

0 commit comments

Comments
 (0)