0%

介绍

概览

OpenAI API可以应用于几乎所有涉及理解或生成自然语言、代码或图像的任务。我们提供不同级别的模型,适用于不同的任务,以及微调自己的定制模型的能力。这些模型可用于从内容生成到语义搜索和分类等各种任务。

重点

我们建议您完成我们的快速入门教程,通过实际操作的交互式示例来了解关键概念。

快速开始

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment