update lên v1.0.3

This commit is contained in:
2026-04-29 14:40:11 +07:00
parent 7eabb9fed8
commit 75fa10a71c
7 changed files with 96 additions and 26 deletions
@@ -52,9 +52,7 @@ export async function uploadChatFile(
if (chatId) {
formData.append("chatId", chatId);
}
return await api.post("/ai/chats/upload", formData, {
headers: { "Content-Type": "multipart/form-data" },
});
return await api.post("/ai/chats/upload", formData);
}
export function sendChatMessage(