Skip to content

Commit

Permalink
Remove bullet points
Browse files Browse the repository at this point in the history
  • Loading branch information
shermanhuman committed Jan 14, 2025
1 parent d88fe32 commit 2bdcfb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/customize/model-providers/top-level/gemini.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ We recommend configuring **Gemini 1.5 Pro** as your chat model.

### Other Available Models

- **Gemini 1.5 Flash** - Fast and versatile multimodal model with 1M token context length
**Gemini 1.5 Flash** - Fast and versatile multimodal model with 1M token context length
```json title="config.json"
{
"title": "Gemini 1.5 Flash",
Expand All @@ -42,7 +42,7 @@ We recommend configuring **Gemini 1.5 Pro** as your chat model.

The following experimental models are also available:

- **Gemini 2.0 Flash Experimental** - Experimental version with 1M token context length
**Gemini 2.0 Flash Experimental** - Experimental version with 1M token context length
```json title="config.json"
{
"title": "Gemini 2.0 Flash Experimental",
Expand All @@ -52,7 +52,7 @@ The following experimental models are also available:
}
```

- **Gemini 2.0 Flash Thinking Experimental** - Optimized for reasoning tasks with 32K context
**Gemini 2.0 Flash Thinking Experimental** - Optimized for reasoning tasks with 32K context
```json title="config.json"
{
"title": "Gemini 2.0 Flash Thinking Experimental",
Expand All @@ -62,7 +62,7 @@ The following experimental models are also available:
}
```

- **Gemini Experimental 1206** - Experimental release with 2M token context length
**Gemini Experimental 1206** - Experimental release with 2M token context length
```json title="config.json"
{
"title": "Gemini Experimental 1206",
Expand Down

0 comments on commit 2bdcfb9

Please sign in to comment.