import http from './index.js'; // 获取当前租户AI配置 export const getCurrentHouseAiConfig = () => http.get('/house/ai-config/current') export default { getCurrentHouseAiConfig }