@qbraid-core/chat
v0.11.0
Published
Client for the qBraid AI Chat service.
Downloads
47
Maintainers
Readme
@qbraid-core/chat
Client for the qBraid AI Chat service.
Installation
npm install @qbraid-core/chatUsage 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.
