A beautiful command-line interface for DeepSeek AI models powered by Rich.
- ✨ Rich terminal formatting with Markdown support
- 💬 Interactive chat interface
- 🚀 Streaming responses with progress indicators
- 🔐 Secure API key configuration
- 📦 Multiple model support
- 🎨 Syntax highlighting for code blocks
pip install deepseek-cli-pro
- Configure your API key:
deepseek configure
- Start interactive chat:
deepseek chat
- Generate content from a prompt:
deepseek generate "Explain quantum computing in simple terms" --temperature 0.5
- List available models:
deepseek models
deepseek chat --prompt "Write a poem about AI" --stream --markdown
deepseek generate "Write a Python function to calculate Fibonacci sequence" --model deepseek-coder
deepseek chat --no-markdown
git clone https://github.com/Pro-Sifat-Hasan/deepseek-cli.git
cd deepseek-cli
pip install -e .
MIT License - See LICENSE for details