[feat] horde support

This commit is contained in:
kwaroran
2023-05-26 17:31:56 +09:00
parent 1969808b25
commit cf9ae31a26
3 changed files with 19 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ import { sleep } from "../util"
let modelList:string[]|'loading' = null
//until horde is ready
modelList = []
// modelList = []
export async function getHordeModels():Promise<string[]> {