Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-19 00:20:57 +00:00
parent 83af6b3c72
commit c80d49f5d0
26 changed files with 464 additions and 13 deletions

33
tldr/deepseek Normal file
View File

@@ -0,0 +1,33 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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`