Open
Conversation
- Add 'sequential' strategy to select models in order - Only try next model when current one is unavailable - Update frontend UI to include sequential option - Update config template with new strategy documentation
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
请填写以下内容
main分支 禁止修改,请确认本次提交的分支 不是main分支新增
sequential(顺序优先)模型选择策略。该策略按照配置文件中model_list的顺序使用模型,只有当前模型不可用时才会切换到下一个模型。适用于主备模型场景,用户可以明确指定模型优先级,确保优先使用性能更好或成本更低的主模型。其他信息