speechless-ai
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Speechless AI

CI

The JavaScript library for Speechless AI. Let your users interact with it and receive an speechless response.

Install

npm i speechless-ai

Usage

The code below shows how to use the chat completions API.

import Speechless from 'speechless-ai';

const speechless = new Speechless();

async function main() {
  const chatCompletion = await speechless.chat.completions.create([{ role: 'user', content: 'Are you an AI?' }]);
  console.log(chatCompletion); // 😮
}

main();

Readme

Keywords

none

Package Sidebar

Install

npm i speechless-ai

Weekly Downloads

11

Version

1.0.0

License

MIT

Unpacked Size

3.04 kB

Total Files

7

Last publish

Collaborators

  • itaibo