Parcourir la source

Update mineru/utils/llm_aided.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Xiaomeng Zhao il y a 2 semaines
Parent
commit
ad29a6a02a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      mineru/utils/llm_aided.py

+ 1 - 1
mineru/utils/llm_aided.py

@@ -92,7 +92,7 @@ Corrected title list:
         "stream": True,
     }
 
-    # 只有配置中明确指定时才添加 extra_body
+    # Only add extra_body when explicitly specified in config
     if "enable_thinking" in title_aided_config:
         api_params["extra_body"] = {"enable_thinking": title_aided_config["enable_thinking"]}