1.0.2 • Published 10 months ago

@sl-code-lords/openai-chatgpt v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

📝 Table of Contents

🧐 About

API [https://openai.com/]

🏁 Getting Started

This project was created using chatgpt 3.5 edition You can find your API key at https://platform.openai.com/account/api-keys

Installing

yarn add @sl-code-lords/openai-chatgpt

or

npm i @sl-code-lords/openai-chatgpt

🎈 Usage

const openai = require("@sl-code-lords/openai-chatgpt")
var result = await openai.chatgpt({api_key: "your_chatgpt_api", message: "Hello World!"})
//result

{
  status: true,
  code_creator: { name: 'Sisula Welgamage', github: '@sisula' },
  result: {
    model: 'gpt-3.5-turbo-0613',
    created: 1690112224,
    message: 'Hello! How can I assist you today?'
  }
}

New Chat | Reset Session

await openai.reset_session()

✍️ Authors

See also the list of contributors who participated in this project.

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago