mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-24 17:10:12 +08:00
Feat: Add edit model type function (#16029)
### What problem does this PR solve? Feat: Add edit model type function ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -57,6 +57,11 @@ export interface IAddInstanceModelRequestBody {
|
||||
extra?: Record<string, any>;
|
||||
}
|
||||
|
||||
export interface IEditInstanceModelRequestBody {
|
||||
model_name: string[];
|
||||
model_type: string[];
|
||||
}
|
||||
|
||||
export interface IListAllModelsRequestParams {
|
||||
type?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user