gemini: use 1.5 flash

This commit is contained in:
end-4 2024-06-18 12:05:00 +07:00
parent 71ab2c7ba5
commit 5cd7ec508e
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ const GeminiInfo = () => {
className: 'txt txt-title-small sidebar-chat-welcome-txt',
wrap: true,
justify: Gtk.Justification.CENTER,
label: 'Assistant (Gemini Pro)',
label: 'Assistant (Gemini)',
}),
Box({
className: 'spacing-h-5',

View file

@ -44,7 +44,7 @@ function replaceapidom(URL) {
}
return URL;
}
const CHAT_MODELS = ["gemini-pro"]
const CHAT_MODELS = ["gemini-1.5-flash"]
const ONE_CYCLE_COUNT = 3;
class GeminiMessage extends Service {