- 🎨 Stylish Terminal UI – ASCII banners, chalk styling, and a colorful experience
- ⚡ Quick Setup – Running an Different dedicated dedicated server for fetching data
- 💬 Interactive Chat – Talk to SSP AI directly from your terminal
- 🔧 Model Switching – Use different AI models instantly
- 📜 Version Info – See current version and changelog
# Global installation
npm install -g sspai-cli
# Start the CLI
sspai-cli
# Start typing your query
Hello
type anything # Interactive chat session
welcome # Showing Welome Screen
set model <model_name> # Switchs to new model
exit / quit # Close the assistant
-v, --version # Check current version
-m, --model # Shows current & available model
-d, --developer # View developer details
# Cloning backend repo
git clone https://github.com/swarnade/ssp-ai-backend
# ENV
Google_Gemini_Key=
Azure_Openai_Key=
Azure_Openai_Endpoint=
MongoDB_String=
#Install node modules
npm install
# Start your server
node server
Model | Organization | Type |
---|---|---|
gemini-2.0-flash |
Free | |
gemini-2.5-flash |
Free | |
o3-mini |
Azure OpenAi | Free |
o4-mini |
Azure OpenAi | Free |
# For Changing Default Model
export SSPAI_DEFAULT_MODEL=<model name>
# Clone and setup
git clone https://github.com/swarnade/sspai-cli
cd sspai-cli
npm install
node index
MIT License - see LICENSE file for details.
Made with ❤️ by Swarnadeep Saha Poddar