From 9088f3742b0cb5924f941c90d0f8509f9f6b5980 Mon Sep 17 00:00:00 2001 From: liangyt <1406019365@qq.com> Date: Sat, 3 May 2025 20:47:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- original.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/original.py b/original.py index 3a89283..104d7f6 100644 --- a/original.py +++ b/original.py @@ -4,7 +4,7 @@ import openai import time import re -model = "deepseek-ai/DeepSeek-V2.5" +model = "Qwen/Qwen3-8B" max_tokens = 500 def getDim(content, dim):