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();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    12
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    12

Package Sidebar

Install

npm i speechless-ai

Weekly Downloads

12

Version

1.0.0

License

MIT

Unpacked Size

3.04 kB

Total Files

7

Last publish

Collaborators

  • itaibo