-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
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
调用api时报错 #32
Comments
1:key已经输入并保存,并且key在其它地方调用时能够正常使用,我重新申请了一个key,也是相同的问题 |
这听起来有点奇怪。 为此,可能需要为当前版本做一个小修订,让api调用时的错误抛出到外部。这样就可以知道错误发生的具体原因。 |
超过两周没有回应,暂时关闭此Issues,若有更多相关错误报告,请再次打开此issues并附上错误说明. |
显示:”Something went wrong. If this issue persists please contact us through our help center at help.openai.com.“
api是可以正常使用的,我是用的书签加载最新版本方法,书签url是:javascript:var xhr=new XMLHttpRequest();xhr.open('GET','https://ghproxy.com/https://raw.githubusercontent.com/bigemon/ChatGPT-ToolBox/main/toolbox-chrome-bookmark.js',true);xhr.onload=function(){if(xhr.readyState===4&&xhr.status===200){eval(xhr.responseText)}};xhr.send(null;xhr.onload=function()%7Bif(xhr.readyState===4&&xhr.status===200)%7Beval(xhr.responseText)%7D%7D;xhr.send(null));
加载后提示的版本是:赛博工具娘1.3.2
The text was updated successfully, but these errors were encountered: