CLI tool for interacting with AI services from the terminal
Top 37.9% on sourcepulse
This project provides a suite of command-line tools for interacting with AI services directly from the terminal. It targets users who prefer a CLI environment for AI tasks, offering functionalities like chatting with models, asking questions, managing context, text completion, audio transcription, translation, and text-to-speech.
How It Works
The shell acts as an interface to AI models, currently relying on connections to the OpenAI API. Future iterations aim to integrate with self-hosted services developed in the susi_api
project. The core interaction model involves commands like run
for interactive chat, ask
for direct queries, and others for specific AI tasks, supporting both interactive and batch (stdin/stdout) usage.
Quick Start & Requirements
./susi_shell.sh
say
command is macOS-specific by default.Highlighted Details
Maintenance & Community
No specific details on contributors, sponsorships, or community channels are provided in the README.
Licensing & Compatibility
The README does not specify a license.
Limitations & Caveats
Current functionality heavily relies on the OpenAI API. The say
command has platform-specific limitations (macOS default). The project is described as having commands "all to be implemented," indicating a work-in-progress status.
3 months ago
Inactive