diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index f9c9ea6ebb..4ca7a1d2a4 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -2085,7 +2085,7 @@ ), features: getFeatures(), variables: { - ...getPromptVariables($user?.name, $settings?.userLocation ? userLocation : undefined) + ...getPromptVariables($user?.name, $settings?.userLocation ? userLocation : undefined, $user?.email) }, model_item: $models.find((m) => m.id === model.id),