mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Feat stepfun (#1659)
### What problem does this PR solve? #1661 #1660 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --------- Co-authored-by: lijianyong <lijianyong@stepfun.com>
This commit is contained in:
@ -1895,7 +1895,7 @@
|
||||
"llm": [
|
||||
{
|
||||
"llm_name": "step-1-8k",
|
||||
"tags": "LLM,CHAT,15k",
|
||||
"tags": "LLM,CHAT,8k",
|
||||
"max_tokens": 8192,
|
||||
"model_type": "chat"
|
||||
},
|
||||
@ -1916,6 +1916,12 @@
|
||||
"tags": "LLM,CHAT,256k",
|
||||
"max_tokens": 262144,
|
||||
"model_type": "chat"
|
||||
},
|
||||
{
|
||||
"llm_name": "step-1v-8k",
|
||||
"tags": "LLM,CHAT,IMAGE2TEXT",
|
||||
"max_tokens": 8000,
|
||||
"model_type": "image2text"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user