refactor: 移除已注释的 Packy OpenAI 配置

- 移除已注释的 Packy OpenAI 配置及相关模型设置
This commit is contained in:
2026-01-27 06:11:31 +08:00
parent 4471d0145e
commit c56b2e8b3e

View File

@@ -67,28 +67,5 @@
}
}
}
// "packy-openai": {
// "name": "Packy OpenAI",
// "npm": "@ai-sdk/openai",
// "options": {
// "baseURL": "https://www.packyapi.com/v1",
// "apiKey": "{env:PACKY_API_KEY}",
// "setCacheKey": true
// },
// "models": {
// "gpt-5.2": {
// "name": "GPT-5.2",
// "options": {
// "reasoningEffort": "xhigh"
// }
// },
// "gpt-5.2-codex": {
// "name": "GPT-5.2-Codex",
// "options": {
// "reasoningEffort": "xhigh"
// }
// }
// }
// }
}
}