How to use ChatGPT API in NodeJS?

ChatGPT 是 OpenAI 开发的一款非常强大的聊天机器人,It uses natural language processing to interact like a human。It is very popular among developers,and is widely used for some of its most advanced features,such as understanding and interpreting code,甚至根据文本要求生成代码OpenAI 不仅在网站上提供了聊天机器人的功能还提供了一个 API 来帮助将 ChatGPT 集成到我们的应用程序和项目中我们可以使用它发出 HTTP 请求并适当地利用响应

在 Nodejs 中使用 ChatGPT API

in this article,我们将逐步介绍在 Node.js 项目中集成ChatGPT API 的过程

在 Node.js 应用程序中使用 ChatGPT

在我们的大型 NodeJS 应用程序中添加 ChatGPT 功能将使用户更加高效。therefore,in this article,我们将逐步了解如何检索 API 密钥以及如何创建使用OpenAI API的 NodeJS 应用程序该应用程序的工作方式与 ChatGPT 类似您可以使用该应用程序与 ChatGPT 进行对话以下是在 NodeJS 应用程序中使用 ChatGPT 的完整步骤

1.创建 Node.js 应用程序

first,我们将为项目创建一个目录,For examplechatgpt-api-nodejs可以使用 GUI 或将以下命令粘贴到我们机器中所需位置的终端中

mkdir chatgpt-api-nodejs

Now,将目录更改为新创建的文件夹

cd chatgpt-api-nodejs

要初始化 node.js 项目请运行以下命令该命令将创建一个 package.json 文件来跟踪项目详细信息

npm init -y

我们将使用它axios来发出 HTTP 请求和dotenv管理环境变量

npm 安装 axios dotenv

2. 获取 OPENAI API 密钥

要使用 API我们需要生成 API 密钥

:to this end,请访问OpenAI并注册或登录(如果您已经有帐户)

Log in

创建 OpenAI 帐户

B.然后点击API选项

福多

创建 ChatGPT API 密钥

C.左上角会出现 API 密钥点击它就会打开 API 密钥部分点击“创建新密钥”即可创建一个新密钥

韋斯特

Create new key

D.点击“创建新密钥”按钮它将打开一个对话框要求输入密钥的名称(可选)。After completion,单击“创建密钥”

密钥名称

Create new key

E.将出现一个对话框显示您的密钥/API 密钥复制它并“完成”安全保存密钥不要与任何人共享

秘密密钥

Create new key

创建一个新文件来创建用于存储 API 密钥的环境变量

touch .env

在文件中创建一个变量OPENAI_API_KEY并替换"YOUR OPEN AI API KEY" with 您的 API 密钥(保留引号)

OPENAI_API_KEY="YOUR OPEN AI API KEY"

3.实现NodeJS应用程序

创建一个 javascript 文件例如 index.js并将以下代码粘贴到其中

JavaScript

4.运行应用程序

要运行该应用程序请在终端中运行以下命令

node index.js

上述代码通过命令行获取输入提示并打印 ChatGPT 模型生成的响应

输出

输出

 

 

※※Get GPTGPT for free&Claudeaccount※※

This site provides free ChatGPT shared accounts,Number pool link:https://chatai.qqyunsd.com

If you want to use a low-cost and stable personal independent account,You can enter the store on this site to purchase,The lowest price account on the entire network,Full after-sales guarantee,Customer service follow-up

Store link:https://store.aiprois.com/

Customer Service WeChat:youngchatgpt

Official website of this site:https://aiprois.com/

gpt-4 chatgpt plus shared account 10 people carpool gpt-4 model plus account valid for 30 days monthly rent x,gpt4o price,change chatgpt password,,chatgpt 修改密码,chatgpt change password,How to recharge chatgptplus,students purchase gpt,gpt cheap account

© Copyright statement
THE END
If you like it, please support it.
Like512 share
Comment Grab the sofa
avatar
You are welcome to leave your valuable insights!
submit
avatar

Nick name

Cancel
Nick nameexpressioncodepicture

    No comments yet