怎么使用chatDB功能的api #2895
Unanswered
Guest001815
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
chatdata的api效果不好,希望使用chatDB的api,但是使用chatAPP模式时显示不支持,错误如下:
Message: 'chat abnormal termination!Native APP chat not supported!'
Arguments: (ValueError('Native APP chat not supported!'),)
--- Logging error ---
Traceback (most recent call last):
File "D:\DB_GPT\DB-GPT\packages\dbgpt-serve\src\dbgpt_serve\agent\agents\controller.py", line 570, in agent_team_chat_new
raise ValueError("Native APP chat not [supported!")]
ValueError: Native APP chat not supported!
使用代码为文档chatapp的样例,跑不通
Beta Was this translation helpful? Give feedback.
All reactions