mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-04 06:40:29 +08:00
Fix: update LayoutRecognizeFormField to accept ownerTenantId and refactor model handling in LLM requests (#16781)
This commit is contained in:
@@ -111,6 +111,7 @@ export interface IInstanceModel {
|
||||
}
|
||||
|
||||
export interface IDefaultModel {
|
||||
model_id: string;
|
||||
enable: boolean;
|
||||
model_instance: string;
|
||||
model_name: string;
|
||||
|
||||
@@ -118,10 +118,8 @@ export interface IUpdateProviderInstanceRequestBody {
|
||||
}
|
||||
|
||||
export interface ISetDefaultModelRequestBody {
|
||||
model_provider: string;
|
||||
model_instance: string;
|
||||
model_type: string;
|
||||
model_name: string;
|
||||
model_id: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user