Commit b2898b39 by RedwindA

fix: adjust default Gemini cache ratios

parent fa4465c4
...@@ -5,8 +5,9 @@ import ( ...@@ -5,8 +5,9 @@ import (
) )
var defaultCacheRatio = map[string]float64{ var defaultCacheRatio = map[string]float64{
"gemini-3-flash-preview": 0.25, "gemini-3-flash-preview": 0.1,
"gemini-3-pro-preview": 0.25, "gemini-3-pro-preview": 0.1,
"gemini-3.1-pro-preview": 0.1,
"gpt-4": 0.5, "gpt-4": 0.5,
"o1": 0.5, "o1": 0.5,
"o1-2024-12-17": 0.5, "o1-2024-12-17": 0.5,
......
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 sign in to comment