Update Chat.svelte (#21479)

This commit is contained in:
Classic298
2026-02-16 20:03:22 +01:00
committed by GitHub
parent 656de56a3e
commit 1984ce42aa

View File

@@ -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),