fatwang2 / search2ai

Help your LLMs online
https://sum4all.site/telegram
MIT License
1.05k stars 158 forks source link

最近使用searxng搜索服务提示 “在 news 函数中捕获到错误: ReferenceError: MAX_RESULTS is not defined” #29

Closed SpeedupMaster closed 2 months ago

SpeedupMaster commented 4 months ago

2号部署后可以正常使用,但是昨天发现联网查询就报错。 { role: 'user', content: '微软最近发布了哪些新产品?' }, { role: 'assistant', content: null, tool_calls: [ [Object] ] } ] 开始检查是否有函数调用 正在使用查询进行新闻搜索: "微软最近发布的产品" 在 news 函数中捕获到错误: ReferenceError: MAX_RESULTS is not defined 结束检查是否有函数调用 返回流 Sending response as a stream 使用search1api搜索服务就没问题

fatwang2 commented 4 months ago

把 MAX_RESULTS 作为环境变量部署上

SpeedupMaster @.***>于2024年6月9日 周日21:20写道:

2号部署后可以正常使用,但是昨天发现联网查询就报错。 { role: 'user', content: '微软最近发布了哪些新产品?' }, { role: 'assistant', content: null, tool_calls: [ [Object] ] } ] 开始检查是否有函数调用 正在使用查询进行新闻搜索: "微软最近发布的产品" 在 news 函数中捕获到错误: ReferenceError: MAX_RESULTS is not defined 结束检查是否有函数调用 返回流 Sending response as a stream 使用search1api搜索服务就没问题

— Reply to this email directly, view it on GitHub https://github.com/fatwang2/search2ai/issues/29, or unsubscribe https://github.com/notifications/unsubscribe-auth/A77NZSRTEVYFQYIGQ4I3L4TZGRJB3AVCNFSM6AAAAABJA4O6R6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGM2DEMRUHE2TANI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

SpeedupMaster commented 4 months ago

在.env里有设置 MAX_RESULTS=10

Snipaste_2024-06-09_21-25-31
SpeedupMaster commented 4 months ago

在本地和CF上都有试过,CF上2号部署后是可以正常联网的,但是昨天需要联网时就报错了

fatwang2 commented 4 months ago

也看看是不是你的 credits 用完了

SpeedupMaster @.***>于2024年6月9日 周日21:28写道:

在本地和CF上都有试过,CF上2号部署后是可以正常联网的,但是昨天需要联网时就报错了

— Reply to this email directly, view it on GitHub https://github.com/fatwang2/search2ai/issues/29#issuecomment-2156606935, or unsubscribe https://github.com/notifications/unsubscribe-auth/A77NZSU6CIKDJKF3AAKOM33ZGRKABAVCNFSM6AAAAABJA4O6R6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJWGYYDMOJTGU . You are receiving this because you commented.Message ID: @.***>

SpeedupMaster commented 4 months ago

searxng是自己搭的,应该没有credits限制。用你的search1api搜索服务就没问题

fatwang2 commented 4 months ago

那你自己调一下 searxng 的接口试试呢,看是不是你部署的问题

SpeedupMaster commented 4 months ago

重新部署了searxng 又可以了,不知道之前为啥用着用着就突然不能用了。打扰了