fix(tui): split /model picker from /provider wizard to resolve registry collision
This commit is contained in:
parent
6fb69229ca
commit
f0638f3596
@ -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…
Reference in New Issue
Block a user