mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix
This commit is contained in:
@@ -591,7 +591,7 @@
|
|||||||
: undefined
|
: undefined
|
||||||
)}${
|
)}${
|
||||||
responseMessage?.userContext ?? null
|
responseMessage?.userContext ?? null
|
||||||
? `\n\nUser Context:\n${(responseMessage?.userContext ?? []).join('\n')}`
|
? `\n\nUser Context:\n${responseMessage?.userContext ?? ''}`
|
||||||
: ''
|
: ''
|
||||||
}`
|
}`
|
||||||
}
|
}
|
||||||
@@ -932,7 +932,7 @@
|
|||||||
: undefined
|
: undefined
|
||||||
)}${
|
)}${
|
||||||
responseMessage?.userContext ?? null
|
responseMessage?.userContext ?? null
|
||||||
? `\n\nUser Context:\n${(responseMessage?.userContext ?? []).join('\n')}`
|
? `\n\nUser Context:\n${responseMessage?.userContext ?? ''}`
|
||||||
: ''
|
: ''
|
||||||
}`
|
}`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user