mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-04 10:00:17 +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
|
value.end_time = datetime.now().timestamp() * 1000
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.error("Api parsing exception", e)
|
logging.error("Api parsing exception", e)
|
||||||
value.status = Status.FAILED.value
|
raise ValueError("Api parsing exception," + str(e))
|
||||||
value.err_msg = "Api parsing exception," + str(e)
|
|
||||||
|
|
||||||
return self.api_view_context(llm_text, True)
|
return self.api_view_context(llm_text, True)
|
||||||
|
Loading…
Reference in New Issue
Block a user