mirror of
https://github.com/ollama/ollama.git
synced 2026-09-01 08:51:37 +00:00
docs: register DeepSeek Harness (#17751)
This commit is contained in:
parent
87abaa019e
commit
78e818e3ce
2 changed files with 3 additions and 2 deletions
|
|
@ -168,6 +168,7 @@
|
|||
"pages": [
|
||||
"/integrations/claude-code",
|
||||
"/integrations/opencode",
|
||||
"/integrations/deepseek-harness",
|
||||
"/integrations/cline-cli",
|
||||
"/integrations/codex-app",
|
||||
"/integrations/codex",
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@ ollama launch dsh
|
|||
Ollama installs `@deepseek-ai/dsh` if needed. To choose a model:
|
||||
|
||||
```shell
|
||||
ollama launch dsh --model qwen3.5
|
||||
ollama launch dsh --model qwen3.5:cloud
|
||||
ollama launch dsh --model qwen3.8
|
||||
ollama launch dsh --model deepseek-v4-flash:cloud
|
||||
```
|
||||
|
||||
To configure without starting:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue