feat: 前端搭建
This commit is contained in:
7
Yi.Ai.Vue3/src/api/model/index.ts
Normal file
7
Yi.Ai.Vue3/src/api/model/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { GetSessionListVO } from './types';
|
||||
import { get } from '@/utils/request';
|
||||
|
||||
// 获取当前用户的模型列表
|
||||
export function getModelList() {
|
||||
return get<GetSessionListVO[]>('/system/model/modelList');
|
||||
}
|
||||
Reference in New Issue
Block a user