fix(cli): add DeepSeek to model picker and setup - #5375
Closed
helix4u wants to merge 1 commit into
Closed
Conversation
helix4u
marked this pull request as ready for review
April 6, 2026 01:34
Collaborator
|
Thanks for the PR — DeepSeek has since been fully integrated on main via the CANONICAL_PROVIDERS refactor (#9237). It's now in This PR predates that work so it's now superseded. Closing — thanks for being ahead of the curve on this one! |
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.
What does this PR do?
Adds DeepSeek to the interactive provider picker used by
hermes modeland aligns setup's fallback provider model list with that support.DeepSeek was already supported in provider auth/config and model metadata, but it was not selectable from the interactive model flow. This made the CLI picker and setup flow inconsistent with the rest of the codebase.
Related Issue
Fixes https://discord.com/channels/1053877538025386074/1490477898040082585/1490477898040082585
Type of Change
Changes Made
deepseekto the provider label map inhermes_cli/main.pyhermes_cli/main.pyhermes_cli/main.py_DEFAULT_PROVIDER_MODELSinhermes_cli/setup.pytests/test_model_picker_deepseek.pyHow to Test
hermes modeland verifyDeepSeekappears in the provider picker.DeepSeekand verify the CLI enters the API-key provider flow.source venv/bin/activate && python -m pytest tests/test_model_picker_deepseek.py tests/hermes_cli/test_setup.py tests/hermes_cli/test_setup_model_provider.py tests/test_model_provider_persistence.py tests/test_cli_provider_resolution.py -q.Screenshots / Logs
47 passed in 5.66s