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]: #48

Closed csq-csq123 closed 2 months ago

csq-csq123 commented 3 months ago

前置阅读 | Pre-reading

服务类型 | Service Type

Official hosted service

系统信息 | System Information

Windows

Office 版本 | Office Version

microsoft 365

问题重现 | Bug reproduce

出现错误403 true,我用的转发,转发api和key在其他里都是正常能用,如何解决? 微信图片_20240310162138

Kuingsmile commented 3 months ago
  1. 具体是什么转发服务,key的来源是否是官方
  2. 需要具体报错信息,打开附加调试器在控制台查看

image

CelanXu commented 3 months ago
  1. 具体是什么转发服务,key的来源是否是官方
  2. 需要具体报错信息,打开附加调试器在控制台查看

image

您好!我遇到的是相同的问题

  1. 用的是这家的转发API(https://zwxvec6g91g.feishu.cn/docx/KS7AddreTouQg6xs44Oc0ZgHnOg),提示401 Incorrect API key provided: sk-g8ljW***SwxI. You can find your API key at https://platform.openai.com/account/api-keys.
  2. 控制台提示如下 image 3.用的是转发pai,请问如何修改base url
iplane787 commented 3 months ago

需要把/v1加上,比如我用的https://api.aikey.one 那么要填https://api.aikey.one/v1