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

Chat

install sizeminified sizeminzipped size
npm i @xsai/utils-chat

Examples

messages

util to easy create messages.

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

Last updated on

On this page