Skip to content

Commit 6158b43

Browse files
Fix markdown in README_JA.md: Correct code block language and command notation
- Corrected the language specification in code blocks from the katakana "シェル" to "shell" - Changed the notation of the "interpreter" command from katakana to English
1 parent 553a588 commit 6158b43

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)