@qbraid-core/chat
Version:
Client for the qBraid AI Chat service.
35 lines (21 loc) • 1.11 kB
Markdown
<img align="right" width="100" alt="qbraid" src="https://qbraid-static.s3.amazonaws.com/logos/qbraid.png">
[![Stable][preview-stability]](https://qbraid.github.io/qbraid-core-js/#launch-stages)
[](https://npm.im/@qbraid-core/chat)
Client for the qBraid AI Chat service.
```bash
npm install @qbraid-core/chat
```
```typescript
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);
```
This software is proprietary and subject to the terms of the [qBraid Commercial Software License](https://qbraid.github.io/qbraid-core-js/#license).
[]: https://img.shields.io/badge/stability-stable-green
[]: https://img.shields.io/badge/stability-preview-orange
[]: https://img.shields.io/badge/stability-deprecated-red