mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
gemini: use 1.5 flash
This commit is contained in:
parent
71ab2c7ba5
commit
5cd7ec508e
2 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue