🚸 (anthropic) Add placeholder in models enum
This commit is contained in:
@ -55,6 +55,7 @@ export const options = option.object({
|
||||
? anthropicModelLabels[val as (typeof anthropicModels)[number]]
|
||||
: undefined,
|
||||
hiddenItems: anthropicLegacyModels,
|
||||
placeholder: 'Select a model',
|
||||
}),
|
||||
messages: option
|
||||
.array(
|
||||
|
Reference in New Issue
Block a user