服务商不支持PDF上传时,Cherry Studio怎么实现的 #13929
-
|
比如硅基流动deepseek-ai/DeepSeek-V3.2,接口不支持pdf上传,但是Cherry Studio GUI可以上传,并且解析效果很好,什么原理? |
Beta Was this translation helpful? Give feedback.
Answered by
playgithub
Apr 2, 2026
Replies: 1 comment 5 replies
-
|
提取 pdf 文字后作为纯文本上传 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
不小心加了个max_token=4096的参数,去掉就可以了
谢谢