yangyin
2024-11-26 2e949e1e25db238f021ba6c1f033b79b1a13af69
src/api/ai/chat.ts
@@ -300,7 +300,7 @@
      },
   });
};
//修改对话分组列表标题
export const setHistoryGroupTitle = async (params, req: any = request) => {
   return req({
      url: 'history/set_history_group_title',
@@ -502,3 +502,5 @@
         'Content-Type': 'application/x-www-form-urlencoded',
      },
   });