Explorar el Código

refactor(llm_invoker): 添加sys导入以支持系统相关功能

max_liu hace 5 días
padre
commit
1ca8c30578
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/utils/llm_invoker.py

+ 1 - 1
src/utils/llm_invoker.py

@@ -5,7 +5,7 @@ LLM调用封装工具类
 
 功能: 统一封装LLM调用逻辑,提供安全的调用接口
 """
-
+import sys
 import json
 import os
 import time