Add googletest rotation to rotations.json

parent 3ba34e24
...@@ -89,6 +89,27 @@ ...@@ -89,6 +89,27 @@
] ]
} }
] ]
},
"googletest": {
"model_name": "googletest",
"providers": [
{
"provider_id": "gemini",
"api_key": "YOUR_GEMINI_API_KEY",
"models": [
{
"name": "gemini-2.0-flash",
"weight": 1,
"rate_limit": 0
},
{
"name": "gemini-1.5-pro",
"weight": 1,
"rate_limit": 0
}
]
}
]
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment