🚸 (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]]
|
? anthropicModelLabels[val as (typeof anthropicModels)[number]]
|
||||||
: undefined,
|
: undefined,
|
||||||
hiddenItems: anthropicLegacyModels,
|
hiddenItems: anthropicLegacyModels,
|
||||||
|
placeholder: 'Select a model',
|
||||||
}),
|
}),
|
||||||
messages: option
|
messages: option
|
||||||
.array(
|
.array(
|
||||||
|
Reference in New Issue
Block a user