From 77bef75d3f3a46b96c4f71e320f5f838641ea8fb Mon Sep 17 00:00:00 2001 From: Wizerd Date: Sun, 17 Dec 2023 20:45:49 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E4=BC=98=E5=8C=96=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index bf8ab7f..d54ae9a 100644 --- a/main.py +++ b/main.py @@ -212,7 +212,7 @@ def send_text_prompt_and_get_response(messages, api_key, stream, model): if model_config: # 检查是否有 ori_name ori_model_name = model_config.get('ori_name', model) - print(f"实际模型名: {ori_model_name}") + print(f"原模型名: {ori_model_name}") if ori_model_name == 'gpt-4-s': payload = { # 构建 payload