fix model type (#9250)
### What problem does this PR solve? ERROR type model - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
79481becea
commit
392f5f4ce9
1 changed files with 2 additions and 0 deletions
|
|
@ -230,6 +230,8 @@ class TenantLLMService(CommonService):
|
||||||
|
|
||||||
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue