feat: 前端接口代理
This commit is contained in:
@@ -3,5 +3,6 @@ import { get } from '@/utils/request';
|
||||
|
||||
// 获取当前用户的模型列表
|
||||
export function getModelList() {
|
||||
return get<GetSessionListVO[]>('/system/model/modelList');
|
||||
// return get<GetSessionListVO[]>('/system/model/modelList');
|
||||
return get<GetSessionListVO[]>('/prod-api/ai/model');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user