0.10.1 • Published 9 months ago

@qbraid-core/chat v0.10.1

Weekly downloads
-
License
Proprietary
Repository
github
Last release
9 months ago

@qbraid-core/chat

Stable npm

Client for the qBraid AI Chat service.

Installation

npm install @qbraid-core/chat

Usage Example

import { ChatClient } from '@qbraid-core/chat';

const client = new ChatClient();

const response = await client.createMessage('What is the Schrödinger equation?');

console.log(response.content);

License

This software is proprietary and subject to the terms of the qBraid Commercial Software License.

0.10.1

9 months ago

0.10.0

9 months ago

0.9.0

9 months ago

0.8.0

10 months ago

0.7.0

10 months ago

0.6.0

10 months ago

0.5.0

11 months ago

0.4.0

11 months ago

0.3.0

11 months ago

0.2.0

11 months ago

0.1.0

12 months ago