mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-15 05:59:59 +00:00
Fix llm strategy store and update app/static. (#1181)
Co-authored-by: lcxadml <864255598@qq.com>
This commit is contained in:
@@ -90,7 +90,7 @@ class MultiAgents(BaseComponent, ABC):
|
||||
def get_dbgpts(self, user_code: str = None, sys_code: str = None):
|
||||
apps = self.gpts_app.app_list(
|
||||
GptsAppQuery(user_code=user_code, sys_code=sys_code)
|
||||
)
|
||||
).app_list
|
||||
return apps
|
||||
|
||||
async def agent_chat(
|
||||
|
Reference in New Issue
Block a user