对接AI
This commit is contained in:
8
api/house-ai-chat.js
Normal file
8
api/house-ai-chat.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import http from './index.js';
|
||||
|
||||
// AI找房问答
|
||||
export const sendHouseAiMessage = (data) => http.post('/house/ai-chat/message', data)
|
||||
|
||||
export default {
|
||||
sendHouseAiMessage
|
||||
}
|
||||
Reference in New Issue
Block a user