From efe827d26b9d4b3c492b15b8595dac90f99ca4a8 Mon Sep 17 00:00:00 2001 From: AiHaibara <166741903+jyx04@users.noreply.github.com> Date: Tue, 25 Jun 2024 01:27:07 +0800 Subject: [PATCH] Update _worker.js --- _worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_worker.js b/_worker.js index 65b17be..cd7dfe8 100644 --- a/_worker.js +++ b/_worker.js @@ -2789,7 +2789,7 @@ async function getShareToken(userName, accessToken,accountNumber) { access_token: accessToken, // 使用从全局变量中获取的 accessToken unique_name: passwd, //前缀+无后缀用户名 site_limit: '', // 限制的网站 - expires_in: isVIP ? '0' : '86400', // token有效期(单位为秒),填 0 则永久有效 + expires_in: isVIP ? '0' : '0', // token有效期(单位为秒),填 0 则永久有效 gpt35_limit: '-1', // gpt3.5 对话限制 gpt4_limit: isFreeUsers ? '30' : '-1', // gpt4 对话限制,-1为不限制 show_conversations: isAdmin ? 'true' : 'false', // 是否显示所有人的会话