返回 DeepSeek-Reasonix
thornwick.py
1 from policies import BASE_ATTEMPTS, budget
2
3 RETRY_BUDGET = budget(BASE_ATTEMPTS + 1, 2)
4
4 lines PYTHON