소스 검색

Update mineru/utils/llm_aided.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Xiaomeng Zhao 2 주 전
부모
커밋
ad29a6a02a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"]}