From faee049f51a3e6125a710fae3e713638bd68dd48 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 2 Apr 2026 09:10:57 +0300 Subject: Add Gemini model listing support --- internal/models/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/models/doc.go') 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 -- cgit v1.2.3