mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-09 08:21:50 +00:00
fix(discord): remove default selection from model picker provider dropdown
Discord doesn't fire the select callback when clicking an already-selected default option (no change detected). This prevented users from selecting the current provider to browse its models. The 'current' indicator is already shown via the description field.
This commit is contained in:
parent
8e64f795a1
commit
2b79569a07
1 changed files with 0 additions and 1 deletions
|
|
@ -2637,7 +2637,6 @@ if DISCORD_AVAILABLE:
|
|||
discord.SelectOption(
|
||||
label=label[:100],
|
||||
value=p["slug"],
|
||||
default=bool(p.get("is_current")),
|
||||
description=desc,
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue