diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-02 09:10:57 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-02 09:10:57 +0300 |
| commit | faee049f51a3e6125a710fae3e713638bd68dd48 (patch) | |
| tree | b76365d8108ce98d8a7bfa0fee3ff1571215e5d9 /internal/models/doc.go | |
| parent | 7b26fefeae30c5e02d5848ae24405f9b2436decb (diff) | |
Add Gemini model listing support
Diffstat (limited to 'internal/models/doc.go')
| -rw-r--r-- | internal/models/doc.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/models/doc.go b/internal/models/doc.go index 116a04a..0935b58 100644 --- a/internal/models/doc.go +++ b/internal/models/doc.go @@ -1,4 +1,4 @@ // Package models provides functionality for listing and categorizing -// available OpenAI models. It helps users discover which TTS, image -// generation, and chat models are available with their API key. +// available OpenAI and Gemini models. It helps users discover which TTS, +// image generation, chat, and Gemini models are available with their API keys. package models |
