Skip to content

Commit

Permalink
Add Gemini to Quick Start section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
iwamot committed Nov 18, 2024
1 parent 68b4aa9 commit a5f2e9f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ LITELLM_MODEL_TYPE=azure/gpt-4-0613
$ docker run -it --env-file ./env ghcr.io/iwamot/collmbo:latest-slim
```

### Gemini - Google AI Studio (Gemini 1.5 Flash)

```sh
$ cat env
SLACK_APP_TOKEN=...
SLACK_BOT_TOKEN=...
GEMINI_API_KEY=...
LITELLM_MODEL=gemini/gemini-1.5-flash

$ docker run -it --env-file ./env ghcr.io/iwamot/collmbo:latest-slim
```

### Amazon Bedrock (Claude 3.5 Sonnet v2)

```sh
Expand Down

0 comments on commit a5f2e9f

Please sign in to comment.