feat(api): default DeepSeek to beta endpoint

Closes #941.\n\nRefs #938, #939, #940.
This commit is contained in:
Hunter Bown
2026-05-06 21:24:59 -05:00
committed by GitHub
parent 0ee298bd77
commit c7ed05a07c
10 changed files with 111 additions and 49 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ deepseek doctor --json
"api_key": {
"source": "env"
},
"base_url": "https://api.deepseek.com",
"base_url": "https://api.deepseek.com/beta",
"default_text_model": "deepseek-v4-pro",
"memory": {
"enabled": false,