中文说明请见这里 (Chinese README here)
A simple and practical command-line chat tool based on the DeepSeek API, allowing you to quickly chat with deepseek-chat
or deepseek-reasoner
models directly in your terminal.
- ✅ Supports both
deepseek-chat
anddeepseek-reasoner
models - ✅ Provides
--help
and--version
commands - ✅ Automatically reads API Key from environment variables
- ✅ Colorful output and interactive terminal experience
- ✅ Can be packaged as a system command
deepseek
Make sure you have Python 3.8+ and pip installed. Then run the following command in the project root directory:
pip install -e .
This project is licensed under the MIT License. See LICENSE for details.