Procházet zdrojové kódy

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 před 2 měsíci
rodič
revize
392f5f4ce9
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      api/db/services/llm_service.py

+ 2
- 0
api/db/services/llm_service.py Zobrazit soubor

@@ -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:

Načítá se…
Zrušit
Uložit