yangyin
2024-07-26 d7a96e70ab45225cc87f01d7d435eab1c169eac4
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',
      },
   });
};
};