mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-07 02:51:50 +00:00
fix(tui): split /model picker from /provider wizard to resolve registry collision
This commit is contained in:
parent
6fb69229ca
commit
f0638f3596
1 changed files with 2 additions and 3 deletions
|
|
@ -6,9 +6,8 @@ import type { SlashCommand } from '../types.js'
|
|||
|
||||
export const setupCommands: SlashCommand[] = [
|
||||
{
|
||||
aliases: ['provider'],
|
||||
help: 'configure LLM provider and model (launches `hermes model`)',
|
||||
name: 'model',
|
||||
help: 'configure LLM provider + model (launches `hermes model`)',
|
||||
name: 'provider',
|
||||
run: (_arg, ctx) =>
|
||||
void runExternalSetup({
|
||||
args: ['model'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue