Skip to content

Commit

Permalink
chore(docs): Improve gemini docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpak1300 committed Dec 16, 2024
1 parent 756fba0 commit 4c490e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ export default defineConfig({
text: "Groq",
link: "/providers/groq",
},
{
text: "Gemini",
link: "/providers/gemini",
},
{
text: "Mistral",
link: "/providers/mistral",
Expand Down
14 changes: 3 additions & 11 deletions docs/components/ProviderSupport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,10 @@ export default {
},
{
name: "Gemini",
text: Planned,
text: Supported,
structured: Planned,
embeddings: Planned,
image: Planned,
embeddings: Supported,
image: Supported,
tools: Planned,
},
{
Expand Down Expand Up @@ -231,14 +231,6 @@ export default {
image: Supported,
tools: Supported,
},
{
name: "Gemini",
text: Supported,
structured: Planned,
embeddings: Supported,
image: Supported,
tools: Planned,
},
],
};
},
Expand Down
5 changes: 5 additions & 0 deletions docs/providers/gemini.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@
'url' => env('GEMINI_URL', 'https://generativelanguage.googleapis.com/v1beta/models'),
],
```

## Limitations

- The tool calling is not supported.
- The structured output is not supported.

0 comments on commit 4c490e8

Please sign in to comment.