Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.16 KB

File metadata and controls

48 lines (35 loc) · 1.16 KB

⚡ Quick

A beautiful ASCII art LLM bot CLI built with Ink and React.

██╗  ██╗███████╗██╗     ██╗      ██████╗ 
██║  ██║██╔════╝██║     ██║     ██╔═══██╗
███████║█████╗  ██║     ██║     ██║   ██║
██╔══██║██╔══╝  ██║     ██║     ██║   ██║
██║  ██║███████╗███████╗███████╗╚██████╔╝
╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝ ╚═════╝ 

Installation

npm install
npm run build

Usage

Run the CLI in your terminal:

npm start
# or
node dist/cli.js

Commands

Command Description
new Echo mode - echoes your messages
exit Quit the application
Ctrl+C Exit the app

Features

  • 🎨 Beautiful gradient ASCII art banner
  • 💬 Interactive chat interface
  • 🔄 Echo mode for testing
  • ⌨️ Real-time input with Ink

License

MIT