mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-09 20:55:06 +02:00
Make it so you can update model providers (#2866)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user