feat: ai-hub与bbs单点登录联通
This commit is contained in:
@@ -4,5 +4,5 @@ import { get } from '@/utils/request';
|
||||
// 获取当前用户的模型列表
|
||||
export function getModelList() {
|
||||
// return get<GetSessionListVO[]>('/system/model/modelList');
|
||||
return get<GetSessionListVO[]>('/prod-api/ai/model');
|
||||
return get<GetSessionListVO[]>('/prod-api/ai-chat/model');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user