mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-25 01:43:27 +08:00
fix: align model default handling (#16782)
This commit is contained in:
@@ -178,12 +178,19 @@ class TenantService(CommonService):
|
||||
cls.model.id.alias("tenant_id"),
|
||||
cls.model.name,
|
||||
cls.model.llm_id,
|
||||
cls.model.tenant_llm_id,
|
||||
cls.model.embd_id,
|
||||
cls.model.tenant_embd_id,
|
||||
cls.model.rerank_id,
|
||||
cls.model.tenant_rerank_id,
|
||||
cls.model.asr_id,
|
||||
cls.model.tenant_asr_id,
|
||||
cls.model.img2txt_id,
|
||||
cls.model.tenant_img2txt_id,
|
||||
cls.model.tts_id,
|
||||
cls.model.tenant_tts_id,
|
||||
cls.model.ocr_id,
|
||||
cls.model.tenant_ocr_id,
|
||||
cls.model.parser_ids,
|
||||
UserTenant.role,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user