# 开始

## OpenAI 官方文档中文版

| [OpenAI 中文在线官方文档](https://openaidoc.kaimingwan.com/) | [OpenAI 官方文档](https://platform.openai.com/docs/introduction) |
| ---------------------------------------------------- | ------------------------------------------------------------ |

## 介绍

我翻译了OpenAI官方文档，旨在帮助读者更好地理解和学习OpenAI。然而，我承认我的翻译可能存在不准确或不严谨的地方，因此文中可能会有一些错误或瑕疵。如果您发现了任何问题，欢迎提交PR（Pull Request），帮助完善文档。感谢您的支持。

## 翻译进度

出于学习目的，我仅翻译了开始和指南部分的内容，针对剩余内容有兴趣翻译的朋友可以自行提交翻译内容。

* 开始(已完成)
  * 介绍(已完成)
  * 快速开始(已完成)
  * 库(已完成)
  * 模型(已完成)
  * 引导(已完成)
  * 数据使用政策(已完成)
  * 使用政策(已完成)
* 指南
  * 文本完成(已完成)
  * 代码完成(内测)(已完成)
  * 聊天完成(已完成)
  * 图片生成(已完成)
  * 微调(已完成)
  * 嵌入(已完成)
  * 语音转文本(已完成)
  * 内容审核(已完成)
  * 速率限制(已完成)
  * 错误码
  * 安全最佳实践
  * 生产应用最佳实践
* API参考
  * 介绍
  * 身份认证
  * 创建请求
  * 模型
  * 完成
  * 聊天
  * 编辑
  * 图片
  * 嵌入
  * 音频
  * 文件
  * 微调
  * 内容审核
  * 引擎
  * 参数详情

## 翻译技巧

可以使用ChatGPT或者[**bob-plugin-openai-translator**](https://github.com/yetone/bob-plugin-openai-translator)协助翻译，速度是很快的，质量也不错。

## 如何贡献

如需贡献内容请直接到[GitHub仓库](https://github.com/KaimingWan/openai-official-doc-zh)提交PR。

## 翻译待优化项

* 超链接补全：官方文档中有很多超链接，我在翻译的时候很多都没加
* 内容补全：参考翻译进度，没有标注已完成的就是没有翻译的

## 贡献名单

* [KaimingWan](https://github.com/KaimingWan?tab=repositories)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://openaidoc.kaimingwan.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
