add step-1v-8k cv model (#1686)

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: lijianyong <lijianyong@stepfun.com>
This commit is contained in:
jianyongli
2024-07-30 16:57:27 +08:00
committed by GitHub
parent 5cff780ec4
commit 9169643157
3 changed files with 23 additions and 2 deletions

View File

@ -52,7 +52,8 @@ CvModel = {
"OpenRouter": OpenRouterCV,
"LocalAI": LocalAICV,
"NVIDIA": NvidiaCV,
"LM-Studio": LmStudioCV
"LM-Studio": LmStudioCV,
"StepFun":StepFunCV
}