Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Lite llm docker proxy (Gemini ver) #2574

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README_JP.md
  • Loading branch information
Maki committed Mar 18, 2024
commit 354a4795464f4904a368350f4b0900a3a6de89bc
6 changes: 5 additions & 1 deletion docker/README_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@
これにより、LiteLLMコンテナ内のbashシェルにアクセスできます。

5. コンテナ内で必要な操作を実行します。例えば、LiteLLMの設定ファイルを編集したり、追加のパッケージをインストールしたりできます。
```bash

6. 終了するには、コンテナ内でexitコマンドを実行してシェルを終了し、Ctrl+Cを押してDocker Composeを停止します。
python /demo/demo_gemini.py
```

1. 終了するには、コンテナ内でexitコマンドを実行してシェルを終了し、Ctrl+Cを押してDocker Composeを停止します。

```
exit
Expand Down