mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
🚸 (anthropic) Add placeholder in models enum
This commit is contained in:
parent
90cc8c8054
commit
db628cd051
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user