Browse Source

Update mineru/utils/llm_aided.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Xiaomeng Zhao 2 weeks ago
parent
commit
54ac866554
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mineru/utils/llm_aided.py

+ 1 - 1
mineru/utils/llm_aided.py

@@ -84,7 +84,7 @@ Corrected title list:
     max_retries = 3
     dict_completion = None
 
-    # 构建 API 调用参数
+    # Build API call parameters
     api_params = {
         "model": title_aided_config["model"],
         "messages": [{'role': 'user', 'content': title_optimize_prompt}],