mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
Merge branch 'feature/1.5-cx' into 'main'
feat: feature/1.5-Data Integration See merge request apipark/APIPark!182
This commit is contained in:
@@ -129,11 +129,12 @@ export const AIModelGuide = () => {
|
||||
icon: <></>
|
||||
})
|
||||
}
|
||||
const deployDeepSeek = (e: any) => {
|
||||
const deployDeepSeek = async (e: any) => {
|
||||
e.stopPropagation()
|
||||
deployLocalModel({
|
||||
await deployLocalModel({
|
||||
modelID: 'deepseek-r1'
|
||||
})
|
||||
dumpServerPage()
|
||||
}
|
||||
|
||||
const cardList = [
|
||||
|
||||
Reference in New Issue
Block a user