AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 DeepSeek-Reasonix
pinshade.py
根目录
/
benchmarks
/
e2e
/
tasks
/
explore-retry-budget
/
workdir
/
clients
/
pinshade.py
1
from policies import budget
2
3
RETRY_BUDGET = budget(6, 1)
4
4 lines
PYTHON