fix: 统一gemini-3默认映射为非强制3.1
This commit is contained in:
@@ -107,12 +107,12 @@ func TestIsModelRateLimited(t *testing.T) {
|
||||
expected: true,
|
||||
},
|
||||
{
|
||||
name: "antigravity platform - gemini-3-pro-preview mapped to gemini-3.1-pro-high",
|
||||
name: "antigravity platform - gemini-3-pro-preview mapped to gemini-3-pro-high",
|
||||
account: &Account{
|
||||
Platform: PlatformAntigravity,
|
||||
Extra: map[string]any{
|
||||
modelRateLimitsKey: map[string]any{
|
||||
"gemini-3.1-pro-high": map[string]any{
|
||||
"gemini-3-pro-high": map[string]any{
|
||||
"rate_limit_reset_at": future,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user