snippetbashTip
deepseek — An AI coding assistant using DeepSeek Coder models. More information: <https://github.com/holasoymal
Viewed 0 times
assistantcommanddeepseekcodingclicoderusing
Problem
How to use the
deepseek command: An AI coding assistant using DeepSeek Coder models. More information: <https://github.com/holasoymalva/deepseek-cli#cli-commands>.Solution
deepseek — An AI coding assistant using DeepSeek Coder models. More information: <https://github.com/holasoymalva/deepseek-cli#cli-commands>.Start interactive mode:
deepseekRun 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 setupForce the CLI to use local mode:
deepseek --localDisplay help:
deepseek --helpCode Snippets
Start interactive mode
deepseekRun 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 setupForce the CLI to use local mode
deepseek --localContext
tldr-pages: common/deepseek
Revisions (0)
No revisions yet.