From 2dd3530e82792a4411a0ce180fd6ded174a430de Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 17 Apr 2023 21:58:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config.py b/config.py index 18c6b8f..1476f86 100644 --- a/config.py +++ b/config.py @@ -19,10 +19,8 @@ if USE_PROXY: else: proxies = None -# [step 3]>> 多线程函数插件中,默认允许多少路线程同时访问OpenAI。 -# Free trial users的限制是每分钟3次,Pay-as-you-go users的限制是每分钟3500次。提高限制请查询: -# https://platform.openai.com/docs/guides/rate-limits/overview -# 一言以蔽之:免费用户填3,OpenAI绑了信用卡的用户可以填 16 或者更高 +# [step 3]>> 多线程函数插件中,默认允许多少路线程同时访问OpenAI。Free trial users的限制是每分钟3次,Pay-as-you-go users的限制是每分钟3500次 +# 一言以蔽之:免费用户填3,OpenAI绑了信用卡的用户可以填 16 或者更高。提高限制请查询:https://platform.openai.com/docs/guides/rate-limits/overview DEFAULT_WORKER_NUM = 3