gerson
2024-07-01 87bce04d7cdf5ca427757071e7cc3b0847b64dfc
src/api/ai/chat.ts
@@ -161,6 +161,20 @@
};
export const DeleteHistoryGroups = async (params, req:any = request) => {
   return req({
     url: "/history/delete_history_group",
     method: "POST",
     data: params,
     headers: {
        'Content-Type': 'application/x-www-form-urlencoded',
     },
   });
};
  
export const QueryHistoryGroup = async (params, req:any = request) => {