We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
似乎没有针对本地配置完之后如何开启网络搜索的教程,能告诉我如何配置它而不是弹出 抱歉 😭
× 由于成本问题,我们不得不暂时禁用网络搜索 🌐。 但您仍然可以在您的网站上使用它。
More Detials
我希望得到本地配置相关功能的教程
No response
The text was updated successfully, but these errors were encountered:
本地运行时,在.env文件中配置环境变量即可
.env
Sorry, something went wrong.
在当前版本中仍然无法工作。
我找到了这个问题的解决方案:
前往 /stores/agentStore.ts 文件
搜索以下行并将其更改为 true:
isWebSearchEnabled: false
改为
isWebSearchEnabled: true
应该有两行。完成后,它将启用 Web 搜索按钮。
我已经测试过了。
English:
I found a solution to this issue:
Go to the /stores/agentStore.ts file
Search for this line and switch to true:
To
There should be to lines with this. Once you have done this, it will switch the web search button to enabled.
I have tested this.
ElricLiu
No branches or pull requests
🔖 Feature description 功能说明
似乎没有针对本地配置完之后如何开启网络搜索的教程,能告诉我如何配置它而不是弹出
抱歉 😭
×
由于成本问题,我们不得不暂时禁用网络搜索 🌐。
但您仍然可以在您的网站上使用它。
More Detials
✔️ Solution 解决方案
我希望得到本地配置相关功能的教程
❓ Alternatives 备选方案
No response
📝 Additional Context 附加上下文
No response
Acknowledgements 致谢
The text was updated successfully, but these errors were encountered: