Files
tldr/pages/common/deepseek.md
T
Dalia MahidashtiandManagor 2cec98fcc9 deepseek: add page (#19433)
* Add tldr page for deepseek CLI

* deepseek: update documentation link to PyPI page

* deepseek: update 'More information' link to official CLI documentation

Replaced the previous documentation link with https://github.com/holasoymalva/deepseek-cli, which provides the most complete and authoritative manual for the DeepSeek CLI, including installation instructions, command descriptions, flags, and usage examples.

* deepseek: update examples to match documented CLI commands

* Updated examples to match the deepseek CLI commands

* Update pages/common/deepseek.md

---------

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-11-17 20:13:23 -06:00

529 B

deepseek

An AI coding assistant using DeepSeek Coder models. More information: https://github.com/holasoymalva/deepseek-cli#cli-commands.

  • Start interactive mode:

deepseek

  • Run a single prompt:

deepseek chat "{{write a Python function for binary search}}"

  • Start interactive mode with a specific model:

deepseek --model {{deepseek-coder:6.7b}}

  • Set up the local environment (Ollama):

deepseek setup

  • Force the CLI to use local mode:

deepseek --local

  • Show help information:

deepseek --help