mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-17 21:32:36 +01:00
k
This commit is contained in:
parent
a76acb3c18
commit
730d42e6b5
@ -32,11 +32,7 @@ function LLMProviderUpdateModal({
|
||||
existingLlmProvider?.name ||
|
||||
"Custom LLM Provider";
|
||||
return (
|
||||
<Modal
|
||||
width="max-w-4xl"
|
||||
title={`Setup ${providerName}`}
|
||||
onOutsideClick={() => onClose()}
|
||||
>
|
||||
<Modal title={`Setup ${providerName}`} onOutsideClick={() => onClose()}>
|
||||
<div className="max-h-[70vh] overflow-y-auto px-4">
|
||||
{llmProviderDescriptor ? (
|
||||
<LLMProviderUpdateForm
|
||||
|
@ -173,7 +173,6 @@ export function ProviderCreationModal({
|
||||
|
||||
return (
|
||||
<Modal
|
||||
width="max-w-4xl w-full"
|
||||
title={`Configure ${selectedProvider.provider_type}`}
|
||||
onOutsideClick={onCancel}
|
||||
icon={selectedProvider.icon}
|
||||
|
Loading…
x
Reference in New Issue
Block a user