mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-11 18:01:26 +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;
|
||||
|
||||
Reference in New Issue
Block a user