Merge branch 'refs/heads/abp' into digital-collectibles

This commit is contained in:
橙子
2025-02-03 10:30:26 +08:00
20 changed files with 593 additions and 481 deletions

View File

@@ -22,9 +22,9 @@ export function sendGroupMessage(data) {
});
}
export function sendAiChat(data) {
export function sendAiChat(data,model) {
return request({
url: "/ai-chat/chat",
url: `/ai-chat/chat/${model}`,
method: "post",
data
});