diff --git a/api/db/services/llm_service.py b/api/db/services/llm_service.py index f18db1b01..607392944 100644 --- a/api/db/services/llm_service.py +++ b/api/db/services/llm_service.py @@ -230,6 +230,8 @@ class TenantLLMService(CommonService): for llm in LLMService.query(llm_name=llm_id): return llm.model_type + for llm in TenantLLMService.query(llm_name=llm_id): + return llm.model_type class LLMBundle: