A simple command-line tool to interact with AI models using OpenRouter's API. It provides a minimal chat interface, stream-based responses, and basic conversation history management.
git clone https://github.com/lunarzack/llm-cli.git
pip install requests python-dotenv
Run the script with:
python llm-cli.py
Type your message, and the AI responds in real-time. Type exit
to quit.
Thanks to OpenRouter for the API and DeepSeek AI for the language models.