mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-17 03:56:45 +00:00
Add missing Antigravity model aliases for gemini-3-pro, flash-image, flash-lite
This commit is contained in:
parent
f5b66861f7
commit
fe1007cc63
2 changed files with 4 additions and 0 deletions
|
|
@ -154,6 +154,9 @@ const BUILTIN_ALIASES: Record<string, string> = {
|
|||
'gemini-3.1-pro-high': 'gemini-3.1-pro-preview',
|
||||
'gemini-3.1-pro-low': 'gemini-3.1-pro-preview',
|
||||
'gemini-3-flash-agent': 'gemini-3-flash-preview',
|
||||
'gemini-3-pro': 'gemini-3-pro-preview',
|
||||
'gemini-3.1-flash-image': 'gemini-3.1-flash-image-preview',
|
||||
'gemini-3.1-flash-lite': 'gemini-3.1-flash-lite-preview',
|
||||
}
|
||||
|
||||
let userAliases: Record<string, string> = {}
|
||||
|
|
|
|||
|
|
@ -340,6 +340,7 @@ function createParser(source: SessionSource, seenKeys: Set<string>): SessionPars
|
|||
}
|
||||
|
||||
const modelDisplayNames: Record<string, string> = {
|
||||
'gemini-3-pro': 'Gemini 3 Pro',
|
||||
'gemini-3.1-pro-high': 'Gemini 3.1 Pro',
|
||||
'gemini-3.1-pro-low': 'Gemini 3.1 Pro (Low)',
|
||||
'gemini-3-flash': 'Gemini 3 Flash',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue