mirror of
https://github.com/open-webui/open-webui.git
synced 2026-02-24 12:11:56 +01:00
Update Chat.svelte (#21479)
This commit is contained in:
@@ -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),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user