Quick Start Guide
Get up and running with the LLM Platform in minutes.
Prerequisitesβ
- Node.js 20+
- npm 9+
- Git
Installationβ
npm install @bluefly/llmcli -g
Basic Usageβ
# Test connection
llmcli ai test-ollama
# Start a chat session
llmcli ai chat "Hello, world!"
# Get help
llmcli --help
Next Stepsβ
- Read the Installation Guide
- Check out Examples
- Browse the API Documentation