Replies: 2 comments
|
Thank you for your feedback! Can you ckeck the network console for more specific errors? 能检查一下具体的网络报错吗,听起来像是这个本地服务没有配置跨域,导致请求被浏览器拦截了。 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
const agent = new PageAgent({
model: "qwen-27b",
baseURL: "http://IP:8859/v1/chat/completions",
apiKey: "NA",
I deployed this model myself, and it can be accessed upon request. However, after configuring the page-agent, I always receive the error message "InvokeError: Network request failed"
All reactions