mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-21 14:12:42 +02:00
Propagate Embedding Enum (#2108)
This commit is contained in:
@@ -15,7 +15,7 @@ export function SelectModelModal({
|
||||
return (
|
||||
<Modal
|
||||
onOutsideClick={onCancel}
|
||||
title={`Elevate Your Game with ${model.model_name}`}
|
||||
title={`Update model to ${model.model_name}`}
|
||||
>
|
||||
<div className="mb-4">
|
||||
<Text className="text-lg mb-2">
|
||||
|
Reference in New Issue
Block a user