gpt-tag
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

gpt-tag

A TypeScript library that leverages OpenAI's GPT-3.5 Turbo for simple and efficient chat-based text completions.

Overview

gpt-tag is a simple-to-use TypeScript library designed to interact with OpenAI's GPT-3.5 Turbo model. It streamlines the process of sending requests and receiving completions from the AI, making it easier for developers to integrate the model into their applications. By using a template literal tag, developers can quickly pass their text prompts to the AI and receive a response.

Usage

Simple:

import { gpt } from 'gpt-tag'

const got = await gpt`Please echo the following to prove we can communicate: "hello"`
console.log(got)
// "hello"

See tests for more examples.

Author

Readme

Keywords

Package Sidebar

Install

npm i gpt-tag

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

6.3 kB

Total Files

9

Last publish

Collaborators

  • ch__tz