Skip to content

docs: update all docs for /model command overhaul and custom provider support#2800

Merged
teknium1 merged 1 commit intomainfrom
hermes/hermes-3c0e357d
Mar 24, 2026
Merged

docs: update all docs for /model command overhaul and custom provider support#2800
teknium1 merged 1 commit intomainfrom
hermes/hermes-3c0e357d

Conversation

@teknium1
Copy link
Copy Markdown
Contributor

Documents the /model command overhaul (PRs #2792, #2795, #2799) across all relevant docs.

Files updated

File What changed
AGENTS.md Added model_switch.py to project structure
configuration.md Rewrote General Setup (3 config methods), added Switching Models section, added Named Custom Providers section
slash-commands.md Updated /model descriptions with full syntax examples
cli-commands.md Added /model slash command subsection with syntax table
faq.md Added config.yaml example, noted custom is first-class provider
provider-runtime.md Added model_switch.py to file list, updated provider families

Docs build

npx docusaurus build → [SUCCESS] Generated static files in "build".
… support

Documents the full /model command overhaul across 6 files:

AGENTS.md:
- Add model_switch.py to project structure tree

configuration.md:
- Rewrite General Setup with 3 config methods (interactive, config.yaml, env vars)
- Add new 'Switching Models with /model' section documenting all syntax variants
- Add 'Named Custom Providers' section with config.yaml examples and
  custom:name:model triple syntax

slash-commands.md:
- Update /model descriptions in both CLI and messaging tables with
  full syntax examples (provider:model, custom:model, custom:name:model,
  bare custom auto-detect)

cli-commands.md:
- Add /model slash command subsection under hermes model with syntax table
- Add custom endpoint config to hermes model use cases

faq.md:
- Add config.yaml example for offline/local model setup
- Note that provider: custom is a first-class provider
- Document /model custom auto-detect

provider-runtime.md:
- Add model_switch.py to implementation file list
- Update provider families to show Custom as first-class with named variants
@teknium1 teknium1 merged commit 773d3bb into main Mar 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant