-
-
Notifications
You must be signed in to change notification settings - Fork 12.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internet search support for full model like DeepSeek R1 | 联网搜索支持到全模型如 DeepSeek R1 #6843
Comments
用deepseek 官方api ,r1无法触发联网emmm |
Using deepseek official API, r1 cannot trigger networking emmm |
@arvinxx yesterday I tried to make edits to make the search work. The thing is that when building a Docker image, various errors pop up: either with node_modules from packages/web-crawler (error of undefined rights) errors in the code eslint complains about spelling). I'll check now, maybe I'm doing something wrong? Do I need to run pnpm install commands after making edits to the code? When running pnpm dev locally, everything works, but it doesn't compile the Docker file |
前置判断模型,我使用了我手上大部分支持fc的模型
几个建议
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
这个我怀疑是入参没裁剪导致的,可能是系统bug,晚点我看看
中断是正常的,我的实现中做的逻辑是,如果输出的 chunk 类型不是 fc,就停止搜索模型的输出,并开始生成。
这个我觉得不太好,我昨天测了下其实像 4omini 都能做到简单的链式调用多个 tool。所以还是保留比较合适。
目前搜索结果的返回里的确没加上时间,我补一下吧
这个现在没加吗?我记得应该有才对 |
大部分fc的模型都是只返回fc的结果,但是部分模型,比如grok会在返回fc结果之前增加一段文本
从networks里面看好像是没有,没看代码,不知道在server有没有附加上去 |
Most of the FC models only return the results of FC, but some models, such as grok, will add a piece of text before returning the results of FC.
It seems that there is no code from the networks. I don't know if it is attached to the server. |
的确… 我昨天测 Claude 3.7 的时候也发现有这个问题。我感觉通过 prompt 约束可以解决,但昨天太晚了没测。后面有空再试试看。
你看下 第一句消息,放在 system role 里的 |
Indeed... I also found this problem when I tested Claude 3.7 yesterday. I feel that it can be solved through prompt constraints, but it was too late yesterday and it was not tested. Try it later if you have time.
Look at the first message, put in the system role |
@xt1990xt1990 你是不是额外配置 reasoner 允许它用 Function Calling 了? |
找到问题了,我把r1的function开关都关掉后,全部正常了,感谢大佬 |
I found the problem. After I turned off the function switch of r1, it was all normal. Thank you guys |
Version 1.70.0 has supported online search for the full model. We welcome everyone to provide feedback on usage~
v.1.70.0 已支持到全模型的联网搜索,欢迎大家提出使用反馈~
The text was updated successfully, but these errors were encountered: