Client for the qBraid AI Chat service.
npm install @qbraid-core/chat
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.