PERF 添加config本地文件下载链接
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user