ソースを参照

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
コミッターのメールアドレスに関連付けられたアカウントが存在しません
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:

読み込み中…
キャンセル
保存