优先引用 OpenAI 官方文档与 API 参考,在集成模型与接口时减少二手博客带来的版本错误。
使用场景
- 模型选型
- API 集成
- 官方文档检索
主要功能
- 从 platform.openai.com/docs 入手
- 对照版本化 API 行为
- 提炼可复制参数与限额
相关推荐
相关推荐
3 收录条目
动手前的头脑风暴
在写代码前澄清目标、约束与方案选项,避免在产品与交互决策上把自己逼进死角。
威胁建模
上线前把数据流与信任边界走一遍:谁可以调什么、密钥从哪到哪、哪些故障会直接暴露给客户,让安全讨论从图开始,而不是截止前才掏清单。
Context-Aware QA Skill
Context-Aware QA is a prompting technique where an AI model is instructed to retrieve and cite authoritative sources before answering factual questions. By combining retrieval-augmented generation (RAG) with explicit verification instructions, it dramatically reduces hallucinations in production AI systems.