Skip to content

Commit ffe98f9

Browse files
authored
Merge pull request #606 from n4ze3m/next
v1.5.15
2 parents 095e9a6 + 397391a commit ffe98f9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+537
-51
lines changed

bun.lockb

368 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"langchain": "^0.1.28",
4949
"lucide-react": "^0.350.0",
5050
"mammoth": "^1.7.2",
51+
"marked": "^15.0.12",
5152
"mermaid": "^11.4.1",
5253
"ml-distance": "^4.0.1",
5354
"openai": "^4.95.1",

src/assets/locale/ar/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
},
5757
"useMarkdownForUserMessage": {
5858
"label": "تمكين تنسيق ماركداون لرسائل المستخدم"
59+
},
60+
"copyAsFormattedText": {
61+
"label": "نسخ كنص منسق"
5962
}
6063
},
6164
"sidepanelRag": {
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
{
1+
{
22
"tooltip": {
33
"embed": "قد يستغرق تضمين الصفحة بضع دقائق. يرجى الانتظار...",
44
"clear": "مسح سجل المحادثة",
5-
"history": "سجل المحادثة"
5+
"history": "سجل المحادثة",
6+
"openwebui": "فتح واجهة الويب"
67
}
78
}

src/assets/locale/da/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
},
5454
"useMarkdownForUserMessage": {
5555
"label": "Aktivér Markdown formatering for brugermeddelelser"
56+
},
57+
"copyAsFormattedText": {
58+
"label": "Kopiér som formateret tekst"
5659
}
5760
},
5861
"sidepanelRag": {
@@ -118,7 +121,7 @@
118121
"ttsEnabled": {
119122
"label": "Tilføj Teskt-til-Tale"
120123
},
121-
"ttsAutoPlay": {
124+
"ttsAutoPlay": {
122125
"label": "Automatisk afspilning af stemmerespons efter færdiggørelse"
123126
},
124127
"ttsProvider": {

src/assets/locale/da/sidepanel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"tooltip": {
33
"embed": "Det kan tage et par minutter at indlejre siden. Vent venligst...",
44
"clear": "Slet chat historiken",
5-
"history": "Chat historik"
5+
"history": "Chat historik",
6+
"openwebui": "Åbn WebUI"
67
}
78
}

src/assets/locale/de/sidepanel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"tooltip": {
33
"embed": "Es kann einige Minuten dauern, die Seite einzubetten. Bitte warten Sie...",
44
"clear": "Chatverlauf löschen",
5-
"history": "Chatverlauf"
5+
"history": "Chatverlauf",
6+
"openwebui": "WebUI öffnen"
67
}
78
}

src/assets/locale/en/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
},
5757
"useMarkdownForUserMessage": {
5858
"label": "Enable Markdown formatting for User messages"
59+
},
60+
"copyAsFormattedText": {
61+
"label": "Copy as Formatted Text"
5962
}
6063
},
6164
"sidepanelRag": {
@@ -138,6 +141,12 @@
138141
},
139142
"fontSize": {
140143
"label": "Font Size"
144+
},
145+
"webuiBtnSidePanel": {
146+
"label": "Show Web UI Button in Side Panel"
147+
},
148+
"chatBackgroundImage": {
149+
"label": "Chat Background Image"
141150
}
142151
},
143152
"tts": {

src/assets/locale/en/sidepanel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"tooltip": {
33
"embed": "It may take a few minutes to embed the page. Please wait...",
44
"clear": "Erase chat history",
5-
"history": "Chat history"
5+
"history": "Chat history",
6+
"openwebui": "Open WebUI"
67
}
78
}

src/assets/locale/es/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
},
5757
"useMarkdownForUserMessage": {
5858
"label": "Habilitar formato Markdown para mensajes del usuario"
59+
},
60+
"copyAsFormattedText": {
61+
"label": "Copiar como Texto Formateado"
5962
}
6063
},
6164
"sidepanelRag": {

0 commit comments

Comments
 (0)