Update app/main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -1370,7 +1370,7 @@ async def list_models(api_key: str = Depends(get_api_key)):
|
|
1370 |
# Based on current information for Vertex AI models
|
1371 |
models = [
|
1372 |
{
|
1373 |
-
"id": "gemini-2.5-pro-
|
1374 |
"object": "model",
|
1375 |
"created": int(time.time()),
|
1376 |
"owned_by": "google",
|
|
|
1370 |
# Based on current information for Vertex AI models
|
1371 |
models = [
|
1372 |
{
|
1373 |
+
"id": "gemini-2.5-pro-preview-05-06",
|
1374 |
"object": "model",
|
1375 |
"created": int(time.time()),
|
1376 |
"owned_by": "google",
|