From a0bf5598c86776b24891bbf9313fbbc21c16a4b6 Mon Sep 17 00:00:00 2001 From: lanqian528 <5499636+lanqian528@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:12:21 +0800 Subject: [PATCH] v1.6.3-beta3 fix bugs --- chatgpt/ChatService.py | 1 - version.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/chatgpt/ChatService.py b/chatgpt/ChatService.py index 8aa5662..cfb518e 100644 --- a/chatgpt/ChatService.py +++ b/chatgpt/ChatService.py @@ -26,7 +26,6 @@ from utils.config import ( upload_by_url, check_model, auth_key, - user_agents_list, turnstile_solver_url, ) diff --git a/version.txt b/version.txt index 02375f4..9667759 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.6.3-beta2 \ No newline at end of file +1.6.3-beta3 \ No newline at end of file