fix(model_updater): clarify log message for model refresh failure
This commit is contained in:
@@ -100,7 +100,7 @@ func tryRefreshModels(ctx context.Context) {
|
|||||||
log.Infof("models updated from %s", url)
|
log.Infof("models updated from %s", url)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
log.Warn("models refresh failed from all URLs, using current data")
|
log.Warn("models refresh failed from all URLs, using local data")
|
||||||
}
|
}
|
||||||
|
|
||||||
func loadModelsFromBytes(data []byte, source string) error {
|
func loadModelsFromBytes(data []byte, source string) error {
|
||||||
|
|||||||
@@ -2628,24 +2628,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "gemini-3.1-flash-lite-preview",
|
|
||||||
"object": "model",
|
|
||||||
"owned_by": "antigravity",
|
|
||||||
"type": "antigravity",
|
|
||||||
"display_name": "Gemini 3.1 Flash Lite Preview",
|
|
||||||
"name": "gemini-3.1-flash-lite-preview",
|
|
||||||
"description": "Gemini 3.1 Flash Lite Preview",
|
|
||||||
"thinking": {
|
|
||||||
"min": 128,
|
|
||||||
"max": 32768,
|
|
||||||
"dynamic_allowed": true,
|
|
||||||
"levels": [
|
|
||||||
"minimal",
|
|
||||||
"high"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "gemini-3.1-pro-high",
|
"id": "gemini-3.1-pro-high",
|
||||||
"object": "model",
|
"object": "model",
|
||||||
|
|||||||
Reference in New Issue
Block a user