xyz.chatboxapp.ce
v0.0.2
Published
A desktop client for multiple cutting-edge AI models
Readme
Installation and Setup Guide
Package Deployment
1. Initial Setup
Install all required dependencies to prepare the development environment:
npm install2. Development Mode
Launch the application in development mode with hot reloading:
npm run dev3. Production Deployment
Build and package the installer for your current operating system:
npm run package4. Cross-Platform Deployment
Build and package installers for all supported platforms (Windows, macOS, Linux):
npm run package:allCollabAI Configuration
Follow these steps to configure CollabAI integration:
Access Settings
Navigate to the settings panel located in the lower left corner of the application.Select Provider
In the model provider dropdown menu, selectciscollabai.Configure Integration
Enter the required authentication information in the designated fields and save your configuration.
