Sfoglia il codice sorgente

Refa: SiliconFlow model list refresh. (#5825)

### What problem does this PR solve?

#5806

### Type of change


- [x] Refactoring
tags/v0.17.1
Kevin Hu 7 mesi fa
parent
commit
fa817a8ab3
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6
    0
      conf/llm_factories.json

+ 6
- 0
conf/llm_factories.json Vedi File

@@ -2597,6 +2597,12 @@
"max_tokens": 32768,
"model_type": "chat"
},
{
"llm_name": "Qwen/QwQ-32B",
"tags": "LLM,CHAT,32k",
"max_tokens": 32768,
"model_type": "chat"
},
{
"llm_name": "Qwen/Qwen2.5-Coder-32B-Instruct",
"tags": "LLM,CHAT,32k",

Loading…
Annulla
Salva