2
0

🚸 (anthropic) Add placeholder in models enum

This commit is contained in:
Baptiste Arnaud
2024-07-15 16:55:19 +02:00
parent 90cc8c8054
commit db628cd051

View File

@ -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(