Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 1.47 KB

readme.md

File metadata and controls

77 lines (48 loc) · 1.47 KB

YT5S

OpenAI chatGPT - API

📝 Table of Contents

🧐 About

API [https://openai.com/]

🏁 Getting Started

This project was created using chatgpt 3.5 edition

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.