xsAI v0.1 is now available! Read Announcement
xsAI0.2.0-beta.1
Generating

Text

Generates text for a given prompt.

install sizeminified sizeminzipped size
npm i @xsai/generate-text

Examples

import {  } from '@xsai/generate-text'
import {  } from 'node:process'
 
const {  } = await ({
  : .!,
  : 'https://api.openai.com/v1/',
  : [
    {
      : 'You\'re a helpful assistant.',
      : 'system'
    },
    {
      : 'Why is the sky blue?',
      : 'user'
    }
  ],
  : 'gpt-4o',
})
Edit on GitHub

Last updated on

On this page