fix: Fix Deepseek compatibility issues on the official website. (#1166)

* fix: Compatible with the HTTP2 stream transmission bug on DeepSeek's official website endpoint.
* fix: Remove reasoning from JSON
This commit is contained in:
SkywalkerJi
2025-12-04 20:19:48 +09:00
committed by GitHub
parent 1dab5ef2ee
commit 010676c591
4 changed files with 13 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ import (
const (
ProviderDeepSeek = "deepseek"
DefaultDeepSeekBaseURL = "https://api.deepseek.com/v1"
DefaultDeepSeekBaseURL = "https://api.deepseek.com"
DefaultDeepSeekModel = "deepseek-chat"
)