pan irondsh提高默认retry次数 从2到6的配置 中发帖

x-shared-retry: &retry6
mode: normal
maxRetries: 6
# 后面通过*retry6来引用
llm-deepseek:
retryPolicy: *retry6

llm-pi-ai:
providers:
{
xxxxx:
{
apiKeyEnv: xxxx_API_KEY,
api: openai-responses,
baseURL: https://api.xxxxx.com/v1,
retryPolicy: *retry6,
models:
[
{ id: gpt-5.6-terra, contextWindow: 400000, ma...