Sfoglia il codice sorgente

fix: model type only support single value (#1884)

### What problem does this PR solve?

 model type only support single value
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Co-authored-by: Zhedong Cen <cenzhedong2@126.com>
tags/v0.10.0
黄腾 1 anno fa
parent
commit
6529c764c9
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      conf/llm_factories.json

+ 2
- 2
conf/llm_factories.json Vedi File

"llm_name": "gpt-4o-mini", "llm_name": "gpt-4o-mini",
"tags": "LLM,CHAT,128K", "tags": "LLM,CHAT,128K",
"max_tokens": 128000, "max_tokens": 128000,
"model_type": "image2text"
"model_type": "chat"
}, },
{ {
"llm_name": "gpt-4o", "llm_name": "gpt-4o",
"tags": "LLM,CHAT,128K", "tags": "LLM,CHAT,128K",
"max_tokens": 128000, "max_tokens": 128000,
"model_type": "chat,image2text"
"model_type": "chat"
}, },
{ {
"llm_name": "gpt-3.5-turbo", "llm_name": "gpt-3.5-turbo",

Loading…
Annulla
Salva