feat: 全面支持deepseek
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user