From cdb5f8bf45f117831959291c89e0694606ebb479 Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期三, 04 十二月 2024 17:28:58 +0800 Subject: [PATCH] 增加公开api --- app/task/fetch_agent.py | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/task/fetch_agent.py b/app/task/fetch_agent.py index 80ac763..f9aed22 100644 --- a/app/task/fetch_agent.py +++ b/app/task/fetch_agent.py @@ -116,8 +116,9 @@ ('da3451da89d911efb9490242ac190006', 3, '鐭ヨ瘑闂瓟', 'RAGFLOW', 'knowledgeQA'), ('e96eb7a589db11ef87d20242ac190006', 5, '鏅鸿兘闂瓟', 'RAGFLOW', 'chat'), ('basic_excel_talk', 6, '鏅鸿兘鏁版嵁', 'BASIC', 'excelTalk'), - ('basic_question_talk', 7, '鏂囨。鍑哄嵎', 'BASIC', 'questionTalk'), - ('9d75142a-66eb-4e23-b7d4-03efe4584915', 8, '灏忔暟缁樺浘', 'DIFY', 'imageTalk') + ('basic_question_talk', 7, '鍑洪缁勫嵎', 'BASIC', 'questionTalk'), + ('9d75142a-66eb-4e23-b7d4-03efe4584915', 8, '灏忔暟缁樺浘', 'DIFY', 'imageTalk'), + ('basic_paper_talk', 8, '鏂囨。鍑哄嵎', 'BASIC', 'paperTalk') ] for agent in initial_agents: -- Gitblit v1.8.0