feat(ChatDB): ChatDB change name to ChatData

1.ChatDB change name to ChatData
This commit is contained in:
yhjun1026 2023-11-20 18:54:14 +08:00
parent a6dd04f409
commit 0da65cd435

View File

@ -488,7 +488,6 @@ class ApiCall:
value.end_time = datetime.now().timestamp() * 1000
except Exception as e:
logging.error("Api parsing exception", e)
value.status = Status.FAILED.value
value.err_msg = "Api parsing exception," + str(e)
raise ValueError("Api parsing exception," + str(e))
return self.api_view_context(llm_text, True)