Skip to content
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

加入 axios 超时配置 #52

Open
jacobke opened this issue Feb 24, 2023 · 3 comments
Open

加入 axios 超时配置 #52

jacobke opened this issue Feb 24, 2023 · 3 comments

Comments

@jacobke
Copy link

jacobke commented Feb 24, 2023

动机:中文问题 openai 返回很慢,因此加入超时设置,让 bot 尽快返回。

修改:

data: data,
处添加 “timeout: 5000” 类似配置。

更好一点:将超时配置设置为环境变量,让用户自行选择。

@WhyMeta
Copy link

WhyMeta commented Feb 24, 2023

最优解其实还是自己部署服务器,目前华为云、腾讯云基本都是新人3个月的试用期,你要付出的是手机号+实名认证,但是nodejs部署的方式,就算用自己的服务器来部署,还是有延迟的现象,我试过晚上提的问题,第二天才回复😂

@bestony
Copy link
Owner

bestony commented Feb 25, 2023

动机:中文问题 openai 返回很慢,因此加入超时设置,让 bot 尽快返回。

修改:

data: data,

处添加 “timeout: 5000” 类似配置。
更好一点:将超时配置设置为环境变量,让用户自行选择。

要不要来提交一个 pr ?很简单的~

@KKGo1999
Copy link
Contributor

最优解其实还是自己部署服务器,目前华为云、腾讯云基本都是新人3个月的试用期,你要付出的是手机号+实名认证,但是nodejs部署的方式,就算用自己的服务器来部署,还是有延迟的现象,我试过晚上提的问题,第二天才回复😂

@WenHowe 有试过Azure的嘛?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants