src/api/ai/chat.ts
@@ -298,7 +298,6 @@ }); }; export const reportHistoryProblem = async (params, req: any = request) => { return req({ url: 'history/report_history_problem', @@ -309,7 +308,6 @@ }, }); }; export const querySimilarityHistory = async (params, req: any = request) => { return req({ @@ -322,8 +320,6 @@ }); }; export const filterQuery = async (params, req: any = request) => { return req({ url: 'chat/filter_query', @@ -333,4 +329,4 @@ 'Content-Type': 'application/x-www-form-urlencoded', }, }); }; };