<img align="right" width="100" alt="qbraid" src="https://qbraid-static.s3.amazonaws.com/logos/qbraid.png">

# [@qbraid-core/chat](https://qbraid.github.io/qbraid-core-js/modules/_qbraid-core_chat.html)

[![Stable][preview-stability]](https://qbraid.github.io/qbraid-core-js/#launch-stages)
[![npm](https://img.shields.io/npm/v/@qbraid-core/chat?color=blue)](https://npm.im/@qbraid-core/chat)

Client for the qBraid AI Chat service.

## Installation

```bash
npm install @qbraid-core/chat
```

## Usage Example

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

## License

This software is proprietary and subject to the terms of the [qBraid Commercial Software License](https://qbraid.github.io/qbraid-core-js/#license).

[stable-stability]: https://img.shields.io/badge/stability-stable-green
[preview-stability]: https://img.shields.io/badge/stability-preview-orange
[deprecated-stability]: https://img.shields.io/badge/stability-deprecated-red
