Fix llm strategy store and update app/static. (#1181)

Co-authored-by: lcxadml <864255598@qq.com>
This commit is contained in:
Shinexy
2024-02-22 14:33:57 +08:00
committed by GitHub
parent ab5e1c7ea1
commit 21682575f5
26 changed files with 66 additions and 33 deletions

View File

@@ -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(