yangyin
2024-10-09 832f9fcacb83155dff74baaa8cbe17b1d3913247
src/api/ai/chat.ts
@@ -1,7 +1,6 @@
import request from '/@/utils/request';
import { toFormData } from '/@/utils/util';
const GET_SECTION_SAMPLE_API = '/section/get_section_sample';
const GET_SECTION_A_LIST_API = '/section/get_section_a_list';
const GET_SECTION_SAMPLE_API = '/agent/get_agent_group_sample';
const GET_SECTION_A_LIST_API = '/agent/get_agent_group_tree';
export const Get_LOGIN_SMS = '/login_sms';
export const NO_AUTH_API_LIST = [GET_SECTION_SAMPLE_API, GET_SECTION_A_LIST_API, Get_LOGIN_SMS];
@@ -94,7 +93,6 @@
 * @summary description
 */
export const SetLLM = async (params, req: any = request) => {
   return req({
      url: '/llm/set_llm',
      method: 'POST',
@@ -329,8 +327,6 @@
   });
};
export const queryScadaTimeValues = async (params, req: any = request) => {
   return req({
      url: 'data/query_scada_time_values',
@@ -342,7 +338,6 @@
   });
};
/** @description 关联查询 */
export const extCallQuery = async (params, req: any = request) => {
   return req({
@@ -353,4 +348,4 @@
         'Content-Type': 'application/x-www-form-urlencoded',
      },
   });
};
};