Explorar o código

Update mineru/utils/llm_aided.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Xiaomeng Zhao hai 2 semanas
pai
achega
54ac866554
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}],