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', }, });