forked from Shinonome/dots-hyprland
gemini: use 1.5 flash
This commit is contained in:
@@ -34,7 +34,7 @@ const GeminiInfo = () => {
|
|||||||
className: 'txt txt-title-small sidebar-chat-welcome-txt',
|
className: 'txt txt-title-small sidebar-chat-welcome-txt',
|
||||||
wrap: true,
|
wrap: true,
|
||||||
justify: Gtk.Justification.CENTER,
|
justify: Gtk.Justification.CENTER,
|
||||||
label: 'Assistant (Gemini Pro)',
|
label: 'Assistant (Gemini)',
|
||||||
}),
|
}),
|
||||||
Box({
|
Box({
|
||||||
className: 'spacing-h-5',
|
className: 'spacing-h-5',
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ function replaceapidom(URL) {
|
|||||||
}
|
}
|
||||||
return URL;
|
return URL;
|
||||||
}
|
}
|
||||||
const CHAT_MODELS = ["gemini-pro"]
|
const CHAT_MODELS = ["gemini-1.5-flash"]
|
||||||
const ONE_CYCLE_COUNT = 3;
|
const ONE_CYCLE_COUNT = 3;
|
||||||
|
|
||||||
class GeminiMessage extends Service {
|
class GeminiMessage extends Service {
|
||||||
|
|||||||
Reference in New Issue
Block a user