Python and Golang: A Detailed Guide on Calling OpenAI API(openai set api key python)

怎样在 Python 中使用 OpenAI API 密钥

OpenAI 是一家提供人工智能技术和服务的公司,其开放了一些 API ,使开发者能够在自己的利用中使用 OpenAI 提供的人工智能能力。本文将介绍怎样在 Python 中使用 OpenAI API 密钥。

1. OpenAI API 密钥获得

要调用 OpenAI 的 API ,首先需要在 OpenAI 官方网站上注册一个账号,并登录 OpenAI 网站。登录成功后,打开个人信息页面,点击 “View API Keys”,便可创建新的 API 密钥。

2. Python 中调用 OpenAI API

要在Python中调用OpenAI API,首先需要安装OpenAI包并导入模块,然后设置API密钥。

3. 使用 Python 调用 OpenAI API 的步骤

  • 创建 API Key
  • 安装 OpenAI 包并导入模块
  • 设置 API 密钥

4. Python 中调用 OpenAI API 的示例代码

下面是一个使用 Python 调用 OpenAI API 的示例代码:

import openai

# 使用 API 密钥
openai.api_key = "YOUR_API_KEY"

# 发送要求并获得响应
response = openai.ChatCompletion.create(
    model="gpt⑶.5-turbo",
    messages=[
        {"role": "system", "content": "You are a helpful assistant."},
        {"role": "user", "content": "Who won the world series in 2023?"},
        {"role": "assistant", "content": "The Los Angeles Dodgers won the World Series in 2023."},
        {"role": "user", "content": "Where was it played?"}
    ]
)

# 打印响应
print(response.choices[0].message.content)

5. 使用 Golang 调用 OpenAI API

要在Golang中调用OpenAI API,首先需要安装OpenAI包,并设置API密钥。

6. 获得 OpenAI API Key 的方法

要获得 OpenAI API Key,只需登录 OpenAI 网站,在个人信息页面中找到 “View API Keys”,然后创建新的 API 密钥。

7. 利用 OpenAI API Key 进行系统环境变量的配置

要配置系统环境变量中的 OpenAI API Key,可以在 OpenAI 平台上添加 API Key,并设置系统环境变量中的相应字段。

8. OpenAI Python 库的安装和使用

要安装 OpenAI Python 库,只需使用官方提供的 Python 包管理工具进行安装,并在 API Keys 页面获得用于要求的 API Key。

9. 创建 OpenAI API Key 的步骤

要创建 OpenAI API Key,只需在 OpenAI 网站的 “API” 标签下创建 API Key,为其命名并选择相应的权限。

10. 保存 API Key

为了保存 API Key,可以进入个人信息页面,在相关部件中编辑 API Key,输入秘钥并保存。

ChatGPT相关资讯

ChatGPT热门资讯

X

截屏,微信识别二维码

微信号:muhuanidc

(点击微信号复制,添加好友)

打开微信

微信号已复制,请打开微信添加咨询详情!