Client for the qBraid AI Chat service.
npm install @qbraid-core/chat
[![Stable][preview-stability]](https://qbraid.github.io/qbraid-core-js/#launch-stages)

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.
[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