From: ebraminio Date: Mon, 13 Jan 2025 13:46:39 +0000 (+0330) Subject: server : (UI) Support for RTL text as models input or output (#11208) X-Git-Tag: upstream/0.0.4488~16 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=437e05f714cdd67757405221578d3f95f8228b63;p=pkg%2Fggml%2Fsources%2Fllama.cpp server : (UI) Support for RTL text as models input or output (#11208) --- diff --git a/examples/server/public/index.html.gz b/examples/server/public/index.html.gz index 3640a7a6..489bff84 100644 Binary files a/examples/server/public/index.html.gz and b/examples/server/public/index.html.gz differ diff --git a/examples/server/webui/index.html b/examples/server/webui/index.html index 86a79b77..a76d831a 100644 --- a/examples/server/webui/index.html +++ b/examples/server/webui/index.html @@ -37,7 +37,7 @@
+ }" @click="setViewingConv(conv.id)" dir="auto"> {{ conv.messages[0].content }}
@@ -156,6 +156,7 @@ @keydown.enter.shift.exact.prevent="inputMsg += '\n'" :disabled="isGenerating" id="msg-input" + dir="auto" > @@ -244,7 +245,7 @@
+ }" dir="auto">