Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 363 Bytes

介绍(Introduction).md

File metadata and controls

11 lines (9 loc) · 363 Bytes

你可以使用任何语言发起 HTTP 请求、通过我们的官方 Python 绑定、我们的官方 Node.js 库或社区维护的库与 API 进行交互。

要安装官方的 Python 绑定,运行如下命令:

pip install openai

要安装官方的 Node.js 库,可以在你的项目目录下运行如下命令:

npm install openai