Skip to content

Commit

Permalink
🚸 (anthropic) Add placeholder in models enum
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jul 15, 2024
1 parent 90cc8c8 commit db628cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit db628cd

Please sign in to comment.