### What problem does this PR solve? ERROR type model - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.20.1
| for llm in LLMService.query(llm_name=llm_id): | for llm in LLMService.query(llm_name=llm_id): | ||||
| return llm.model_type | return llm.model_type | ||||
| for llm in TenantLLMService.query(llm_name=llm_id): | |||||
| return llm.model_type | |||||
| class LLMBundle: | class LLMBundle: |