PERF 添加config本地文件下载链接

This commit is contained in:
2025-07-10 16:24:36 +08:00
parent 1f3c9db743
commit f508f64a86
4 changed files with 177 additions and 6 deletions

View File

@@ -101,7 +101,6 @@ class LLMChat:
content = find_value_recursive("content", resp)
content = re.sub(r'\n{2,}', '\n', content)
except Exception as e:
# logger.exception("llm调用失败 {}".format(e))
raise Exception("llm调用失败 {}".format(e))
return (content,)
return _chat()