소스 검색

fix model type (#9250)

### What problem does this PR solve?
 ERROR type model

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.20.1
so95 2 달 전
부모
커밋
392f5f4ce9
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      api/db/services/llm_service.py

+ 2
- 0
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:

Loading…
취소
저장