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
在线示例链接:(必填)
步骤:
No response
请求成功
1.0.5
The text was updated successfully, but these errors were encountered:
您遇到的问题是使用 useXAgent 和 useXChat 请求大模型时,设置代理后出现了 401 错误,并且您想知道如何在 useXAgent 中设置 headers。
useXAgent
useXChat
401 错误通常表示未授权,可能是因为请求缺少必要的身份验证信息。要解决这个问题,您可以尝试以下步骤:
检查代理设置:确保代理设置正确,并且代理服务器允许通过。
设置请求头:在 useXAgent 中设置适当的请求头(headers),例如 Authorization 头,以便通过身份验证。通常,您可以在请求配置中添加 headers 参数。
验证凭据:确保您使用的凭据(如 API 密钥或令牌)是正确的,并且具有访问权限。
如果您不确定如何在 useXAgent 中设置 headers,您可以查看相关的文档或示例代码,以了解如何配置请求头。
如果您需要进一步的帮助,请提供更多的上下文信息或代码示例,以便更好地协助您解决问题。
Sorry, something went wrong.
如果预设的请求不满足需求,可以通过自定义 request 实现。
request
还有一个问题很困扰,agent 里传入的 request,在 onSuccess 时是拿不到 response 流数据的吗
No branches or pull requests
重现步骤
在线示例链接:(必填)
步骤:
当前行为
No response
预期行为
请求成功
上下文
No response
版本
1.0.5
您在哪些浏览器上遇到了这个问题?
No response
The text was updated successfully, but these errors were encountered: