Kuingsmile / word-GPT-Plus

Word GPT Plus is a word add-in which integrates the chatGPT model into Microsoft Word. Both official and web api is supported.
MIT License
629 stars 97 forks source link

[Bug]: 404?405? #5

Closed manesec closed 1 year ago

manesec commented 1 year ago

前置阅读 | Pre-reading

服务类型 | Service Type

Official hosted service

系统信息 | System Information

Windows

Office 版本 | Office Version

microsoft 365

问题重现 | Bug reproduce

开发者 你好,

在使用的时候我发现,使用API去请求,填写好了之后,点了保存,使用就会显示404,我有试过填写转发域名是word.msq.pub,就会405,看了一下文档没有解释关于“转发域名”,不知道要不要填,也不知道填得对不对(尴尬

我要如何解决该问题?

image

image

gao106 commented 1 year ago

我也这样,web-api也不行,不知道是不是魔法的原因

Kuingsmile commented 1 year ago

检查一下网络环境是否可用

Kuingsmile commented 1 year ago

转发域名是指通过这种服务转发的api接口对应地址https://github.com/noobnooc/noobnooc/discussions/9

Kuingsmile commented 1 year ago

由于切换model导致的bug,过会修复下

Kuingsmile commented 1 year ago

已修复官方接口的404 bug,web-api目前没有复现有问题 @manesec

manesec commented 1 year ago

转发域名一定要填写吗? 不填写会显示 Error: Request failed with status code 400

manesec commented 1 year ago

image

Kuingsmile commented 1 year ago

不填转发域名的话需要开翻墙 不然国内访问会有问题

Kuingsmile commented 1 year ago

400的话可以试试把max token调大一点

manesec commented 1 year ago

感谢,已经解决了, max token在1000的时候可以正常工作了!