mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
feat(openai_compat): map DeepSeek thinking fields
This commit is contained in:
@@ -89,6 +89,13 @@ func (p *HTTPProvider) SupportsNativeSearch() bool {
|
||||
return p.delegate.SupportsNativeSearch()
|
||||
}
|
||||
|
||||
func (p *HTTPProvider) SupportsThinking() bool {
|
||||
if p == nil || p.delegate == nil {
|
||||
return false
|
||||
}
|
||||
return p.delegate.SupportsThinking()
|
||||
}
|
||||
|
||||
func (p *HTTPProvider) SetProviderName(providerName string) {
|
||||
if p == nil || p.delegate == nil {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user