update lên v1.0.3
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user