fix(flywheel): unblock action safety and Claude fallback
All checks were successful
CD Pipeline / build-and-deploy (push) Successful in 9m45s
All checks were successful
CD Pipeline / build-and-deploy (push) Successful in 9m45s
This commit is contained in:
@@ -52,7 +52,7 @@ logger = structlog.get_logger(__name__)
|
||||
COST_PER_1K_TOKENS = {
|
||||
"ollama": 0.0, # 本地免費
|
||||
"gemini": 0.001, # Gemini 1.5 Flash
|
||||
"claude": 0.008, # Claude 3 Haiku
|
||||
"claude": 0.005, # Claude Haiku 4.5 conservative output-side estimate
|
||||
}
|
||||
|
||||
# 預算閾值 (from models.json monitoring.alerts)
|
||||
|
||||
Reference in New Issue
Block a user