1
This commit is contained in:
@@ -91,3 +91,12 @@ export function resetAllLlmConfig() {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
/** 连通测试:可选 profileId、message,不传 profileId 则用 Jarvis 当前激活/默认 */
|
||||
export function testLlmProfile(data) {
|
||||
return request({
|
||||
url: '/jarvis/social-media/llm-config/test',
|
||||
method: 'post',
|
||||
data: data || {}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user