Skip to content

Commit

Permalink
Make it so you can update model providers (#2866)
Browse files Browse the repository at this point in the history
  • Loading branch information
Weves authored Oct 21, 2024
1 parent 45d852a commit c516f35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export function LLMProviderUpdateForm({
: {}),
deployment_name: llmProviderDescriptor.deployment_name_required
? Yup.string().required("Deployment Name is required")
: Yup.string(),
: Yup.string().nullable(),
default_model_name: Yup.string().required("Model name is required"),
fast_default_model_name: Yup.string().nullable(),
// EE Only
Expand Down

0 comments on commit c516f35

Please sign in to comment.