mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-03 01:12:15 +00:00
feat(ChatDB): ChatDB change name to ChatData
1.ChatDB change name to ChatData
This commit is contained in:
parent
a6dd04f409
commit
0da65cd435
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user