mirror of
https://github.com/open-webui/open-webui.git
synced 2026-04-30 17:28:51 -05:00
Update Chat.svelte (#21479)
This commit is contained in:
@@ -2085,7 +2085,7 @@
|
|||||||
),
|
),
|
||||||
features: getFeatures(),
|
features: getFeatures(),
|
||||||
variables: {
|
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),
|
model_item: $models.find((m) => m.id === model.id),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user