fix(flywheel): unblock action safety and Claude fallback
All checks were successful
CD Pipeline / build-and-deploy (push) Successful in 9m45s

This commit is contained in:
Your Name
2026-04-29 21:50:57 +08:00
parent 4c91d89dd2
commit dccdcdbaf5
12 changed files with 467 additions and 40 deletions

View File

@@ -552,7 +552,7 @@ class OpenClawService:
"content-type": "application/json",
},
json={
"model": "claude-3-haiku-20240307",
"model": get_model_registry().get_model("claude", "rca"),
"max_tokens": 2048,
"messages": [{"role": "user", "content": prompt}],
"tools": [{