diff --git a/README.md b/README.md
index 274dfe5..9594265 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ You can change anything except `$HOME` and `$OLLAMA_HOST`, to do this go to `~/.
- [TylerLaBree](https://github.com/TylerLaBree) for their requests and ideas
- [Alexkdeveloper](https://github.com/alexkdeveloper) for their help translating the app to Russian
- [Imbev](https://github.com/imbev) for their reports and suggestions
-- [Nokse](https://github.com/Nokse22) for their contributions to the UI
+- [Nokse](https://github.com/Nokse22) for their contributions to the UI and table rendering
- [Louis Chauvet-Villaret](https://github.com/loulou64490) for their suggestions and help translating the app to French
- [CounterFlow64](https://github.com/CounterFlow64) for their help translating the app to Norwegian
diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index f9c0412..252ecb1 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -80,6 +80,21 @@
https://github.com/Jeffser/Alpaca/discussions/154
https://github.com/Jeffser/Alpaca
+
+ https://github.com/Jeffser/Alpaca/releases/tag/1.0.4
+
+ New
+
+ - Added table rendering (Thanks Nokse)
+
+ Fixes
+
+ - Made support dialog more common
+ - Dialog title on tag chooser when downloading models didn't display properly
+ - Prevent chat generation from generating a title with multiple lines
+
+
+
https://github.com/Jeffser/Alpaca/releases/tag/1.0.3
diff --git a/meson.build b/meson.build
index c9723c0..863d3af 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Alpaca', 'c',
- version: '1.0.3',
+ version: '1.0.4',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
diff --git a/po/alpaca.pot b/po/alpaca.pot
index 278f7f4..448f7cb 100644
--- a/po/alpaca.pot
+++ b/po/alpaca.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-07-21 18:18-0600\n"
+"POT-Creation-Date: 2024-08-01 14:36-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -31,7 +31,7 @@ msgid "An Ollama client"
msgstr ""
#: data/com.jeffser.Alpaca.metainfo.xml.in:11
-#: data/com.jeffser.Alpaca.metainfo.xml.in:416
+#: data/com.jeffser.Alpaca.metainfo.xml.in:549
msgid "Features"
msgstr ""
@@ -40,12 +40,12 @@ msgid "Built in Ollama instance"
msgstr ""
#: data/com.jeffser.Alpaca.metainfo.xml.in:14
-#: data/com.jeffser.Alpaca.metainfo.xml.in:418
+#: data/com.jeffser.Alpaca.metainfo.xml.in:551
msgid "Talk to multiple models in the same conversation"
msgstr ""
#: data/com.jeffser.Alpaca.metainfo.xml.in:15
-#: data/com.jeffser.Alpaca.metainfo.xml.in:419
+#: data/com.jeffser.Alpaca.metainfo.xml.in:552
msgid "Pull and delete models from the app"
msgstr ""
@@ -65,586 +65,887 @@ msgstr ""
msgid "Import and export chats"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:21 src/window.ui:883
-msgid "Disclaimer"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:20
+msgid "Append YouTube transcripts to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:21
+msgid "Append text from a website to the prompt"
msgstr ""
#: data/com.jeffser.Alpaca.metainfo.xml.in:22
+msgid "PDF recognition"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:24 src/window.ui:883
+msgid "Disclaimer"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:25
msgid ""
"This project is not affiliated at all with Ollama, I'm not responsible for "
"any damages to your device or software caused by running code given by any "
"models."
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:25
+#: data/com.jeffser.Alpaca.metainfo.xml.in:28
msgid "Jeffry Samuel Eduarte Rojas"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:51
-msgid "A conversation showing code highlight"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:54
+msgid "A normal conversation with an AI Model"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:55
-msgid "A conversation involving multiple models"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:58
+msgid "A conversation involving image recognition"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:59
-msgid "Managing models"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:62
+msgid "A conversation showing code highlighting"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:66
+msgid "A conversation involving a YouTube video transcript"
msgstr ""
#: data/com.jeffser.Alpaca.metainfo.xml.in:70
-#: data/com.jeffser.Alpaca.metainfo.xml.in:119
+msgid "Multiple models being downloaded"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:86
+#: data/com.jeffser.Alpaca.metainfo.xml.in:99
+#: data/com.jeffser.Alpaca.metainfo.xml.in:124
+msgid "New"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:88
+msgid "Added table rendering (Thanks Nokse)"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:90
+#: data/com.jeffser.Alpaca.metainfo.xml.in:106
+#: data/com.jeffser.Alpaca.metainfo.xml.in:118
+#: data/com.jeffser.Alpaca.metainfo.xml.in:134
+msgid "Fixes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:92
+msgid "Made support dialog more common"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:101
+msgid "Bearer Token entry on connection error dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:102
+msgid "Small appearance changes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:103
+msgid "Compatibility with code blocks without explicit language"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:104
+msgid "Rare, optional and dismissible support dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:108
+msgid "Date format for Simplified Chinese translation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:109
+msgid "Bug with unsupported localizations"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:110
+msgid "Min height being too large to be used on mobile"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:111
+msgid "Remote connection checker bug"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:120
+msgid "Models with capital letters on their tag don't work"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:121
+msgid "Ollama fails to launch on some systems"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:122
+msgid "YouTube transcripts are not being saved in the right TMP directory"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:126
+msgid "Debug messages are now shown on the 'About Alpaca' dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:127
+msgid "Updated Ollama to v0.3.0 (new models)"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:136
+msgid "Models with '-' in their names didn't work properly, this is now fixed"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:137
+msgid "Better connection check for Ollama"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:144
+msgid "Stable Release"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:145
+msgid ""
+"The new icon was made by Tobias Bernard over the Gnome Gitlab, thanks for "
+"the great icon!"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:146
+msgid "Features and fixes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:148
+msgid "Updated Ollama instance to 0.2.8"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:149
+msgid "Better model selector"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:150
+msgid "Model manager redesign"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:151
+msgid "Better tag selector when pulling a model"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:152
+msgid "Model search"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:153
+msgid "Added support for bearer tokens on remote instances"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:154
+msgid "Preferences dialog redesign"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:155
+msgid "Added context menus to interact with a chat"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:156
+msgid "Redesigned primary and secondary menus"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:157
+msgid ""
+"YouTube integration: Paste the URL of a video with a transcript and it will "
+"be added to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:158
+msgid ""
+"Website integration (Experimental): Extract the text from the body of a "
+"website by adding it's URL to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:159
+msgid "Chat title generation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:160
+msgid "Auto resizing of message entry"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:161
+msgid "Chat notifications"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:162
+msgid "Added indicator when an image is missing"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:163
+msgid "Auto rearrange the order of chats when a message is received"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:164
+msgid "Redesigned file preview dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:165
+msgid "Credited new contributors"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:166
+msgid "Better stability and optimization"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:167
+msgid "Edit messages to change the context of a conversation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:168
+msgid "Added disclaimers when pulling models"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:169
+msgid "Preview files before sending a message"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:170
+msgid "Better format for date and time on messages"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:171
+msgid "Error and debug logging on terminal"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:172
+msgid "Auto-hiding sidebar button"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:173
+msgid "Various UI tweaks"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:175
+msgid "New Models"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:177
+msgid "Gemma2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:178
+msgid "GLM4"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:179
+msgid "Codegeex4"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:180
+msgid "InternLM2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:181
+msgid "Llama3-groq-tool-use"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:182
+msgid "Mathstral"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:183
+msgid "Mistral-nemo"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:184
+msgid "Firefunction-v2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:185
+msgid "Nuextract"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:187
+msgid "Translations"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:188
+msgid ""
+"These are all the available translations on 1.0.0, thanks to all the "
+"contributors!"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:190
+msgid "Russian: Alex K"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:191
+msgid "Spanish: Jeffser"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:192
+msgid "Brazilian Portuguese: Daimar Stein"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:193
+msgid "French: Louis Chauvet-Villaret"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:194
+msgid "Norwegian: CounterFlow64"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:195
+msgid "Bengali: Aritra Saha"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:196
+msgid "Simplified Chinese: Yuehao Sui"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:203
+#: data/com.jeffser.Alpaca.metainfo.xml.in:252
msgid "Fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:71
+#: data/com.jeffser.Alpaca.metainfo.xml.in:204
msgid ""
"Removed DOCX compatibility temporally due to error with python-lxml "
"dependency"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:77
-#: data/com.jeffser.Alpaca.metainfo.xml.in:107
-#: data/com.jeffser.Alpaca.metainfo.xml.in:128
-#: data/com.jeffser.Alpaca.metainfo.xml.in:333
-#: data/com.jeffser.Alpaca.metainfo.xml.in:390
+#: data/com.jeffser.Alpaca.metainfo.xml.in:210
+#: data/com.jeffser.Alpaca.metainfo.xml.in:240
+#: data/com.jeffser.Alpaca.metainfo.xml.in:261
+#: data/com.jeffser.Alpaca.metainfo.xml.in:466
+#: data/com.jeffser.Alpaca.metainfo.xml.in:523
msgid "Big Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:79
+#: data/com.jeffser.Alpaca.metainfo.xml.in:212
msgid "Added compatibility for PDF"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:80
+#: data/com.jeffser.Alpaca.metainfo.xml.in:213
msgid "Added compatibility for DOCX"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:81
+#: data/com.jeffser.Alpaca.metainfo.xml.in:214
msgid "Merged 'file attachment' menu into one button"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:88
-#: data/com.jeffser.Alpaca.metainfo.xml.in:281
+#: data/com.jeffser.Alpaca.metainfo.xml.in:221
+#: data/com.jeffser.Alpaca.metainfo.xml.in:414
msgid "Quick Fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:89
+#: data/com.jeffser.Alpaca.metainfo.xml.in:222
msgid ""
"There were some errors when transitioning from the old version of chats to "
"the new version. I apologize if this caused any corruption in your chat "
"history. This should be the only time such a transition is needed."
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:95
-#: data/com.jeffser.Alpaca.metainfo.xml.in:247
+#: data/com.jeffser.Alpaca.metainfo.xml.in:228
+#: data/com.jeffser.Alpaca.metainfo.xml.in:380
msgid "Huge Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:97
+#: data/com.jeffser.Alpaca.metainfo.xml.in:230
msgid "Added: Support for plain text files"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:98
+#: data/com.jeffser.Alpaca.metainfo.xml.in:231
msgid "Added: New backend system for storing messages"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:99
+#: data/com.jeffser.Alpaca.metainfo.xml.in:232
msgid "Added: Support for changing Ollama's overrides"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:100
+#: data/com.jeffser.Alpaca.metainfo.xml.in:233
msgid "General Optimization"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:109
+#: data/com.jeffser.Alpaca.metainfo.xml.in:242
msgid "Added: Support for GGUF models (experimental)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:110
+#: data/com.jeffser.Alpaca.metainfo.xml.in:243
msgid "Added: Support for customization and creation of models"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:111
+#: data/com.jeffser.Alpaca.metainfo.xml.in:244
msgid "Fixed: Icons don't appear on non Gnome systems"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:112
+#: data/com.jeffser.Alpaca.metainfo.xml.in:245
msgid "Update Ollama to v0.1.39"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:121
+#: data/com.jeffser.Alpaca.metainfo.xml.in:254
msgid ""
"Fixed: app didn't open if models tweaks wasn't present in the config files"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:130
+#: data/com.jeffser.Alpaca.metainfo.xml.in:263
msgid "Changed multiple icons (paper airplane for the send button)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:131
+#: data/com.jeffser.Alpaca.metainfo.xml.in:264
msgid "Combined export / import chat buttons into a menu"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:132
+#: data/com.jeffser.Alpaca.metainfo.xml.in:265
msgid "Added 'model tweaks' (temperature, seed, keep_alive)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:133
+#: data/com.jeffser.Alpaca.metainfo.xml.in:266
msgid "Fixed send / stop button"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:134
+#: data/com.jeffser.Alpaca.metainfo.xml.in:267
msgid "Fixed app not checking if remote connection works when starting"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:141
+#: data/com.jeffser.Alpaca.metainfo.xml.in:274
msgid "Daily Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:143
+#: data/com.jeffser.Alpaca.metainfo.xml.in:276
msgid "Added text ellipsis to chat name so it doesn't change the button width"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:144
+#: data/com.jeffser.Alpaca.metainfo.xml.in:277
msgid "New shortcut for creating a chat (CTRL+N)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:145
+#: data/com.jeffser.Alpaca.metainfo.xml.in:278
msgid "New message entry design"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:146
+#: data/com.jeffser.Alpaca.metainfo.xml.in:279
msgid "Fixed: Can't rename the same chat multiple times"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:153
+#: data/com.jeffser.Alpaca.metainfo.xml.in:286
msgid "The fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:155
+#: data/com.jeffser.Alpaca.metainfo.xml.in:288
msgid ""
"Fixed: Ollama instance keeps running on the background even when it is "
"disabled"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:156
+#: data/com.jeffser.Alpaca.metainfo.xml.in:289
msgid "Fixed: Can't pull models on the integrated instance"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:163
+#: data/com.jeffser.Alpaca.metainfo.xml.in:296
msgid "Quick tweaks"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:165
+#: data/com.jeffser.Alpaca.metainfo.xml.in:298
msgid "Added progress bar to models that are being pulled"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:166
+#: data/com.jeffser.Alpaca.metainfo.xml.in:299
msgid "Added size to tags when pulling a model"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:167
+#: data/com.jeffser.Alpaca.metainfo.xml.in:300
msgid "General optimizations on the background"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:174
+#: data/com.jeffser.Alpaca.metainfo.xml.in:307
msgid "Quick fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:176
+#: data/com.jeffser.Alpaca.metainfo.xml.in:309
msgid "Fixed: Scroll when message is received"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:177
+#: data/com.jeffser.Alpaca.metainfo.xml.in:310
msgid "Fixed: Content doesn't change when creating a new chat"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:178
+#: data/com.jeffser.Alpaca.metainfo.xml.in:311
msgid "Added 'Featured Models' page on welcome dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:185
+#: data/com.jeffser.Alpaca.metainfo.xml.in:318
msgid "Nice Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:187
+#: data/com.jeffser.Alpaca.metainfo.xml.in:320
msgid "UI tweaks (Thanks Nokse22)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:188
+#: data/com.jeffser.Alpaca.metainfo.xml.in:321
msgid "General optimizations"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:189
+#: data/com.jeffser.Alpaca.metainfo.xml.in:322
msgid "Metadata fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:196
+#: data/com.jeffser.Alpaca.metainfo.xml.in:329
msgid "Quick fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:198
+#: data/com.jeffser.Alpaca.metainfo.xml.in:331
msgid "Updated Spanish translation"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:199
+#: data/com.jeffser.Alpaca.metainfo.xml.in:332
msgid "Added compatibility for PNG"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:206
+#: data/com.jeffser.Alpaca.metainfo.xml.in:339
msgid "New Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:208
+#: data/com.jeffser.Alpaca.metainfo.xml.in:341
msgid "Updated model list"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:209
+#: data/com.jeffser.Alpaca.metainfo.xml.in:342
msgid "Added image recognition to more models"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:210
+#: data/com.jeffser.Alpaca.metainfo.xml.in:343
msgid "Added Brazilian Portuguese translation (Thanks Daimaar Stein)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:211
+#: data/com.jeffser.Alpaca.metainfo.xml.in:344
msgid "Refined the general UI (Thanks Nokse22)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:212
+#: data/com.jeffser.Alpaca.metainfo.xml.in:345
msgid "Added 'delete message' feature"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:213
+#: data/com.jeffser.Alpaca.metainfo.xml.in:346
msgid ""
"Added metadata so that software distributors know that the app is compatible "
"with mobile"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:214
+#: data/com.jeffser.Alpaca.metainfo.xml.in:347
msgid ""
"Changed 'send' shortcut to just the return/enter key (to add a new line use "
"shift+return)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:221
+#: data/com.jeffser.Alpaca.metainfo.xml.in:354
msgid "Bug Fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:223
+#: data/com.jeffser.Alpaca.metainfo.xml.in:356
msgid "Fixed: Minor spelling mistake"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:224
+#: data/com.jeffser.Alpaca.metainfo.xml.in:357
msgid "Added 'mobile' as a supported form factor"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:225
+#: data/com.jeffser.Alpaca.metainfo.xml.in:358
msgid "Fixed: 'Connection Error' dialog not working properly"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:226
+#: data/com.jeffser.Alpaca.metainfo.xml.in:359
msgid "Fixed: App might freeze randomly on startup"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:227
+#: data/com.jeffser.Alpaca.metainfo.xml.in:360
msgid "Changed 'chats' label on sidebar for 'Alpaca'"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:234
+#: data/com.jeffser.Alpaca.metainfo.xml.in:367
msgid "Cool Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:236
+#: data/com.jeffser.Alpaca.metainfo.xml.in:369
msgid "Better design for chat window"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:237
+#: data/com.jeffser.Alpaca.metainfo.xml.in:370
msgid "Better design for chat sidebar"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:238
+#: data/com.jeffser.Alpaca.metainfo.xml.in:371
msgid "Fixed remote connections"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:239
+#: data/com.jeffser.Alpaca.metainfo.xml.in:372
msgid "Fixed Ollama restarting in loop"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:240
+#: data/com.jeffser.Alpaca.metainfo.xml.in:373
msgid "Other cool backend stuff"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:249
+#: data/com.jeffser.Alpaca.metainfo.xml.in:382
msgid "Added Ollama as part of Alpaca, Ollama will run in a sandbox"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:250
+#: data/com.jeffser.Alpaca.metainfo.xml.in:383
msgid "Added option to connect to remote instances (how it worked before)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:251
+#: data/com.jeffser.Alpaca.metainfo.xml.in:384
msgid "Added option to import and export chats"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:252
+#: data/com.jeffser.Alpaca.metainfo.xml.in:385
msgid "Added option to run Alpaca with Ollama in the background"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:253
+#: data/com.jeffser.Alpaca.metainfo.xml.in:386
msgid "Added preferences dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:254
+#: data/com.jeffser.Alpaca.metainfo.xml.in:387
msgid "Changed the welcome dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:256
-#: data/com.jeffser.Alpaca.metainfo.xml.in:273
-#: data/com.jeffser.Alpaca.metainfo.xml.in:285
-#: data/com.jeffser.Alpaca.metainfo.xml.in:304
-#: data/com.jeffser.Alpaca.metainfo.xml.in:325
-#: data/com.jeffser.Alpaca.metainfo.xml.in:341
-#: data/com.jeffser.Alpaca.metainfo.xml.in:357
-#: data/com.jeffser.Alpaca.metainfo.xml.in:371
-#: data/com.jeffser.Alpaca.metainfo.xml.in:381
-#: data/com.jeffser.Alpaca.metainfo.xml.in:399
-#: data/com.jeffser.Alpaca.metainfo.xml.in:421
+#: data/com.jeffser.Alpaca.metainfo.xml.in:389
+#: data/com.jeffser.Alpaca.metainfo.xml.in:406
+#: data/com.jeffser.Alpaca.metainfo.xml.in:418
+#: data/com.jeffser.Alpaca.metainfo.xml.in:437
+#: data/com.jeffser.Alpaca.metainfo.xml.in:458
+#: data/com.jeffser.Alpaca.metainfo.xml.in:474
+#: data/com.jeffser.Alpaca.metainfo.xml.in:490
+#: data/com.jeffser.Alpaca.metainfo.xml.in:504
+#: data/com.jeffser.Alpaca.metainfo.xml.in:514
+#: data/com.jeffser.Alpaca.metainfo.xml.in:532
+#: data/com.jeffser.Alpaca.metainfo.xml.in:554
msgid "Please report any errors to the issues page, thank you."
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:264
+#: data/com.jeffser.Alpaca.metainfo.xml.in:397
msgid "Yet Another Daily Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:266
+#: data/com.jeffser.Alpaca.metainfo.xml.in:399
msgid "Added better UI for 'Manage Models' dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:267
+#: data/com.jeffser.Alpaca.metainfo.xml.in:400
msgid "Added better UI for the chat sidebar"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:268
+#: data/com.jeffser.Alpaca.metainfo.xml.in:401
msgid ""
"Replaced model description with a button to open Ollama's website for the "
"model"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:269
+#: data/com.jeffser.Alpaca.metainfo.xml.in:402
msgid "Added myself to the credits as the spanish translator"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:270
+#: data/com.jeffser.Alpaca.metainfo.xml.in:403
msgid "Using XDG properly to get config folder"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:271
+#: data/com.jeffser.Alpaca.metainfo.xml.in:404
msgid "Update for translations"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:283
+#: data/com.jeffser.Alpaca.metainfo.xml.in:416
msgid "The last update had some mistakes in the description of the update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:293
+#: data/com.jeffser.Alpaca.metainfo.xml.in:426
msgid "Another Daily Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:295
+#: data/com.jeffser.Alpaca.metainfo.xml.in:428
msgid "Added full Spanish translation"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:296
+#: data/com.jeffser.Alpaca.metainfo.xml.in:429
msgid "Added support for background pulling of multiple models"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:297
+#: data/com.jeffser.Alpaca.metainfo.xml.in:430
msgid "Added interrupt button"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:298
+#: data/com.jeffser.Alpaca.metainfo.xml.in:431
msgid "Added basic shortcuts"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:299
+#: data/com.jeffser.Alpaca.metainfo.xml.in:432
msgid "Better translation support"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:300
+#: data/com.jeffser.Alpaca.metainfo.xml.in:433
msgid ""
"User can now leave chat name empty when creating a new one, it will add a "
"placeholder name"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:301
+#: data/com.jeffser.Alpaca.metainfo.xml.in:434
msgid "Better scalling for different window sizes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:302
+#: data/com.jeffser.Alpaca.metainfo.xml.in:435
msgid "Fixed: Can't close app if first time setup fails"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:312
+#: data/com.jeffser.Alpaca.metainfo.xml.in:445
msgid "Really Big Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:314
+#: data/com.jeffser.Alpaca.metainfo.xml.in:447
msgid "Added multiple chats support!"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:315
+#: data/com.jeffser.Alpaca.metainfo.xml.in:448
msgid "Added Pango Markup support (bold, list, title, subtitle, monospace)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:316
+#: data/com.jeffser.Alpaca.metainfo.xml.in:449
msgid "Added autoscroll if the user is at the bottom of the chat"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:317
+#: data/com.jeffser.Alpaca.metainfo.xml.in:450
msgid "Added support for multiple tags on a single model"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:318
+#: data/com.jeffser.Alpaca.metainfo.xml.in:451
msgid "Added better model management dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:319
+#: data/com.jeffser.Alpaca.metainfo.xml.in:452
msgid "Added loading spinner when sending message"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:320
+#: data/com.jeffser.Alpaca.metainfo.xml.in:453
msgid "Added notifications if app is not active and a model pull finishes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:321
+#: data/com.jeffser.Alpaca.metainfo.xml.in:454
msgid "Added new symbolic icon"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:322
+#: data/com.jeffser.Alpaca.metainfo.xml.in:455
msgid "Added frame to message textview widget"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:323
+#: data/com.jeffser.Alpaca.metainfo.xml.in:456
msgid "Fixed \"code blocks shouldn't be editable\""
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:335
+#: data/com.jeffser.Alpaca.metainfo.xml.in:468
msgid "Added code highlighting"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:336
+#: data/com.jeffser.Alpaca.metainfo.xml.in:469
msgid "Added image recognition (llava model)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:337
+#: data/com.jeffser.Alpaca.metainfo.xml.in:470
msgid "Added multiline prompt"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:338
+#: data/com.jeffser.Alpaca.metainfo.xml.in:471
msgid "Fixed some small bugs"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:339
+#: data/com.jeffser.Alpaca.metainfo.xml.in:472
msgid "General optimization"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:349
+#: data/com.jeffser.Alpaca.metainfo.xml.in:482
msgid "Fixes and features"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:351
+#: data/com.jeffser.Alpaca.metainfo.xml.in:484
msgid "Russian translation (thanks github/alexkdeveloper)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:352
+#: data/com.jeffser.Alpaca.metainfo.xml.in:485
msgid "Fixed: Cannot close app on first setup"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:353
+#: data/com.jeffser.Alpaca.metainfo.xml.in:486
msgid "Fixed: Brand colors for Flathub"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:354
+#: data/com.jeffser.Alpaca.metainfo.xml.in:487
msgid "Fixed: App description"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:355
+#: data/com.jeffser.Alpaca.metainfo.xml.in:488
msgid "Fixed: Only show 'save changes dialog' when you actually change the url"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:365
+#: data/com.jeffser.Alpaca.metainfo.xml.in:498
msgid "0.2.2 Bug fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:367
+#: data/com.jeffser.Alpaca.metainfo.xml.in:500
msgid "Toast messages appearing behind dialogs"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:368
+#: data/com.jeffser.Alpaca.metainfo.xml.in:501
msgid "Local model list not updating when changing servers"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:369
+#: data/com.jeffser.Alpaca.metainfo.xml.in:502
msgid "Closing the setup dialog closes the whole app"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:379
+#: data/com.jeffser.Alpaca.metainfo.xml.in:512
msgid "0.2.1 Data saving fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:380
+#: data/com.jeffser.Alpaca.metainfo.xml.in:513
msgid ""
"The app didn't save the config files and chat history to the right "
"directory, this is now fixed"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:389
+#: data/com.jeffser.Alpaca.metainfo.xml.in:522
msgid "0.2.0"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:391
+#: data/com.jeffser.Alpaca.metainfo.xml.in:524
msgid "New Features"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:393
+#: data/com.jeffser.Alpaca.metainfo.xml.in:526
msgid "Restore chat after closing the app"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:394
+#: data/com.jeffser.Alpaca.metainfo.xml.in:527
msgid "A button to clear the chat"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:395
+#: data/com.jeffser.Alpaca.metainfo.xml.in:528
msgid "Fixed multiple bugs involving how messages are shown"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:396
+#: data/com.jeffser.Alpaca.metainfo.xml.in:529
msgid "Added welcome dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:397
+#: data/com.jeffser.Alpaca.metainfo.xml.in:530
msgid "More stability"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:407
+#: data/com.jeffser.Alpaca.metainfo.xml.in:540
msgid "0.1.2 Quick fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:408
+#: data/com.jeffser.Alpaca.metainfo.xml.in:541
msgid ""
"This release fixes some metadata needed to have a proper Flatpak application"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:414
+#: data/com.jeffser.Alpaca.metainfo.xml.in:547
msgid "0.1.1 Stable Release"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:415
+#: data/com.jeffser.Alpaca.metainfo.xml.in:548
msgid "This is the first public version of Alpaca"
msgstr ""
-#: src/window.py:62 src/window.py:1100 src/window.py:1166 src/dialogs.py:84
+#: src/window.py:61 src/window.py:1131 src/window.py:1197 src/dialogs.py:84
#: src/window.ui:43
msgid "New Chat"
msgstr ""
@@ -665,147 +966,160 @@ msgstr ""
msgid "Next"
msgstr ""
-#: src/window.py:299 src/window.py:310
+#: src/window.py:302 src/window.py:313
msgid "Failed to connect to server"
msgstr ""
-#: src/window.py:317
+#: src/window.py:320
msgid "Pulling in the background..."
msgstr ""
-#: src/window.py:369
+#: src/window.py:372
msgid "Stop Creating '{}'"
msgstr ""
-#: src/window.py:406
+#: src/window.py:409
msgid "image"
msgstr ""
-#: src/window.py:478
+#: src/window.py:481
msgid "Message copied to the clipboard"
msgstr ""
-#: src/window.py:603
+#: src/window.py:607
msgid "Remove Message"
msgstr ""
-#: src/window.py:608 src/window.py:876
+#: src/window.py:612 src/window.py:904
msgid "Copy Message"
msgstr ""
-#: src/window.py:613
+#: src/window.py:617
msgid "Edit Message"
msgstr ""
-#: src/window.py:666
+#: src/window.py:670
msgid "Missing Image"
msgstr ""
-#: src/window.py:682 src/window.py:684
+#: src/window.py:686 src/window.py:688
msgid "Missing image"
msgstr ""
-#: src/window.py:764
+#: src/window.py:768
msgid "Remove '{} ({})'"
msgstr ""
-#: src/window.py:904
+#: src/window.py:903
+msgid "Code Block"
+msgstr ""
+
+#: src/window.py:935
msgid "Code copied to the clipboard"
msgstr ""
-#: src/window.py:985
+#: src/window.py:1016
msgid "Task Complete"
msgstr ""
-#: src/window.py:985 src/window.py:986
+#: src/window.py:1016 src/window.py:1017
msgid "Model '{}' pulled successfully."
msgstr ""
-#: src/window.py:990
+#: src/window.py:1021
msgid "Pull Model Error"
msgstr ""
-#: src/window.py:990
+#: src/window.py:1021
msgid "Failed to pull model '{}' due to network error."
msgstr ""
-#: src/window.py:1022
+#: src/window.py:1053
msgid "Stop Pulling '{} ({})'"
msgstr ""
-#: src/window.py:1065
+#: src/window.py:1096
msgid "Image Recognition"
msgstr ""
-#: src/window.py:1182
+#: src/window.py:1213
msgid "Model deleted successfully"
msgstr ""
-#: src/window.py:1260
+#: src/window.py:1292
msgid "There was an error with the local Ollama instance, so it has been reset"
msgstr ""
-#: src/window.py:1280
+#: src/window.py:1312
msgid "Chat exported successfully"
msgstr ""
-#: src/window.py:1349
+#: src/window.py:1381
msgid "Chat imported successfully"
msgstr ""
-#: src/window.py:1382
+#: src/window.py:1414
msgid "Cannot open image"
msgstr ""
-#: src/window.py:1464
+#: src/window.py:1496
msgid "This video is not available"
msgstr ""
-#: src/window.py:1482 src/dialogs.py:264
+#: src/window.py:1514 src/dialogs.py:276
msgid "Image recognition is only available on specific models"
msgstr ""
#: src/available_models_descriptions.py:2
-msgid "Google Gemma 2 is now available in 2 sizes, 9B and 27B."
+msgid ""
+"Llama 3.1 is a new state-of-the-art model from Meta available in 8B, 70B and "
+"405B parameter sizes."
msgstr ""
#: src/available_models_descriptions.py:3
-msgid "Meta Llama 3: The most capable openly available LLM to date"
+msgid "Google Gemma 2 is now available in 2 sizes, 9B and 27B."
msgstr ""
#: src/available_models_descriptions.py:4
-msgid "Qwen2 is a new series of large language models from Alibaba group"
+msgid ""
+"A state-of-the-art 12B model with 128k context length, built by Mistral AI "
+"in collaboration with NVIDIA."
msgstr ""
#: src/available_models_descriptions.py:5
msgid ""
+"Mistral Large 2 is Mistral's new flagship model that is significantly more "
+"capable in code generation, mathematics, and reasoning with 128k context "
+"window and support for dozens of languages."
+msgstr ""
+
+#: src/available_models_descriptions.py:6
+msgid "Qwen2 is a new series of large language models from Alibaba group"
+msgstr ""
+
+#: src/available_models_descriptions.py:7
+msgid ""
"An open-source Mixture-of-Experts code language model that achieves "
"performance comparable to GPT4-Turbo in code-specific tasks."
msgstr ""
-#: src/available_models_descriptions.py:6
+#: src/available_models_descriptions.py:8
msgid ""
"Phi-3 is a family of lightweight 3B (Mini) and 14B (Medium) state-of-the-art "
"open models by Microsoft."
msgstr ""
-#: src/available_models_descriptions.py:7
-msgid ""
-"Aya 23, released by Cohere, is a new family of state-of-the-art, "
-"multilingual models that support 23 languages."
-msgstr ""
-
-#: src/available_models_descriptions.py:8
+#: src/available_models_descriptions.py:9
msgid "The 7B model released by Mistral AI, updated to version 0.3."
msgstr ""
-#: src/available_models_descriptions.py:9
+#: src/available_models_descriptions.py:10
msgid ""
"A set of Mixture of Experts (MoE) model with open weights by Mistral AI in "
"8x7b and 8x22b parameter sizes."
msgstr ""
-#: src/available_models_descriptions.py:10
+#: src/available_models_descriptions.py:11
msgid ""
"CodeGemma is a collection of powerful, lightweight models that can perform a "
"variety of coding tasks like fill-in-the-middle code completion, code "
@@ -813,98 +1127,92 @@ msgid ""
"instruction following."
msgstr ""
-#: src/available_models_descriptions.py:11
+#: src/available_models_descriptions.py:12
msgid ""
"Command R is a Large Language Model optimized for conversational interaction "
"and long context tasks."
msgstr ""
-#: src/available_models_descriptions.py:12
+#: src/available_models_descriptions.py:13
msgid ""
"Command R+ is a powerful, scalable large language model purpose-built to "
"excel at real-world enterprise use cases."
msgstr ""
-#: src/available_models_descriptions.py:13
+#: src/available_models_descriptions.py:14
msgid ""
"🌋 LLaVA is a novel end-to-end trained large multimodal model that combines "
"a vision encoder and Vicuna for general-purpose visual and language "
"understanding. Updated to version 1.6."
msgstr ""
-#: src/available_models_descriptions.py:14
+#: src/available_models_descriptions.py:15
+msgid "Meta Llama 3: The most capable openly available LLM to date"
+msgstr ""
+
+#: src/available_models_descriptions.py:16
msgid ""
"Gemma is a family of lightweight, state-of-the-art open models built by "
"Google DeepMind. Updated to version 1.1"
msgstr ""
-#: src/available_models_descriptions.py:15
+#: src/available_models_descriptions.py:17
msgid ""
"Qwen 1.5 is a series of large language models by Alibaba Cloud spanning from "
"0.5B to 110B parameters"
msgstr ""
-#: src/available_models_descriptions.py:16
+#: src/available_models_descriptions.py:18
msgid ""
"Llama 2 is a collection of foundation language models ranging from 7B to 70B "
"parameters."
msgstr ""
-#: src/available_models_descriptions.py:17
+#: src/available_models_descriptions.py:19
msgid ""
"A large language model that can use text prompts to generate and discuss "
"code."
msgstr ""
-#: src/available_models_descriptions.py:18
+#: src/available_models_descriptions.py:20
msgid ""
"Uncensored, 8x7b and 8x22b fine-tuned models based on the Mixtral mixture of "
"experts models that excels at coding tasks. Created by Eric Hartford."
msgstr ""
-#: src/available_models_descriptions.py:19
-msgid "Uncensored Llama 2 model by George Sung and Jarrad Hope."
-msgstr ""
-
-#: src/available_models_descriptions.py:20
-msgid ""
-"DeepSeek Coder is a capable coding model trained on two trillion code and "
-"natural language tokens."
-msgstr ""
-
#: src/available_models_descriptions.py:21
msgid ""
"A high-performing open embedding model with a large token context window."
msgstr ""
#: src/available_models_descriptions.py:22
+msgid "Uncensored Llama 2 model by George Sung and Jarrad Hope."
+msgstr ""
+
+#: src/available_models_descriptions.py:23
msgid ""
"Phi-2: a 2.7B language model by Microsoft Research that demonstrates "
"outstanding reasoning and language understanding capabilities."
msgstr ""
-#: src/available_models_descriptions.py:23
+#: src/available_models_descriptions.py:24
+msgid ""
+"DeepSeek Coder is a capable coding model trained on two trillion code and "
+"natural language tokens."
+msgstr ""
+
+#: src/available_models_descriptions.py:25
msgid ""
"The uncensored Dolphin model based on Mistral that excels at coding tasks. "
"Updated to version 2.8."
msgstr ""
-#: src/available_models_descriptions.py:24
-msgid ""
-"Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the "
-"Mistral 7B model using the OpenOrca dataset."
-msgstr ""
-
-#: src/available_models_descriptions.py:25
+#: src/available_models_descriptions.py:26
msgid ""
"A general-purpose model ranging from 3 billion parameters to 70 billion, "
"suitable for entry-level hardware."
msgstr ""
-#: src/available_models_descriptions.py:26
-msgid "State-of-the-art large embedding model from mixedbread.ai"
-msgstr ""
-
#: src/available_models_descriptions.py:27
msgid ""
"Dolphin 2.9 is a new model with 8B and 70B sizes by Eric Hartford based on "
@@ -912,19 +1220,19 @@ msgid ""
msgstr ""
#: src/available_models_descriptions.py:28
+msgid "State-of-the-art large embedding model from mixedbread.ai"
+msgstr ""
+
+#: src/available_models_descriptions.py:29
msgid ""
"StarCoder2 is the next generation of transparently trained open code LLMs "
"that comes in three sizes: 3B, 7B and 15B parameters."
msgstr ""
-#: src/available_models_descriptions.py:29
-msgid "Llama 2 based model fine tuned to improve Chinese dialogue ability."
-msgstr ""
-
#: src/available_models_descriptions.py:30
msgid ""
-"Zephyr is a series of fine-tuned versions of the Mistral and Mixtral models "
-"that are trained to act as helpful assistants."
+"Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the "
+"Mistral 7B model using the OpenOrca dataset."
msgstr ""
#: src/available_models_descriptions.py:31
@@ -933,278 +1241,275 @@ msgstr ""
#: src/available_models_descriptions.py:32
msgid ""
-"The powerful family of models by Nous Research that excels at scientific "
-"discussion and coding tasks."
+"Zephyr is a series of fine-tuned versions of the Mistral and Mixtral models "
+"that are trained to act as helpful assistants."
msgstr ""
#: src/available_models_descriptions.py:33
+msgid "Llama 2 based model fine tuned to improve Chinese dialogue ability."
+msgstr ""
+
+#: src/available_models_descriptions.py:34
+msgid ""
+"A LLaVA model fine-tuned from Llama 3 Instruct with better scores in several "
+"benchmarks."
+msgstr ""
+
+#: src/available_models_descriptions.py:35
msgid ""
"General use chat model based on Llama and Llama 2 with 2K to 16K context "
"sizes."
msgstr ""
-#: src/available_models_descriptions.py:34
+#: src/available_models_descriptions.py:36
msgid ""
-"Wizard Vicuna Uncensored is a 7B, 13B, and 30B parameter model based on "
-"Llama 2 uncensored by Eric Hartford."
+"The powerful family of models by Nous Research that excels at scientific "
+"discussion and coding tasks."
msgstr ""
-#: src/available_models_descriptions.py:35
+#: src/available_models_descriptions.py:37
msgid ""
"The TinyLlama project is an open endeavor to train a compact 1.1B Llama "
"model on 3 trillion tokens."
msgstr ""
-#: src/available_models_descriptions.py:36
-msgid ""
-"State of the art large language model from Microsoft AI with improved "
-"performance on complex chat, multilingual, reasoning and agent use cases."
-msgstr ""
-
-#: src/available_models_descriptions.py:37
-msgid ""
-"StarCoder is a code generation model trained on 80+ programming languages."
-msgstr ""
-
#: src/available_models_descriptions.py:38
msgid ""
+"Wizard Vicuna Uncensored is a 7B, 13B, and 30B parameter model based on "
+"Llama 2 uncensored by Eric Hartford."
+msgstr ""
+
+#: src/available_models_descriptions.py:39
+msgid ""
"Codestral is Mistral AI’s first-ever code model designed for code generation "
"tasks."
msgstr ""
-#: src/available_models_descriptions.py:39
+#: src/available_models_descriptions.py:40
+msgid ""
+"StarCoder is a code generation model trained on 80+ programming languages."
+msgstr ""
+
+#: src/available_models_descriptions.py:41
+msgid ""
+"State of the art large language model from Microsoft AI with improved "
+"performance on complex chat, multilingual, reasoning and agent use cases."
+msgstr ""
+
+#: src/available_models_descriptions.py:42
msgid ""
"A family of open-source models trained on a wide variety of data, surpassing "
"ChatGPT on various benchmarks. Updated to version 3.5-0106."
msgstr ""
-#: src/available_models_descriptions.py:40
+#: src/available_models_descriptions.py:43
+msgid ""
+"Aya 23, released by Cohere, is a new family of state-of-the-art, "
+"multilingual models that support 23 languages."
+msgstr ""
+
+#: src/available_models_descriptions.py:44
msgid ""
"An experimental 1.1B parameter model trained on the new Dolphin 2.8 dataset "
"by Eric Hartford and based on TinyLlama."
msgstr ""
-#: src/available_models_descriptions.py:41
+#: src/available_models_descriptions.py:45
msgid ""
"OpenHermes 2.5 is a 7B model fine-tuned by Teknium on Mistral with fully "
"open datasets."
msgstr ""
-#: src/available_models_descriptions.py:42
+#: src/available_models_descriptions.py:46
msgid "State-of-the-art code generation model"
msgstr ""
-#: src/available_models_descriptions.py:43
+#: src/available_models_descriptions.py:47
msgid ""
"Stable Code 3B is a coding model with instruct and code completion variants "
"on par with models such as Code Llama 7B that are 2.5x larger."
msgstr ""
-#: src/available_models_descriptions.py:44
-msgid ""
-"A fine-tuned model based on Mistral with good coverage of domain and "
-"language."
-msgstr ""
-
-#: src/available_models_descriptions.py:45
-msgid "Model focused on math and logic problems"
-msgstr ""
-
-#: src/available_models_descriptions.py:46
+#: src/available_models_descriptions.py:48
msgid ""
"CodeQwen1.5 is a large language model pretrained on a large amount of code "
"data."
msgstr ""
-#: src/available_models_descriptions.py:47
-msgid "Code generation model based on Code Llama."
+#: src/available_models_descriptions.py:49
+msgid "Model focused on math and logic problems"
msgstr ""
-#: src/available_models_descriptions.py:48
+#: src/available_models_descriptions.py:50
+msgid ""
+"A fine-tuned model based on Mistral with good coverage of domain and "
+"language."
+msgstr ""
+
+#: src/available_models_descriptions.py:51
msgid ""
"Stable LM 2 is a state-of-the-art 1.6B and 12B parameter language model "
"trained on multilingual data in English, Spanish, German, Italian, French, "
"Portuguese, and Dutch."
msgstr ""
-#: src/available_models_descriptions.py:49
+#: src/available_models_descriptions.py:52
+msgid "A family of open foundation models by IBM for Code Intelligence"
+msgstr ""
+
+#: src/available_models_descriptions.py:53
+msgid "Embedding models on very large sentence level datasets."
+msgstr ""
+
+#: src/available_models_descriptions.py:54
+msgid "Code generation model based on Code Llama."
+msgstr ""
+
+#: src/available_models_descriptions.py:55
msgid ""
"A 7B and 15B uncensored variant of the Dolphin model family that excels at "
"coding, based on StarCoder2."
msgstr ""
-#: src/available_models_descriptions.py:50
-msgid "Embedding models on very large sentence level datasets."
-msgstr ""
-
-#: src/available_models_descriptions.py:51
+#: src/available_models_descriptions.py:56
msgid "General use models based on Llama and Llama 2 from Nous Research."
msgstr ""
-#: src/available_models_descriptions.py:52
-msgid ""
-"Starling is a large language model trained by reinforcement learning from AI "
-"feedback focused on improving chatbot helpfulness."
-msgstr ""
-
-#: src/available_models_descriptions.py:53
+#: src/available_models_descriptions.py:57
msgid ""
"SQLCoder is a code completion model fined-tuned on StarCoder for SQL "
"generation tasks"
msgstr ""
-#: src/available_models_descriptions.py:54
+#: src/available_models_descriptions.py:58
+msgid ""
+"This model extends LLama-3 8B's context length from 8k to over 1m tokens."
+msgstr ""
+
+#: src/available_models_descriptions.py:59
+msgid ""
+"Starling is a large language model trained by reinforcement learning from AI "
+"feedback focused on improving chatbot helpfulness."
+msgstr ""
+
+#: src/available_models_descriptions.py:60
+msgid "An extension of Llama 2 that supports a context of up to 128k tokens."
+msgstr ""
+
+#: src/available_models_descriptions.py:61
+msgid ""
+"Conversational model based on Llama 2 that performs competitively on various "
+"benchmarks."
+msgstr ""
+
+#: src/available_models_descriptions.py:62
+msgid "An advanced language model crafted with 2 trillion bilingual tokens."
+msgstr ""
+
+#: src/available_models_descriptions.py:63
+msgid ""
+"A model from NVIDIA based on Llama 3 that excels at conversational question "
+"answering (QA) and retrieval-augmented generation (RAG)."
+msgstr ""
+
+#: src/available_models_descriptions.py:64
msgid ""
"Orca 2 is built by Microsoft research, and are a fine-tuned version of "
"Meta's Llama 2 models. The model is designed to excel particularly in "
"reasoning."
msgstr ""
-#: src/available_models_descriptions.py:55
-msgid ""
-"This model extends LLama-3 8B's context length from 8k to over 1m tokens."
+#: src/available_models_descriptions.py:65
+msgid "General use model based on Llama 2."
msgstr ""
-#: src/available_models_descriptions.py:56
-msgid "An advanced language model crafted with 2 trillion bilingual tokens."
-msgstr ""
-
-#: src/available_models_descriptions.py:57
-msgid "An extension of Llama 2 that supports a context of up to 128k tokens."
-msgstr ""
-
-#: src/available_models_descriptions.py:58
-msgid ""
-"A model from NVIDIA based on Llama 3 that excels at conversational question "
-"answering (QA) and retrieval-augmented generation (RAG)."
-msgstr ""
-
-#: src/available_models_descriptions.py:59
+#: src/available_models_descriptions.py:66
msgid ""
"A compact, yet powerful 10.7B large language model designed for single-turn "
"conversation."
msgstr ""
-#: src/available_models_descriptions.py:60
-msgid ""
-"Conversational model based on Llama 2 that performs competitively on various "
-"benchmarks."
-msgstr ""
-
-#: src/available_models_descriptions.py:61
-msgid "A family of open foundation models by IBM for Code Intelligence"
-msgstr ""
-
-#: src/available_models_descriptions.py:62
-msgid ""
-"2.7B uncensored Dolphin model by Eric Hartford, based on the Phi language "
-"model by Microsoft Research."
-msgstr ""
-
-#: src/available_models_descriptions.py:63
-msgid "General use model based on Llama 2."
-msgstr ""
-
-#: src/available_models_descriptions.py:64
+#: src/available_models_descriptions.py:67
msgid ""
"A companion assistant trained in philosophy, psychology, and personal "
"relationships. Based on Mistral."
msgstr ""
-#: src/available_models_descriptions.py:65
+#: src/available_models_descriptions.py:68
+msgid ""
+"2.7B uncensored Dolphin model by Eric Hartford, based on the Phi language "
+"model by Microsoft Research."
+msgstr ""
+
+#: src/available_models_descriptions.py:69
msgid ""
"Llama 2 based model fine tuned on an Orca-style dataset. Originally called "
"Free Willy."
msgstr ""
-#: src/available_models_descriptions.py:66
+#: src/available_models_descriptions.py:70
+msgid ""
+"moondream2 is a small vision language model designed to run efficiently on "
+"edge devices."
+msgstr ""
+
+#: src/available_models_descriptions.py:71
msgid ""
"BakLLaVA is a multimodal model consisting of the Mistral 7B base model "
"augmented with the LLaVA architecture."
msgstr ""
-#: src/available_models_descriptions.py:67
-msgid ""
-"A LLaVA model fine-tuned from Llama 3 Instruct with better scores in several "
-"benchmarks."
-msgstr ""
-
-#: src/available_models_descriptions.py:68
+#: src/available_models_descriptions.py:72
msgid "Uncensored version of Wizard LM model"
msgstr ""
-#: src/available_models_descriptions.py:69
+#: src/available_models_descriptions.py:73
+msgid ""
+"A suite of text embedding models by Snowflake, optimized for performance."
+msgstr ""
+
+#: src/available_models_descriptions.py:74
+msgid "A strong, economical, and efficient Mixture-of-Experts language model."
+msgstr ""
+
+#: src/available_models_descriptions.py:75
msgid ""
"Fine-tuned Llama 2 model to answer medical questions based on an open source "
"medical dataset."
msgstr ""
-#: src/available_models_descriptions.py:70
-msgid "The Nous Hermes 2 model from Nous Research, now trained over Mixtral."
-msgstr ""
-
-#: src/available_models_descriptions.py:71
+#: src/available_models_descriptions.py:76
msgid "An extension of Mistral to support context windows of 64K or 128K."
msgstr ""
-#: src/available_models_descriptions.py:72
-msgid ""
-"A suite of text embedding models by Snowflake, optimized for performance."
-msgstr ""
-
-#: src/available_models_descriptions.py:73
+#: src/available_models_descriptions.py:77
msgid ""
"An expansion of Llama 2 that specializes in integrating both general "
"language understanding and domain-specific knowledge, particularly in "
"programming and mathematics."
msgstr ""
-#: src/available_models_descriptions.py:74
-msgid "Great code generation model based on Llama2."
+#: src/available_models_descriptions.py:78
+msgid "The Nous Hermes 2 model from Nous Research, now trained over Mixtral."
msgstr ""
-#: src/available_models_descriptions.py:75
+#: src/available_models_descriptions.py:79
msgid ""
"Open-source medical large language model adapted from Llama 2 to the medical "
"domain."
msgstr ""
-#: src/available_models_descriptions.py:76
-msgid ""
-"moondream2 is a small vision language model designed to run efficiently on "
-"edge devices."
-msgstr ""
-
-#: src/available_models_descriptions.py:77
-msgid "Uncensored Llama2 based model with support for a 16K context window."
-msgstr ""
-
-#: src/available_models_descriptions.py:78
-msgid ""
-"Nexus Raven is a 13B instruction tuned model for function calling tasks."
-msgstr ""
-
-#: src/available_models_descriptions.py:79
-msgid ""
-"🎩 Magicoder is a family of 7B parameter models trained on 75K synthetic "
-"instruction data using OSS-Instruct, a novel approach to enlightening LLMs "
-"with open-source code snippets."
-msgstr ""
-
#: src/available_models_descriptions.py:80
-msgid "A strong, economical, and efficient Mixture-of-Experts language model."
+msgid "Great code generation model based on Llama2."
msgstr ""
#: src/available_models_descriptions.py:81
msgid ""
-"A lightweight chat model allowing accurate, and responsive output without "
-"requiring high-end hardware."
+"Nexus Raven is a 13B instruction tuned model for function calling tasks."
msgstr ""
#: src/available_models_descriptions.py:82
-msgid ""
-"A high-performing code instruct model created by merging two existing code "
-"models."
+msgid "Uncensored Llama2 based model with support for a 16K context window."
msgstr ""
#: src/available_models_descriptions.py:83
@@ -1213,63 +1518,124 @@ msgstr ""
#: src/available_models_descriptions.py:84
msgid ""
+"A versatile model for AI software development scenarios, including code "
+"completion."
+msgstr ""
+
+#: src/available_models_descriptions.py:85
+msgid ""
+"A strong multi-lingual general language model with competitive performance "
+"to Llama 3."
+msgstr ""
+
+#: src/available_models_descriptions.py:86
+msgid ""
+"🎩 Magicoder is a family of 7B parameter models trained on 75K synthetic "
+"instruction data using OSS-Instruct, a novel approach to enlightening LLMs "
+"with open-source code snippets."
+msgstr ""
+
+#: src/available_models_descriptions.py:87
+msgid ""
+"A lightweight chat model allowing accurate, and responsive output without "
+"requiring high-end hardware."
+msgstr ""
+
+#: src/available_models_descriptions.py:88
+msgid ""
+"A high-performing code instruct model created by merging two existing code "
+"models."
+msgstr ""
+
+#: src/available_models_descriptions.py:89
+msgid ""
"MistralLite is a fine-tuned model based on Mistral with enhanced "
"capabilities of processing long contexts."
msgstr ""
-#: src/available_models_descriptions.py:85
+#: src/available_models_descriptions.py:90
msgid ""
"Wizard Vicuna is a 13B parameter model based on Llama 2 trained by "
"MelodysDreamj."
msgstr ""
-#: src/available_models_descriptions.py:86
+#: src/available_models_descriptions.py:91
msgid "7B parameter text-to-SQL model made by MotherDuck and Numbers Station."
msgstr ""
-#: src/available_models_descriptions.py:87
-msgid ""
-"A language model created by combining two fine-tuned Llama 2 70B models into "
-"one."
-msgstr ""
-
-#: src/available_models_descriptions.py:88
+#: src/available_models_descriptions.py:92
msgid ""
"MegaDolphin-2.2-120b is a transformation of Dolphin-2.2-70b created by "
"interleaving the model with itself."
msgstr ""
-#: src/available_models_descriptions.py:89
+#: src/available_models_descriptions.py:93
+msgid ""
+"A language model created by combining two fine-tuned Llama 2 70B models into "
+"one."
+msgstr ""
+
+#: src/available_models_descriptions.py:94
+msgid ""
+"A top-performing mixture of experts model, fine-tuned with high-quality data."
+msgstr ""
+
+#: src/available_models_descriptions.py:95
msgid ""
"Merge of the Open Orca OpenChat model and the Garage-bAInd Platypus 2 model. "
"Designed for chat and code generation."
msgstr ""
-#: src/available_models_descriptions.py:90
-msgid ""
-"A top-performing mixture of experts model, fine-tuned with high-quality data."
-msgstr ""
-
-#: src/available_models_descriptions.py:91
-msgid "A 7B chat model fine-tuned with high-quality data and based on Zephyr."
-msgstr ""
-
-#: src/available_models_descriptions.py:92
-msgid "DBRX is an open, general-purpose LLM created by Databricks."
-msgstr ""
-
-#: src/available_models_descriptions.py:93
+#: src/available_models_descriptions.py:96
msgid ""
"Falcon2 is an 11B parameters causal decoder-only model built by TII and "
"trained over 5T tokens."
msgstr ""
-#: src/available_models_descriptions.py:94
+#: src/available_models_descriptions.py:97
+msgid "A 7B chat model fine-tuned with high-quality data and based on Zephyr."
+msgstr ""
+
+#: src/available_models_descriptions.py:98
+msgid "DBRX is an open, general-purpose LLM created by Databricks."
+msgstr ""
+
+#: src/available_models_descriptions.py:99
+msgid ""
+"InternLM2.5 is a 7B parameter model tailored for practical scenarios with "
+"outstanding reasoning capability."
+msgstr ""
+
+#: src/available_models_descriptions.py:100
msgid ""
"A robust conversational model designed to be used for both chat and instruct "
"use cases."
msgstr ""
+#: src/available_models_descriptions.py:101
+msgid ""
+"A series of models from Groq that represent a significant advancement in "
+"open-source AI capabilities for tool use/function calling."
+msgstr ""
+
+#: src/available_models_descriptions.py:102
+msgid ""
+"MathΣtral: a 7B model designed for math reasoning and scientific discovery "
+"by Mistral AI."
+msgstr ""
+
+#: src/available_models_descriptions.py:103
+msgid ""
+"An open weights function calling model based on Llama 3, competitive with "
+"GPT-4o function calling capabilities."
+msgstr ""
+
+#: src/available_models_descriptions.py:104
+msgid ""
+"A 3.8B model fine-tuned on a private high-quality synthetic dataset for "
+"information extraction, based on Phi-3."
+msgstr ""
+
#: src/dialogs.py:17
msgid "Chat cannot be cleared while receiving a message"
msgstr ""
@@ -1283,8 +1649,8 @@ msgid "Are you sure you want to clear the chat?"
msgstr ""
#: src/dialogs.py:24 src/dialogs.py:45 src/dialogs.py:72 src/dialogs.py:99
-#: src/dialogs.py:121 src/dialogs.py:142 src/dialogs.py:164 src/dialogs.py:224
-#: src/dialogs.py:314 src/dialogs.py:352
+#: src/dialogs.py:121 src/dialogs.py:142 src/dialogs.py:164 src/dialogs.py:236
+#: src/dialogs.py:326 src/dialogs.py:364
msgid "Cancel"
msgstr ""
@@ -1356,71 +1722,91 @@ msgstr ""
msgid "Remove"
msgstr ""
-#: src/dialogs.py:190
+#: src/dialogs.py:202
msgid "Connection Error"
msgstr ""
-#: src/dialogs.py:191
+#: src/dialogs.py:203
msgid "The remote instance has disconnected"
msgstr ""
-#: src/dialogs.py:195
+#: src/dialogs.py:207
msgid "Close Alpaca"
msgstr ""
-#: src/dialogs.py:196
+#: src/dialogs.py:208
msgid "Use local instance"
msgstr ""
-#: src/dialogs.py:197
+#: src/dialogs.py:209
msgid "Connect"
msgstr ""
-#: src/dialogs.py:220
+#: src/dialogs.py:232
msgid "Select Model"
msgstr ""
-#: src/dialogs.py:221
+#: src/dialogs.py:233
msgid "This model will be used as the base for the new model"
msgstr ""
-#: src/dialogs.py:225 src/dialogs.py:315 src/dialogs.py:353
+#: src/dialogs.py:237 src/dialogs.py:327 src/dialogs.py:365
msgid "Accept"
msgstr ""
-#: src/dialogs.py:242
+#: src/dialogs.py:254
msgid "An error occurred while creating the model"
msgstr ""
-#: src/dialogs.py:300
+#: src/dialogs.py:312
msgid "This video does not have any transcriptions"
msgstr ""
-#: src/dialogs.py:309
+#: src/dialogs.py:321
msgid "Attach YouTube Video?"
msgstr ""
-#: src/dialogs.py:310
+#: src/dialogs.py:322
msgid ""
"{}\n"
"\n"
"Please select a transcript to include"
msgstr ""
-#: src/dialogs.py:343
+#: src/dialogs.py:355
msgid "An error occurred while extracting text from the website"
msgstr ""
-#: src/dialogs.py:348
+#: src/dialogs.py:360
msgid "Attach Website? (Experimental)"
msgstr ""
-#: src/dialogs.py:349
+#: src/dialogs.py:361
msgid ""
"Are you sure you want to attach\n"
"'{}'?"
msgstr ""
+#: src/dialogs.py:379
+msgid "Thank you!"
+msgstr ""
+
+#: src/dialogs.py:386 src/dialogs.py:393
+msgid "Support"
+msgstr ""
+
+#: src/dialogs.py:387
+msgid "Are you enjoying Alpaca? Consider sponsoring the project!"
+msgstr ""
+
+#: src/dialogs.py:390
+msgid "Don't show again"
+msgstr ""
+
+#: src/dialogs.py:392
+msgid "Later"
+msgstr ""
+
#: src/window.ui:54
msgid "Menu"
msgstr ""
diff --git a/po/bn.po b/po/bn.po
index 4be1923..4587e8a 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: 1.0.0\n"
+"Project-Id-Version: 1.0.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-07-21 18:18-0600\n"
+"POT-Creation-Date: 2024-08-01 14:36-0600\n"
"PO-Revision-Date: 2024-07-18 15:12-0600\n"
"Last-Translator: aritra saha \n"
"Language-Team: Bengali\n"
@@ -31,7 +31,7 @@ msgid "An Ollama client"
msgstr "এক ওল্লামা ক্লায়েন্ট"
#: data/com.jeffser.Alpaca.metainfo.xml.in:11
-#: data/com.jeffser.Alpaca.metainfo.xml.in:416
+#: data/com.jeffser.Alpaca.metainfo.xml.in:549
msgid "Features"
msgstr "বৈশিষ্ট্য"
@@ -40,12 +40,12 @@ msgid "Built in Ollama instance"
msgstr "ওল্লামা দৃষ্টান্তে নির্মিত"
#: data/com.jeffser.Alpaca.metainfo.xml.in:14
-#: data/com.jeffser.Alpaca.metainfo.xml.in:418
+#: data/com.jeffser.Alpaca.metainfo.xml.in:551
msgid "Talk to multiple models in the same conversation"
msgstr "একই কথোপকথনে একাধিক মডেলের সাথে কথা বলুন"
#: data/com.jeffser.Alpaca.metainfo.xml.in:15
-#: data/com.jeffser.Alpaca.metainfo.xml.in:419
+#: data/com.jeffser.Alpaca.metainfo.xml.in:552
msgid "Pull and delete models from the app"
msgstr "অ্যাপ থেকে মডেলগুলি টানুন এবং মুছুন"
@@ -65,42 +65,348 @@ msgstr "সরল পাঠ্য নথি স্বীকৃতি"
msgid "Import and export chats"
msgstr "আমদানি এবং রপ্তানি চ্যাট"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:21 src/window.ui:883
+#: data/com.jeffser.Alpaca.metainfo.xml.in:20
+msgid "Append YouTube transcripts to the prompt"
+msgstr "প্রোম্পটে ইউটিউব ট্রান্সক্রিপ্ট যোগ করুন"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:21
+msgid "Append text from a website to the prompt"
+msgstr "ওয়েবসাইট থেকে টেক্সট প্রোম্পটে যোগ করুন"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:22
+msgid "PDF recognition"
+msgstr "পিডিএফ স্বীকৃতি"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:24 src/window.ui:883
msgid "Disclaimer"
msgstr "দাবিত্যাগ"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:22
+#: data/com.jeffser.Alpaca.metainfo.xml.in:25
msgid ""
"This project is not affiliated at all with Ollama, I'm not responsible for "
"any damages to your device or software caused by running code given by any "
"models."
msgstr ""
-"এই প্রকল্পটি ওল্লামার সাথে মোটেও অনুমোদিত নয়, আমি এর জন্য দায়ী নই "
-"আপনার ডিভাইস বা সফ্টওয়্যারের কোন ক্ষতি যেকোন দ্বারা প্রদত্ত কোড চালানোর কারণে"
-"মডেল।"
+"এই প্রকল্পটি ওল্লামার সাথে মোটেও অনুমোদিত নয়, আমি এর জন্য দায়ী নই আপনার ডিভাইস বা "
+"সফ্টওয়্যারের কোন ক্ষতি যেকোন দ্বারা প্রদত্ত কোড চালানোর কারণেমডেল।"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:25
+#: data/com.jeffser.Alpaca.metainfo.xml.in:28
msgid "Jeffry Samuel Eduarte Rojas"
msgstr "জেফরি স্যামুয়েল এডুয়ার্ট রোজাস"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:51
-msgid "A conversation showing code highlight"
-msgstr "একটি কথোপকথন কোড হাইলাইট দেখাচ্ছে"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:54
+msgid "A normal conversation with an AI Model"
+msgstr "এআই মডেলের সাথে একটি সাধারণ কথোপকথন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:55
-msgid "A conversation involving multiple models"
-msgstr "একাধিক মডেল জড়িত একটি কথোপকথন"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:58
+msgid "A conversation involving image recognition"
+msgstr "চিত্র স্বীকৃতি জড়িত একটি কথোপকথন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:59
-msgid "Managing models"
-msgstr "মডেল পরিচালনা"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:62
+msgid "A conversation showing code highlighting"
+msgstr "কোড হাইলাইটিং দেখানো একটি কথোপকথন"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:66
+msgid "A conversation involving a YouTube video transcript"
+msgstr "ইউটিউব ভিডিও ট্রান্সক্রিপ্ট জড়িত একটি কথোপকথন"
#: data/com.jeffser.Alpaca.metainfo.xml.in:70
-#: data/com.jeffser.Alpaca.metainfo.xml.in:119
+msgid "Multiple models being downloaded"
+msgstr "একাধিক মডেল ডাউনলোড হচ্ছে"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:86
+#: data/com.jeffser.Alpaca.metainfo.xml.in:99
+#: data/com.jeffser.Alpaca.metainfo.xml.in:124
+msgid "New"
+msgstr "নতুন"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:88
+msgid "Added table rendering (Thanks Nokse)"
+msgstr "নকসের ধন্যবাদ, টেবিল রেন্ডারিং যোগ করা হয়েছে"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:90
+#: data/com.jeffser.Alpaca.metainfo.xml.in:106
+#: data/com.jeffser.Alpaca.metainfo.xml.in:118
+#: data/com.jeffser.Alpaca.metainfo.xml.in:134
+msgid "Fixes"
+msgstr "সংশোধন করে"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:92
+msgid "Made support dialog more common"
+msgstr "সাপোর্ট ডায়ালগকে আরও সাধারণ করা হয়েছে"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:101
+msgid "Bearer Token entry on connection error dialog"
+msgstr "কনেকশন এরর ডায়ালগে বিয়ারার টোকেন এন্ট্রি"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:102
+msgid "Small appearance changes"
+msgstr "ছোট আকারের পরিবর্তন"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:103
+msgid "Compatibility with code blocks without explicit language"
+msgstr "স্পষ্ট ভাষা ছাড়া কোড ব্লকগুলির সাথে সামঞ্জস্য"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:104
+msgid "Rare, optional and dismissible support dialog"
+msgstr "বিরল, ঐচ্ছিক এবং বাতিলযোগ্য সাপোর্ট ডায়ালগ"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:108
+msgid "Date format for Simplified Chinese translation"
+msgstr "সরলীকৃত চাইনিজ অনুবাদের জন্য তারিখ ফরম্যাট"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:109
+msgid "Bug with unsupported localizations"
+msgstr "অসমর্থিত স্থানীয়করণের সাথে বাগ"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:110
+msgid "Min height being too large to be used on mobile"
+msgstr "মোবাইলে ব্যবহারের জন্য ন্যূনতম উচ্চতা খুব বড়"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:111
+msgid "Remote connection checker bug"
+msgstr "রিমোট কনেকশন চেকার বাগ"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:120
+msgid "Models with capital letters on their tag don't work"
+msgstr "তাদের ট্যাগে বড় হাতের অক্ষর থাকা মডেলগুলি কাজ করে না"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:121
+msgid "Ollama fails to launch on some systems"
+msgstr "কিছু সিস্টেমে Ollama চালু করতে ব্যর্থ হয়"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:122
+msgid "YouTube transcripts are not being saved in the right TMP directory"
+msgstr "ইউটিউব ট্রান্সক্রিপ্টগুলি সঠিক TMP ডিরেক্টরিতে সংরক্ষিত হচ্ছে না"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:126
+msgid "Debug messages are now shown on the 'About Alpaca' dialog"
+msgstr "ডিবাগ বার্তাগুলি এখন 'About Alpaca' ডায়ালগে দেখানো হচ্ছে"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:127
+msgid "Updated Ollama to v0.3.0 (new models)"
+msgstr "Ollama আপডেট করা হয়েছে v0.3.0 (নতুন মডেল)"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:136
+msgid "Models with '-' in their names didn't work properly, this is now fixed"
+msgstr "তাদের নামে '-' থাকা মডেলগুলি সঠিকভাবে কাজ করে না, এটি এখন সংশোধন করা হয়েছে"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:137
+msgid "Better connection check for Ollama"
+msgstr "ওল্লামা এর জন্য ভাল কনেকশন চেক"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:144
+msgid "Stable Release"
+msgstr "স্থিতিশীল রিলিজ"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:145
+msgid ""
+"The new icon was made by Tobias Bernard over the Gnome Gitlab, thanks for "
+"the great icon!"
+msgstr ""
+"টোবিয়াস বার্নার্ড দ্বারা নতুন আইকনটি জিনোম গিটল্যাব এর উপরে তৈরি করা হয়েছে, "
+"দুর্দান্ত আইকনের জন্য ধন্যবাদ!"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:146
+msgid "Features and fixes"
+msgstr "বৈশিষ্ট্য এবং সংশোধন"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:148
+msgid "Updated Ollama instance to 0.2.8"
+msgstr "অল্লামা ইনস্ট্যান্স ০.২.৮ এ আপডেট করা হয়েছে"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:149
+msgid "Better model selector"
+msgstr "আরও ভালো মডেল নির্বাচক"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:150
+msgid "Model manager redesign"
+msgstr "মডেল ম্যানেজার পুনঃনকশা"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:151
+msgid "Better tag selector when pulling a model"
+msgstr "মডেল টানার সময় আরও ভালো ট্যাগ নির্বাচক"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:152
+msgid "Model search"
+msgstr "মডেল অনুসন্ধান"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:153
+msgid "Added support for bearer tokens on remote instances"
+msgstr "দূরবর্তী ইনস্ট্যান্সে বেয়ারার টোকেনের জন্য সমর্থন যোগ করা হয়েছে"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:154
+msgid "Preferences dialog redesign"
+msgstr "পছন্দ ডায়ালগ পুনঃনকশা"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:155
+msgid "Added context menus to interact with a chat"
+msgstr "চ্যাটের সাথে ইন্টারঅ্যাক্ট করার জন্য সংক্ষিপ্ত মেনু যোগ করা হয়েছে"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:156
+msgid "Redesigned primary and secondary menus"
+msgstr "প্রাথমিক এবং গৌণ মেনু পুনঃনকশা"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:157
+msgid ""
+"YouTube integration: Paste the URL of a video with a transcript and it will "
+"be added to the prompt"
+msgstr ""
+"ইউটিউব একীকরণ: একটি লিপি সহ ভিডিওর ইউআরএল পেস্ট করুন এবং এটি প্রম্পটে যোগ করা হবে"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:158
+msgid ""
+"Website integration (Experimental): Extract the text from the body of a "
+"website by adding it's URL to the prompt"
+msgstr ""
+"ওয়েবসাইট একীকরণ (পরীক্ষামূলক): প্রম্পটে ইউআরএল যোগ করে ওয়েবসাইটের শরীর থেকে "
+"পাঠ্য নির্যাস করুন"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:159
+msgid "Chat title generation"
+msgstr "চ্যাট শিরোনাম উৎপাদন"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:160
+msgid "Auto resizing of message entry"
+msgstr "বার্তা প্রবেশের স্বয়ংক্রিয় আকার পরিবর্তন"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:161
+msgid "Chat notifications"
+msgstr "চ্যাট বিজ্ঞপ্তি"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:162
+msgid "Added indicator when an image is missing"
+msgstr "একটি ছবি অনুপস্থিত থাকলে সূচক যোগ করা হয়েছে"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:163
+msgid "Auto rearrange the order of chats when a message is received"
+msgstr "একটি বার্তা প্রাপ্ত হলে চ্যাটের ক্রম স্বয়ংক্রিয় পুনর্বিন্যাস"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:164
+msgid "Redesigned file preview dialog"
+msgstr "ফাইল পূর্বরূপ ডায়ালগ পুনঃনকশা"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:165
+msgid "Credited new contributors"
+msgstr "নতুন অবদানকারীদের কৃতিত্ব দেওয়া হয়েছে"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:166
+msgid "Better stability and optimization"
+msgstr "আরও ভালো স্থিতিশীলতা এবং অপ্টিমাইজেশন"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:167
+msgid "Edit messages to change the context of a conversation"
+msgstr "কনভার্সেশনের প্রসঙ্গ পরিবর্তন করার জন্য বার্তা সম্পাদনা করুন"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:168
+msgid "Added disclaimers when pulling models"
+msgstr "মডেল টানার সময় দাবি যোগ করা হয়েছে"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:169
+msgid "Preview files before sending a message"
+msgstr "বার্তা পাঠানোর আগে ফাইল পূর্বরূপ দেখুন"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:170
+msgid "Better format for date and time on messages"
+msgstr "বার্তায় তারিখ এবং সময়ের জন্য আরও ভালো ফরম্যাট"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:171
+msgid "Error and debug logging on terminal"
+msgstr "টার্মিনালে ত্রুটি এবং ডিবাগ লগিং"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:172
+msgid "Auto-hiding sidebar button"
+msgstr "সাইডবার বাটন স্বয়ংক্রিয় লুকানো"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:173
+msgid "Various UI tweaks"
+msgstr "বিভিন্ন ইউআই টুইকস"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:175
+msgid "New Models"
+msgstr "নতুন মডেল"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:177
+msgid "Gemma2"
+msgstr "জেমা 2"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:178
+msgid "GLM4"
+msgstr "জিএলএম 4"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:179
+msgid "Codegeex4"
+msgstr "কোডজিক্স 4"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:180
+msgid "InternLM2"
+msgstr "ইন্টার্নএলএম 2"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:181
+msgid "Llama3-groq-tool-use"
+msgstr "ল্লামা 3-গ্রোক-টুল-ব্যবহার"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:182
+msgid "Mathstral"
+msgstr "ম্যাথস্ট্রাল"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:183
+msgid "Mistral-nemo"
+msgstr "মিস্ট্রাল-নেমো"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:184
+msgid "Firefunction-v2"
+msgstr "ফায়ারফাংশন-ভি 2"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:185
+msgid "Nuextract"
+msgstr "নুএক্সট্র্যাক্ট"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:187
+msgid "Translations"
+msgstr "অনুবাদ"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:188
+msgid ""
+"These are all the available translations on 1.0.0, thanks to all the "
+"contributors!"
+msgstr ""
+"এগুলি 1.0.0 এর উপলব্ধ সমস্ত অনুবাদ, সমস্ত অবদানকারীদের ধন্যবাদ!"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:190
+msgid "Russian: Alex K"
+msgstr "রাশিয়ান: আলেক্স কে"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:191
+msgid "Spanish: Jeffser"
+msgstr "স্প্যানিশ: জেফসার"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:192
+msgid "Brazilian Portuguese: Daimar Stein"
+msgstr "ব্রাজিলিয়ান পর্তুগিজ: ডাইমার স্টাইন"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:193
+msgid "French: Louis Chauvet-Villaret"
+msgstr "ফ্রেন্চ: লুই শাভে-ভিলারেট"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:194
+msgid "Norwegian: CounterFlow64"
+msgstr "নরওয়েজিয়ান: কাউন্টারফ্লো 64"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:195
+msgid "Bengali: Aritra Saha"
+msgstr "বাংলা: অরিত্র সাহা"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:196
+msgid "Simplified Chinese: Yuehao Sui"
+msgstr "সরলীকৃত চাইনিজ: ইউহাও সুই"
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:203
+#: data/com.jeffser.Alpaca.metainfo.xml.in:252
msgid "Fix"
msgstr "সংশোধন করুন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:71
+#: data/com.jeffser.Alpaca.metainfo.xml.in:204
msgid ""
"Removed DOCX compatibility temporally due to error with python-lxml "
"dependency"
@@ -108,225 +414,225 @@ msgstr ""
"সাময়িকভাবে python-lxml নির্ভরশীলতার সাথে ত্রুটির কারণে DOCX সামঞ্জস্যতা সরিয়ে "
"দেওয়া হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:77
-#: data/com.jeffser.Alpaca.metainfo.xml.in:107
-#: data/com.jeffser.Alpaca.metainfo.xml.in:128
-#: data/com.jeffser.Alpaca.metainfo.xml.in:333
-#: data/com.jeffser.Alpaca.metainfo.xml.in:390
+#: data/com.jeffser.Alpaca.metainfo.xml.in:210
+#: data/com.jeffser.Alpaca.metainfo.xml.in:240
+#: data/com.jeffser.Alpaca.metainfo.xml.in:261
+#: data/com.jeffser.Alpaca.metainfo.xml.in:466
+#: data/com.jeffser.Alpaca.metainfo.xml.in:523
msgid "Big Update"
msgstr "বড় আপডেট"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:79
+#: data/com.jeffser.Alpaca.metainfo.xml.in:212
msgid "Added compatibility for PDF"
msgstr "PDF এর জন্য সামঞ্জস্যতা যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:80
+#: data/com.jeffser.Alpaca.metainfo.xml.in:213
msgid "Added compatibility for DOCX"
msgstr "DOCX এর জন্য সামঞ্জস্যতা যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:81
+#: data/com.jeffser.Alpaca.metainfo.xml.in:214
msgid "Merged 'file attachment' menu into one button"
msgstr "একটি বাটনে 'ফাইল সংযুক্তি' মেনু একীভূত করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:88
-#: data/com.jeffser.Alpaca.metainfo.xml.in:281
+#: data/com.jeffser.Alpaca.metainfo.xml.in:221
+#: data/com.jeffser.Alpaca.metainfo.xml.in:414
msgid "Quick Fix"
msgstr "দ্রুত সংশোধন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:89
+#: data/com.jeffser.Alpaca.metainfo.xml.in:222
msgid ""
"There were some errors when transitioning from the old version of chats to "
"the new version. I apologize if this caused any corruption in your chat "
"history. This should be the only time such a transition is needed."
msgstr ""
-"চ্যাটের পুরানো সংস্করণ থেকে নতুন সংস্করণ এ রূপান্তর করার সময় কিছু ত্রুটি ছিল। "
-"এতে আপনার চ্যাটে ইতিহাস কোনো ত্রুটি হলে আমি ক্ষমাপ্রার্থী। "
-"এটিই একমাত্র সময় হওয়া উচিত যে এই ধরনের পরিবর্তনের প্রয়োজন।"
+"চ্যাটের পুরানো সংস্করণ থেকে নতুন সংস্করণ এ রূপান্তর করার সময় কিছু ত্রুটি ছিল। এতে "
+"আপনার চ্যাটে ইতিহাস কোনো ত্রুটি হলে আমি ক্ষমাপ্রার্থী। এটিই একমাত্র সময় হওয়া উচিত "
+"যে এই ধরনের পরিবর্তনের প্রয়োজন।"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:95
-#: data/com.jeffser.Alpaca.metainfo.xml.in:247
+#: data/com.jeffser.Alpaca.metainfo.xml.in:228
+#: data/com.jeffser.Alpaca.metainfo.xml.in:380
msgid "Huge Update"
msgstr "বিশাল আপডেট"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:97
+#: data/com.jeffser.Alpaca.metainfo.xml.in:230
msgid "Added: Support for plain text files"
msgstr "সংযুক্ত করা হয়েছে: প্লেইন টেক্সট ফাইলের জন্য সমর্থন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:98
+#: data/com.jeffser.Alpaca.metainfo.xml.in:231
msgid "Added: New backend system for storing messages"
msgstr "সংযুক্ত করা হয়েছে: বার্তা সংরক্ষণের জন্য নতুন ব্যাকএন্ড সিস্টেম"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:99
+#: data/com.jeffser.Alpaca.metainfo.xml.in:232
msgid "Added: Support for changing Ollama's overrides"
msgstr "সংযুক্ত করা হয়েছে: ওল্লামার ওভাররাইড পরিবর্তন করার জন্য সমর্থন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:100
+#: data/com.jeffser.Alpaca.metainfo.xml.in:233
msgid "General Optimization"
msgstr "সাধারণ অপ্টিমাইজেশান"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:109
+#: data/com.jeffser.Alpaca.metainfo.xml.in:242
msgid "Added: Support for GGUF models (experimental)"
msgstr "সংযুক্ত করা হয়েছে: GGUF মডেলের জন্য সমর্থন (পরীক্ষামূলক)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:110
+#: data/com.jeffser.Alpaca.metainfo.xml.in:243
msgid "Added: Support for customization and creation of models"
msgstr "সংযুক্ত করা হয়েছে: কাস্টমাইজেশন এবং মডেল তৈরির জন্য সমর্থন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:111
+#: data/com.jeffser.Alpaca.metainfo.xml.in:244
msgid "Fixed: Icons don't appear on non Gnome systems"
msgstr "সংশোধন: নন জিনোম সিস্টেমে আইকন প্রদর্শিত হয় না"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:112
+#: data/com.jeffser.Alpaca.metainfo.xml.in:245
msgid "Update Ollama to v0.1.39"
msgstr "ওল্লামাকে v0.1.39-এ আপডেট করুন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:121
+#: data/com.jeffser.Alpaca.metainfo.xml.in:254
msgid ""
"Fixed: app didn't open if models tweaks wasn't present in the config files"
msgstr "সংশোধন: কনফিগার ফাইলগুলিতে মডেলের টুইকগুলি উপস্থিত না থাকলে অ্যাপটি খুলবে না"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:130
+#: data/com.jeffser.Alpaca.metainfo.xml.in:263
msgid "Changed multiple icons (paper airplane for the send button)"
msgstr "একাধিক আইকন পরিবর্তন করা হয়েছে (পাঠানো বোতামের জন্য কাগজের বিমান)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:131
+#: data/com.jeffser.Alpaca.metainfo.xml.in:264
msgid "Combined export / import chat buttons into a menu"
msgstr "একটি মেনুতে রপ্তানি/আমদানি চ্যাট বোতামগুলিকে সংযুক্ত করুন৷"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:132
+#: data/com.jeffser.Alpaca.metainfo.xml.in:265
msgid "Added 'model tweaks' (temperature, seed, keep_alive)"
msgstr "'মডেল টুইক' যোগ করা হয়েছে (তাপমাত্রা, বীজ, জীবিত_রাখা)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:133
+#: data/com.jeffser.Alpaca.metainfo.xml.in:266
msgid "Fixed send / stop button"
msgstr "ঠিক করা হয়েছে পাঠান/স্টপ বোতাম"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:134
+#: data/com.jeffser.Alpaca.metainfo.xml.in:267
msgid "Fixed app not checking if remote connection works when starting"
msgstr ""
"ঠিক করা হয়েছে অ্যাপ শুরু করার সময় দূরবর্তী সংযোগ কাজ করে কিনা তা পরীক্ষা করছে না"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:141
+#: data/com.jeffser.Alpaca.metainfo.xml.in:274
msgid "Daily Update"
msgstr "প্রতিদিনের আপডেট"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:143
+#: data/com.jeffser.Alpaca.metainfo.xml.in:276
msgid "Added text ellipsis to chat name so it doesn't change the button width"
msgstr ""
"চ্যাটের নামে পাঠ্য উপবৃত্ত যোগ করা হয়েছে যাতে এটি বোতামের প্রস্থ পরিবর্তন না করে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:144
+#: data/com.jeffser.Alpaca.metainfo.xml.in:277
msgid "New shortcut for creating a chat (CTRL+N)"
msgstr "একটি চ্যাট তৈরির জন্য নতুন শর্টকাট (CTRL+N)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:145
+#: data/com.jeffser.Alpaca.metainfo.xml.in:278
msgid "New message entry design"
msgstr "নতুন বার্তা লেখা নকশা"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:146
+#: data/com.jeffser.Alpaca.metainfo.xml.in:279
msgid "Fixed: Can't rename the same chat multiple times"
msgstr "ঠিক করা হয়েছে: একই চ্যাটের একাধিকবার নাম পরিবর্তন করা যাবে না"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:153
+#: data/com.jeffser.Alpaca.metainfo.xml.in:286
msgid "The fix"
msgstr "ঠিক করা"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:155
+#: data/com.jeffser.Alpaca.metainfo.xml.in:288
msgid ""
"Fixed: Ollama instance keeps running on the background even when it is "
"disabled"
msgstr ""
"ঠিক করা হয়েছে: ওল্লামা ইনস্ট্যান্স ব্যাকগ্রাউন্ডে চলতে থাকে এমনকি যখন এটি অকেজো"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:156
+#: data/com.jeffser.Alpaca.metainfo.xml.in:289
msgid "Fixed: Can't pull models on the integrated instance"
msgstr "সংশোধন: ইন্টিগ্রেটেড ইনস্ট্যান্সে মডেল টানতে পারে না"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:163
+#: data/com.jeffser.Alpaca.metainfo.xml.in:296
msgid "Quick tweaks"
msgstr "দ্রুত টুইকস"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:165
+#: data/com.jeffser.Alpaca.metainfo.xml.in:298
msgid "Added progress bar to models that are being pulled"
msgstr "টানা হচ্ছে এমন মডেলগুলিতে অগ্রগতি বার যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:166
+#: data/com.jeffser.Alpaca.metainfo.xml.in:299
msgid "Added size to tags when pulling a model"
msgstr "একটি মডেল টানা হলে ট্যাগগুলিতে আকার যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:167
+#: data/com.jeffser.Alpaca.metainfo.xml.in:300
msgid "General optimizations on the background"
msgstr "পটভূমিতে সাধারণ অপ্টিমাইজেশন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:174
+#: data/com.jeffser.Alpaca.metainfo.xml.in:307
msgid "Quick fixes"
msgstr "দ্রুত সংশোধন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:176
+#: data/com.jeffser.Alpaca.metainfo.xml.in:309
msgid "Fixed: Scroll when message is received"
msgstr "সংশোধন: Scroll when message is received"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:177
+#: data/com.jeffser.Alpaca.metainfo.xml.in:310
msgid "Fixed: Content doesn't change when creating a new chat"
msgstr "সংশোধন: Content doesn't change when creating a new chat"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:178
+#: data/com.jeffser.Alpaca.metainfo.xml.in:311
msgid "Added 'Featured Models' page on welcome dialog"
msgstr "স্বাগত ডায়ালগে 'বৈশিষ্ট্যযুক্ত মডেল' পৃষ্ঠা যুক্ত করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:185
+#: data/com.jeffser.Alpaca.metainfo.xml.in:318
msgid "Nice Update"
msgstr "সুন্দর আপডেট"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:187
+#: data/com.jeffser.Alpaca.metainfo.xml.in:320
msgid "UI tweaks (Thanks Nokse22)"
msgstr "ইউআই টুইকস (নোকসে২২ কে ধন্যবাদ)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:188
+#: data/com.jeffser.Alpaca.metainfo.xml.in:321
msgid "General optimizations"
msgstr "সাধারণ অপ্টিমাইজেশন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:189
+#: data/com.jeffser.Alpaca.metainfo.xml.in:322
msgid "Metadata fixes"
msgstr "মেটাডেটা সংশোধন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:196
+#: data/com.jeffser.Alpaca.metainfo.xml.in:329
msgid "Quick fix"
msgstr "দ্রুত সংশোধন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:198
+#: data/com.jeffser.Alpaca.metainfo.xml.in:331
msgid "Updated Spanish translation"
msgstr "স্প্যানিশ অনুবাদ হালনাগাদ"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:199
+#: data/com.jeffser.Alpaca.metainfo.xml.in:332
msgid "Added compatibility for PNG"
msgstr "পিএনজির জন্য সামঞ্জস্য যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:206
+#: data/com.jeffser.Alpaca.metainfo.xml.in:339
msgid "New Update"
msgstr "নতুন আপডেট"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:208
+#: data/com.jeffser.Alpaca.metainfo.xml.in:341
msgid "Updated model list"
msgstr "আপডেট মডেল তালিকা"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:209
+#: data/com.jeffser.Alpaca.metainfo.xml.in:342
msgid "Added image recognition to more models"
msgstr "আরও মডেলে চিত্র স্বীকৃতি যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:210
+#: data/com.jeffser.Alpaca.metainfo.xml.in:343
msgid "Added Brazilian Portuguese translation (Thanks Daimaar Stein)"
msgstr "ব্রাজিলীয় পর্তুগিজ অনুবাদ যোগ করা হয়েছে (ধন্যবাদ ডাইমার স্টাইন)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:211
+#: data/com.jeffser.Alpaca.metainfo.xml.in:344
msgid "Refined the general UI (Thanks Nokse22)"
msgstr "সাধারণ ইউআই পরিশীলিত করা হয়েছে (নোকসে২২ কে ধন্যবাদ)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:212
+#: data/com.jeffser.Alpaca.metainfo.xml.in:345
msgid "Added 'delete message' feature"
msgstr "বার্তা মুছে ফেলার বৈশিষ্ট্য যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:213
+#: data/com.jeffser.Alpaca.metainfo.xml.in:346
msgid ""
"Added metadata so that software distributors know that the app is compatible "
"with mobile"
@@ -334,7 +640,7 @@ msgstr ""
"সফটওয়্যার ডিস্ট্রিবিউটররা জানতে পারে যে অ্যাপটি মোবাইলের সাথে সামঞ্জস্যপূর্ণ, এজন্য "
"মেটাডেটা যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:214
+#: data/com.jeffser.Alpaca.metainfo.xml.in:347
msgid ""
"Changed 'send' shortcut to just the return/enter key (to add a new line use "
"shift+return)"
@@ -342,152 +648,153 @@ msgstr ""
"শুধু রিটার্ন/এন্টার কীতে 'পাঠান' শর্টকাট পরিবর্তন করা হয়েছে (নতুন লাইন যোগ করতে "
"শিফট+রিটার্ন ব্যবহার করুন)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:221
+#: data/com.jeffser.Alpaca.metainfo.xml.in:354
msgid "Bug Fixes"
msgstr "বাগ সংশোধন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:223
+#: data/com.jeffser.Alpaca.metainfo.xml.in:356
msgid "Fixed: Minor spelling mistake"
msgstr "সংশোধন: সামান্য বানান ভুল"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:224
+#: data/com.jeffser.Alpaca.metainfo.xml.in:357
msgid "Added 'mobile' as a supported form factor"
msgstr "সমর্থিত আকার ফ্যাক্টর হিসাবে 'মোবাইল' যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:225
+#: data/com.jeffser.Alpaca.metainfo.xml.in:358
msgid "Fixed: 'Connection Error' dialog not working properly"
msgstr "সংশোধন: 'কনেকশন এরর' ডায়ালগ সঠিকভাবে কাজ করছে না"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:226
+#: data/com.jeffser.Alpaca.metainfo.xml.in:359
msgid "Fixed: App might freeze randomly on startup"
msgstr "সংশোধন: অ্যাপ স্টার্টআপে অবান্তর জমে যেতে পারে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:227
+#: data/com.jeffser.Alpaca.metainfo.xml.in:360
msgid "Changed 'chats' label on sidebar for 'Alpaca'"
msgstr "সাইডবারে 'আলপাকা'র জন্য 'চ্যাটস' লেবেল পরিবর্তন করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:234
+#: data/com.jeffser.Alpaca.metainfo.xml.in:367
msgid "Cool Update"
msgstr "কুল আপডেট"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:236
+#: data/com.jeffser.Alpaca.metainfo.xml.in:369
msgid "Better design for chat window"
msgstr "চ্যাট উইন্ডোর জন্য ভালো ডিজাইন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:237
+#: data/com.jeffser.Alpaca.metainfo.xml.in:370
msgid "Better design for chat sidebar"
msgstr "চ্যাট সাইডবারের জন্য ভালো ডিজাইন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:238
+#: data/com.jeffser.Alpaca.metainfo.xml.in:371
msgid "Fixed remote connections"
msgstr "দূরবর্তী সংযোগ সংশোধন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:239
+#: data/com.jeffser.Alpaca.metainfo.xml.in:372
msgid "Fixed Ollama restarting in loop"
msgstr "ওল্লামা লুপে পুনরায় চালু হচ্ছে সংশোধন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:240
+#: data/com.jeffser.Alpaca.metainfo.xml.in:373
msgid "Other cool backend stuff"
msgstr "অন্যান্য কুল ব্যাকএন্ড স্টাফ"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:249
+#: data/com.jeffser.Alpaca.metainfo.xml.in:382
msgid "Added Ollama as part of Alpaca, Ollama will run in a sandbox"
msgstr "Alpacaর অংশ হিসাবে Ollama যোগ করা হয়েছে, Ollama একটি স্যান্ডবক্সে চালু হবে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:250
+#: data/com.jeffser.Alpaca.metainfo.xml.in:383
msgid "Added option to connect to remote instances (how it worked before)"
msgstr "আগের মতো দূরবর্তী উদাহরণে সংযোগ করার বিকল্প যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:251
+#: data/com.jeffser.Alpaca.metainfo.xml.in:384
msgid "Added option to import and export chats"
msgstr "চ্যাট আমদানি ও রপ্তানি করার বিকল্প যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:252
+#: data/com.jeffser.Alpaca.metainfo.xml.in:385
msgid "Added option to run Alpaca with Ollama in the background"
msgstr "পটভূমিতে ওল্লামা সহ আলপাকা চালু করার বিকল্প যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:253
+#: data/com.jeffser.Alpaca.metainfo.xml.in:386
msgid "Added preferences dialog"
msgstr "পছন্দ ডায়ালগ যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:254
+#: data/com.jeffser.Alpaca.metainfo.xml.in:387
msgid "Changed the welcome dialog"
msgstr "স্বাগত ডায়ালগ পরিবর্তন করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:256
-#: data/com.jeffser.Alpaca.metainfo.xml.in:273
-#: data/com.jeffser.Alpaca.metainfo.xml.in:285
-#: data/com.jeffser.Alpaca.metainfo.xml.in:304
-#: data/com.jeffser.Alpaca.metainfo.xml.in:325
-#: data/com.jeffser.Alpaca.metainfo.xml.in:341
-#: data/com.jeffser.Alpaca.metainfo.xml.in:357
-#: data/com.jeffser.Alpaca.metainfo.xml.in:371
-#: data/com.jeffser.Alpaca.metainfo.xml.in:381
-#: data/com.jeffser.Alpaca.metainfo.xml.in:399
-#: data/com.jeffser.Alpaca.metainfo.xml.in:421
+#: data/com.jeffser.Alpaca.metainfo.xml.in:389
+#: data/com.jeffser.Alpaca.metainfo.xml.in:406
+#: data/com.jeffser.Alpaca.metainfo.xml.in:418
+#: data/com.jeffser.Alpaca.metainfo.xml.in:437
+#: data/com.jeffser.Alpaca.metainfo.xml.in:458
+#: data/com.jeffser.Alpaca.metainfo.xml.in:474
+#: data/com.jeffser.Alpaca.metainfo.xml.in:490
+#: data/com.jeffser.Alpaca.metainfo.xml.in:504
+#: data/com.jeffser.Alpaca.metainfo.xml.in:514
+#: data/com.jeffser.Alpaca.metainfo.xml.in:532
+#: data/com.jeffser.Alpaca.metainfo.xml.in:554
msgid "Please report any errors to the issues page, thank you."
msgstr "কোনো ত্রুটি পাওয়া গেলে ইস্যু পেজে রিপোর্ট করুন, ধন্যবাদ"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:264
+#: data/com.jeffser.Alpaca.metainfo.xml.in:397
msgid "Yet Another Daily Update"
msgstr "আরেকটি দৈনিক আপডেট"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:266
+#: data/com.jeffser.Alpaca.metainfo.xml.in:399
msgid "Added better UI for 'Manage Models' dialog"
msgstr "'মডেল পরিচালনা' ডায়ালগের জন্য ভালো UI যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:267
+#: data/com.jeffser.Alpaca.metainfo.xml.in:400
msgid "Added better UI for the chat sidebar"
msgstr "চ্যাট সাইডবারের জন্য ভালো UI যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:268
+#: data/com.jeffser.Alpaca.metainfo.xml.in:401
msgid ""
"Replaced model description with a button to open Ollama's website for the "
"model"
msgstr ""
-"মডেলের জন্য ওল্লামার ওয়েবসাইট খুলতে একটি বোতাম দিয়ে মডেলের বিবরণ প্রতিস্থাপিত হয়েছে"
+"মডেলের জন্য ওল্লামার ওয়েবসাইট খুলতে একটি বোতাম দিয়ে মডেলের বিবরণ প্রতিস্থাপিত "
+"হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:269
+#: data/com.jeffser.Alpaca.metainfo.xml.in:402
msgid "Added myself to the credits as the spanish translator"
msgstr "স্প্যানিশ অনুবাদক হিসাবে আমি ক্রেডিটে নিজেকে যোগ করেছি"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:270
+#: data/com.jeffser.Alpaca.metainfo.xml.in:403
msgid "Using XDG properly to get config folder"
msgstr "কনফিগ ফোল্ডার পাওয়ার জন্য XDG সঠিকভাবে ব্যবহার করছি"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:271
+#: data/com.jeffser.Alpaca.metainfo.xml.in:404
msgid "Update for translations"
msgstr "অনুবাদের জন্য আপডেট"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:283
+#: data/com.jeffser.Alpaca.metainfo.xml.in:416
msgid "The last update had some mistakes in the description of the update"
msgstr "আপডেটের বর্ণনায় সর্বশেষ আপডেটে কিছু ভুল ছিল"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:293
+#: data/com.jeffser.Alpaca.metainfo.xml.in:426
msgid "Another Daily Update"
msgstr "আরেকটি দৈনিক আপডেট"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:295
+#: data/com.jeffser.Alpaca.metainfo.xml.in:428
msgid "Added full Spanish translation"
msgstr "সম্পূর্ণ স্প্যানিশ অনুবাদ যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:296
+#: data/com.jeffser.Alpaca.metainfo.xml.in:429
msgid "Added support for background pulling of multiple models"
msgstr "একাধিক মডেলের পিছনে টানার জন্য সমর্থন যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:297
+#: data/com.jeffser.Alpaca.metainfo.xml.in:430
msgid "Added interrupt button"
msgstr "বাধা দেওয়ার বোতাম যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:298
+#: data/com.jeffser.Alpaca.metainfo.xml.in:431
msgid "Added basic shortcuts"
msgstr "মৌলিক শর্টকাট যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:299
+#: data/com.jeffser.Alpaca.metainfo.xml.in:432
msgid "Better translation support"
msgstr "ভালো অনুবাদ সমর্থন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:300
+#: data/com.jeffser.Alpaca.metainfo.xml.in:433
msgid ""
"User can now leave chat name empty when creating a new one, it will add a "
"placeholder name"
@@ -495,124 +802,124 @@ msgstr ""
"নতুন একটি তৈরি করার সময় ব্যবহারকারী এখন চ্যাট নাম খালি রাখতে পারে, এটি একটি "
"স্থানধারক নাম যোগ করবে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:301
+#: data/com.jeffser.Alpaca.metainfo.xml.in:434
msgid "Better scalling for different window sizes"
msgstr "বিভিন্ন উইন্ডো আকারের জন্য ভালো স্কেলিং"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:302
+#: data/com.jeffser.Alpaca.metainfo.xml.in:435
msgid "Fixed: Can't close app if first time setup fails"
msgstr "সংশোধন: প্রথম সেটআপ ব্যর্থ হলে অ্যাপ বন্ধ করতে পারবেন না"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:312
+#: data/com.jeffser.Alpaca.metainfo.xml.in:445
msgid "Really Big Update"
msgstr "খুব বড় আপডেট"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:314
+#: data/com.jeffser.Alpaca.metainfo.xml.in:447
msgid "Added multiple chats support!"
msgstr "একাধিক চ্যাট সমর্থন যোগ করা হয়েছে!"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:315
+#: data/com.jeffser.Alpaca.metainfo.xml.in:448
msgid "Added Pango Markup support (bold, list, title, subtitle, monospace)"
msgstr ""
"বোল্ড, তালিকা, শিরোনাম, উপশিরোনাম, মনোস্পেস সহ Pango Markup সমর্থন যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:316
+#: data/com.jeffser.Alpaca.metainfo.xml.in:449
msgid "Added autoscroll if the user is at the bottom of the chat"
msgstr "চ্যাটের নিচে ব্যবহারকারী থাকলে স্বয়ংক্রিয় স্ক্রোল যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:317
+#: data/com.jeffser.Alpaca.metainfo.xml.in:450
msgid "Added support for multiple tags on a single model"
msgstr "একক মডেলে একাধিক ট্যাগের জন্য সমর্থন যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:318
+#: data/com.jeffser.Alpaca.metainfo.xml.in:451
msgid "Added better model management dialog"
msgstr "ভালো মডেল ব্যবস্থাপনা ডায়ালগ যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:319
+#: data/com.jeffser.Alpaca.metainfo.xml.in:452
msgid "Added loading spinner when sending message"
msgstr "বার্তা পাঠানোর সময় লোডিং স্পিনার যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:320
+#: data/com.jeffser.Alpaca.metainfo.xml.in:453
msgid "Added notifications if app is not active and a model pull finishes"
msgstr "অ্যাপ সক্রিয় না থাকলে এবং মডেল পুল সমাপ্ত হলে নোটিফিকেশন যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:321
+#: data/com.jeffser.Alpaca.metainfo.xml.in:454
msgid "Added new symbolic icon"
msgstr "নতুন প্রতীকী আইকন যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:322
+#: data/com.jeffser.Alpaca.metainfo.xml.in:455
msgid "Added frame to message textview widget"
msgstr "বার্তা টেক্সটভিউ উইজেটে ফ্রেম যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:323
+#: data/com.jeffser.Alpaca.metainfo.xml.in:456
msgid "Fixed \"code blocks shouldn't be editable\""
msgstr "\"কোড ব্লকগুলি সম্পাদনা করা উচিত নয়\" সংশোধন করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:335
+#: data/com.jeffser.Alpaca.metainfo.xml.in:468
msgid "Added code highlighting"
msgstr "কোড হাইলাইটিং যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:336
+#: data/com.jeffser.Alpaca.metainfo.xml.in:469
msgid "Added image recognition (llava model)"
msgstr "চিত্র স্বীকৃতি (ল্লাভা মডেল) যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:337
+#: data/com.jeffser.Alpaca.metainfo.xml.in:470
msgid "Added multiline prompt"
msgstr "বহুলাইন প্রম্পট যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:338
+#: data/com.jeffser.Alpaca.metainfo.xml.in:471
msgid "Fixed some small bugs"
msgstr "কিছু ছোট বাগ সংশোধন করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:339
+#: data/com.jeffser.Alpaca.metainfo.xml.in:472
msgid "General optimization"
msgstr "সাধারণ অপ্টিমাইজেশন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:349
+#: data/com.jeffser.Alpaca.metainfo.xml.in:482
msgid "Fixes and features"
msgstr "সংশোধন এবং বৈশিষ্ট্য"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:351
+#: data/com.jeffser.Alpaca.metainfo.xml.in:484
msgid "Russian translation (thanks github/alexkdeveloper)"
msgstr "রাশিয়ান অনুবাদ (ধন্যবাদ github/alexkdeveloper)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:352
+#: data/com.jeffser.Alpaca.metainfo.xml.in:485
msgid "Fixed: Cannot close app on first setup"
msgstr "সংশোধন: প্রথম সেটআপে অ্যাপ বন্ধ করতে পারবেন না"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:353
+#: data/com.jeffser.Alpaca.metainfo.xml.in:486
msgid "Fixed: Brand colors for Flathub"
msgstr "ফ্ল্যাথাবের জন্য ব্র্যান্ড রঙ সংশোধন করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:354
+#: data/com.jeffser.Alpaca.metainfo.xml.in:487
msgid "Fixed: App description"
msgstr "অ্যাপ বর্ণনা সংশোধন করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:355
+#: data/com.jeffser.Alpaca.metainfo.xml.in:488
msgid "Fixed: Only show 'save changes dialog' when you actually change the url"
msgstr "শুধুমাত্র আপনি আসলে ইউআরএল পরিবর্তন করলে 'পরিবর্তন সংরক্ষণ ডায়ালগ' দেখান"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:365
+#: data/com.jeffser.Alpaca.metainfo.xml.in:498
msgid "0.2.2 Bug fixes"
msgstr "0.2.2 বাগ সংশোধন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:367
+#: data/com.jeffser.Alpaca.metainfo.xml.in:500
msgid "Toast messages appearing behind dialogs"
msgstr "ডায়ালগসের পিছনে টোস্ট বার্তা আসছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:368
+#: data/com.jeffser.Alpaca.metainfo.xml.in:501
msgid "Local model list not updating when changing servers"
msgstr "সার্ভার পরিবর্তন করার সময় স্থানীয় মডেল তালিকা আপডেট হচ্ছে না"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:369
+#: data/com.jeffser.Alpaca.metainfo.xml.in:502
msgid "Closing the setup dialog closes the whole app"
msgstr "সেটআপ ডায়ালগ বন্ধ করলে সমগ্র অ্যাপ বন্ধ হয়ে যায়"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:379
+#: data/com.jeffser.Alpaca.metainfo.xml.in:512
msgid "0.2.1 Data saving fix"
msgstr "0.2.1 ডেটা সংরক্ষণ সংশোধন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:380
+#: data/com.jeffser.Alpaca.metainfo.xml.in:513
msgid ""
"The app didn't save the config files and chat history to the right "
"directory, this is now fixed"
@@ -620,53 +927,53 @@ msgstr ""
"অ্যাপটি কনফিগার ফাইল এবং চ্যাট ইতিহাস ডানদিকে সংরক্ষণ করেনিডিরেক্টরি, এটা এখন "
"ঠিক করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:389
+#: data/com.jeffser.Alpaca.metainfo.xml.in:522
msgid "0.2.0"
msgstr "0.2.0"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:391
+#: data/com.jeffser.Alpaca.metainfo.xml.in:524
msgid "New Features"
msgstr "নতুন বৈশিষ্ট্য"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:393
+#: data/com.jeffser.Alpaca.metainfo.xml.in:526
msgid "Restore chat after closing the app"
msgstr "অ্যাপ বন্ধ করার পর চ্যাট পুনরুদ্ধার"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:394
+#: data/com.jeffser.Alpaca.metainfo.xml.in:527
msgid "A button to clear the chat"
msgstr "চ্যাট পরিষ্কার করার জন্য একটি বোতাম"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:395
+#: data/com.jeffser.Alpaca.metainfo.xml.in:528
msgid "Fixed multiple bugs involving how messages are shown"
msgstr "বার্তা দেখানোর সময় বহু বাগ সংশোধন করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:396
+#: data/com.jeffser.Alpaca.metainfo.xml.in:529
msgid "Added welcome dialog"
msgstr "স্বাগত ডায়ালগ যোগ করা হয়েছে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:397
+#: data/com.jeffser.Alpaca.metainfo.xml.in:530
msgid "More stability"
msgstr "আরও স্থিতিশীলতা"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:407
+#: data/com.jeffser.Alpaca.metainfo.xml.in:540
msgid "0.1.2 Quick fixes"
msgstr "0.1.2 দ্রুত সংশোধন"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:408
+#: data/com.jeffser.Alpaca.metainfo.xml.in:541
msgid ""
"This release fixes some metadata needed to have a proper Flatpak application"
msgstr ""
"এই রিলিজ একটি সঠিক ফ্ল্যাটপ্যাক অ্যাপ্লিকেশন থাকার জন্য কিছু মেটাডেটা সংশোধন করে"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:414
+#: data/com.jeffser.Alpaca.metainfo.xml.in:547
msgid "0.1.1 Stable Release"
msgstr "0.1.1 স্থিতিশীল রিলিজ"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:415
+#: data/com.jeffser.Alpaca.metainfo.xml.in:548
msgid "This is the first public version of Alpaca"
msgstr "এটি আলপাকার প্রথম পাবলিক সংস্করণ"
-#: src/window.py:62 src/window.py:1100 src/window.py:1166 src/dialogs.py:84
+#: src/window.py:61 src/window.py:1131 src/window.py:1197 src/dialogs.py:84
#: src/window.ui:43
msgid "New Chat"
msgstr "নতুন চ্যাট"
@@ -687,119 +994,142 @@ msgstr "বন্ধ"
msgid "Next"
msgstr "পরবর্তী"
-#: src/window.py:299 src/window.py:310
+#: src/window.py:302 src/window.py:313
msgid "Failed to connect to server"
msgstr "সার্ভারে সংযোগ ব্যর্থ"
-#: src/window.py:317
+#: src/window.py:320
msgid "Pulling in the background..."
msgstr "পটভূমিতে ডাউনলোড হচ্ছে..."
-#: src/window.py:369
+#: src/window.py:372
msgid "Stop Creating '{}'"
msgstr "'{}' তৈরি করা বন্ধ করুন"
-#: src/window.py:406
+#: src/window.py:409
msgid "image"
msgstr "ছবি"
-#: src/window.py:478
+#: src/window.py:481
msgid "Message copied to the clipboard"
msgstr "ক্লিপবোর্ডে কপি করা হয়েছে"
-#: src/window.py:603
+#: src/window.py:607
msgid "Remove Message"
msgstr "বার্তা অপসারণ"
-#: src/window.py:608 src/window.py:876
+#: src/window.py:612 src/window.py:904
msgid "Copy Message"
msgstr "বার্তা কপি করুন"
-#: src/window.py:613
+#: src/window.py:617
msgid "Edit Message"
msgstr "বার্তা সম্পাদনা করুন"
-#: src/window.py:666
+#: src/window.py:670
msgid "Missing Image"
msgstr "ছবি খুঁজে পাওয়া যায়নি"
-#: src/window.py:682 src/window.py:684
+#: src/window.py:686 src/window.py:688
msgid "Missing image"
msgstr "ছবি খুঁজে পাওয়া যায়নি"
-#: src/window.py:764
+#: src/window.py:768
msgid "Remove '{} ({})'"
msgstr "অপসারণ করুন '{} ({})'"
-#: src/window.py:904
+#: src/window.py:903
+msgid "Code Block"
+msgstr ""
+
+#: src/window.py:935
msgid "Code copied to the clipboard"
msgstr "ক্লিপবোর্ডে কোড কপি করা হয়েছে"
-#: src/window.py:985
+#: src/window.py:1016
msgid "Task Complete"
msgstr "কাজ সম্পন্ন"
-#: src/window.py:985 src/window.py:986
+#: src/window.py:1016 src/window.py:1017
msgid "Model '{}' pulled successfully."
msgstr "মডেল '{}' সফলভাবে পুল করা হয়েছে"
-#: src/window.py:990
+#: src/window.py:1021
msgid "Pull Model Error"
msgstr "মডেল পুল ত্রুটি"
-#: src/window.py:990
+#: src/window.py:1021
msgid "Failed to pull model '{}' due to network error."
msgstr "নেটওয়ার্ক ত্রুটির কারণে মডেল '{}' পুল করা সম্ভব হয়নি"
-#: src/window.py:1022
+#: src/window.py:1053
msgid "Stop Pulling '{} ({})'"
msgstr "পুল করা বন্ধ করুন '{} ({})'"
-#: src/window.py:1065
+#: src/window.py:1096
msgid "Image Recognition"
msgstr "ছবি সনাক্তকরণ"
-#: src/window.py:1182
+#: src/window.py:1213
msgid "Model deleted successfully"
msgstr "মডেল সফলভাবে মুছে ফেলা হয়েছে"
-#: src/window.py:1260
+#: src/window.py:1292
msgid "There was an error with the local Ollama instance, so it has been reset"
msgstr "স্থানীয় Ollama ইনস্ট্যান্সে একটি ত্রুটি ছিল, তাই এটি রিসেট করা হয়েছে"
-#: src/window.py:1280
+#: src/window.py:1312
msgid "Chat exported successfully"
msgstr "চ্যাট সফলভাবে রপ্তানি করা হয়েছে"
-#: src/window.py:1349
+#: src/window.py:1381
msgid "Chat imported successfully"
msgstr "চ্যাট সফলভাবে আমদানি করা হয়েছে"
-#: src/window.py:1382
+#: src/window.py:1414
msgid "Cannot open image"
msgstr "ছবি খোলা যায়নি"
-#: src/window.py:1464
+#: src/window.py:1496
msgid "This video is not available"
msgstr "এই ভিডিওটি উপলব্ধ নয়"
-#: src/window.py:1482 src/dialogs.py:264
+#: src/window.py:1514 src/dialogs.py:276
msgid "Image recognition is only available on specific models"
msgstr "নির্দিষ্ট মডেলগুলিতে ছবি সনাক্তকরণ উপলব্ধ"
#: src/available_models_descriptions.py:2
+msgid ""
+"Llama 3.1 is a new state-of-the-art model from Meta available in 8B, 70B and "
+"405B parameter sizes."
+msgstr ""
+"ল্লামা 3.1 হল মেটা থেকে নতুন স্টেট-অফ-দ্য-আর্ট মডেল, 8B, 70B এবং 405B প্যারামিটার আকারে উপলব্ধ।"
+
+#: src/available_models_descriptions.py:3
msgid "Google Gemma 2 is now available in 2 sizes, 9B and 27B."
msgstr "গুগল Gemma 2 এখন 2 আকারে উপলব্ধ, 9B এবং 27B."
-#: src/available_models_descriptions.py:3
-msgid "Meta Llama 3: The most capable openly available LLM to date"
-msgstr "মেটা Llama 3: এখন পর্যন্ত সবচেয়ে ক্ষমতাসম্পন্ন উন্মুক্তভাবে উপলব্ধ LLM"
-
#: src/available_models_descriptions.py:4
+msgid ""
+"A state-of-the-art 12B model with 128k context length, built by Mistral AI "
+"in collaboration with NVIDIA."
+msgstr ""
+"একটি স্টেট-অফ-দ্য-আর্ট 12B মডেল, 128k কনটেক্সট দৈর্ঘ্য, মিস্ট্রাল এআই এবং এনভিডিয়ার সহযোগিতায় নির্মিত।"
+
+#: src/available_models_descriptions.py:5
+msgid ""
+"Mistral Large 2 is Mistral's new flagship model that is significantly more "
+"capable in code generation, mathematics, and reasoning with 128k context "
+"window and support for dozens of languages."
+msgstr ""
+"মিস্ট্রাল লার্জ 2 হল মিস্ট্রালের নতুন ফ্ল্যাগশিপ মডেল, যা কোড জেনারেশন, গণিত এবং যুক্তির ক্ষেত্রে "
+"উল্লেখযোগ্যভাবে আরও ক্ষমতাসম্পন্ন, 128k কনটেক্সট উইন্ডো এবং ডজনখানি ভাষার সমর্থন সহ।"
+
+#: src/available_models_descriptions.py:6
msgid "Qwen2 is a new series of large language models from Alibaba group"
msgstr "Qwen2 হল আলিবাবা গ্রুপের থেকে বড় ভাষা মডেলের নতুন সিরিজ"
-#: src/available_models_descriptions.py:5
+#: src/available_models_descriptions.py:7
msgid ""
"An open-source Mixture-of-Experts code language model that achieves "
"performance comparable to GPT4-Turbo in code-specific tasks."
@@ -807,7 +1137,7 @@ msgstr ""
"কোড-স্পেসিফিক টাস্কগুলিতে GPT4-Turbo এর সাথে তুলনীয় পারফরম্যান্স অর্জন করে একটি "
"উন্মুক্ত-সোর্স মিক্সচার-অফ-এক্সপার্টস কোড ভাষা মডেল"
-#: src/available_models_descriptions.py:6
+#: src/available_models_descriptions.py:8
msgid ""
"Phi-3 is a family of lightweight 3B (Mini) and 14B (Medium) state-of-the-art "
"open models by Microsoft."
@@ -815,19 +1145,11 @@ msgstr ""
"মাইক্রোসফট দ্বারা উন্মুক্ত মডেলের একটি পরিবার Phi-3, 3B (মিনি) এবং 14B (মিডিয়াম) "
"হালকা স্টেট-অফ-দ্য-আর্ট উন্মুক্ত মডেল মাইক্রোসফট দ্বারা"
-#: src/available_models_descriptions.py:7
-msgid ""
-"Aya 23, released by Cohere, is a new family of state-of-the-art, "
-"multilingual models that support 23 languages."
-msgstr ""
-"কোহের দ্বারা প্রকাশিত Aya 23, একটি নতুন পরিবার স্টেট-অফ-দ্য-আর্ট, বহুভাষিক মডেল যা "
-"23 টি ভাষাকে সমর্থন করে"
-
-#: src/available_models_descriptions.py:8
+#: src/available_models_descriptions.py:9
msgid "The 7B model released by Mistral AI, updated to version 0.3."
msgstr "মিস্ট্রাল AI দ্বারা প্রকাশিত 7B মডেল, 0.3 সংস্করণে আপডেট করা হয়েছে।"
-#: src/available_models_descriptions.py:9
+#: src/available_models_descriptions.py:10
msgid ""
"A set of Mixture of Experts (MoE) model with open weights by Mistral AI in "
"8x7b and 8x22b parameter sizes."
@@ -835,7 +1157,7 @@ msgstr ""
"মিস্ট্রাল AI দ্বারা 8x7b এবং 8x22b প্যারামিটার সাইজে উন্মুক্ত ওজনসহ এক্সপার্টসের "
"মিক্সচার (MoE) মডেলের একটি সেট"
-#: src/available_models_descriptions.py:10
+#: src/available_models_descriptions.py:11
msgid ""
"CodeGemma is a collection of powerful, lightweight models that can perform a "
"variety of coding tasks like fill-in-the-middle code completion, code "
@@ -846,7 +1168,7 @@ msgstr ""
"প্রাকৃতিক ভাষা বোঝাপড়া, গাণিতিক যুক্তি এবং নির্দেশনা অনুসরণের মতো বিভিন্ন কোডিং কাজ "
"করতে পারে।"
-#: src/available_models_descriptions.py:11
+#: src/available_models_descriptions.py:12
msgid ""
"Command R is a Large Language Model optimized for conversational interaction "
"and long context tasks."
@@ -854,7 +1176,7 @@ msgstr ""
"কমান্ড R হল একটি বৃহৎ ভাষা মডেল যা কথোপকথন ইন্টারঅ্যাকশন এবং দীর্ঘ প্রসঙ্গ কাজের "
"জন্য অপ্টিমাইজ করা হয়েছে।"
-#: src/available_models_descriptions.py:12
+#: src/available_models_descriptions.py:13
msgid ""
"Command R+ is a powerful, scalable large language model purpose-built to "
"excel at real-world enterprise use cases."
@@ -862,7 +1184,7 @@ msgstr ""
"কমান্ড R+ হল একটি শক্তিশালী, স্কেলেবল বৃহৎ ভাষা মডেল যা বাস্তব বিশ্বের উদ্যোগ "
"ব্যবহার ক্ষেত্রে উৎকর্ষ করার জন্য তৈরি করা হয়েছে।"
-#: src/available_models_descriptions.py:13
+#: src/available_models_descriptions.py:14
msgid ""
"🌋 LLaVA is a novel end-to-end trained large multimodal model that combines "
"a vision encoder and Vicuna for general-purpose visual and language "
@@ -872,7 +1194,11 @@ msgstr ""
"ও ভাষা বোঝাপড়ার জন্য একটি দৃশ্য এনকোডার এবং Vicuna কে সংযুক্ত করে। ১.৬ সংস্করণে "
"আপডেট করা হয়েছে।"
-#: src/available_models_descriptions.py:14
+#: src/available_models_descriptions.py:15
+msgid "Meta Llama 3: The most capable openly available LLM to date"
+msgstr "মেটা Llama 3: এখন পর্যন্ত সবচেয়ে ক্ষমতাসম্পন্ন উন্মুক্তভাবে উপলব্ধ LLM"
+
+#: src/available_models_descriptions.py:16
msgid ""
"Gemma is a family of lightweight, state-of-the-art open models built by "
"Google DeepMind. Updated to version 1.1"
@@ -880,7 +1206,7 @@ msgstr ""
"জেমা হল গুগল ডিপমাইন্ড দ্বারা নির্মিত হালকা, স্টেট-অফ-দি-আর্ট ওপেন মডেলের একটি "
"পরিবার। সংস্করণ ১.১ এ আপডেট করা হয়েছে।"
-#: src/available_models_descriptions.py:15
+#: src/available_models_descriptions.py:17
msgid ""
"Qwen 1.5 is a series of large language models by Alibaba Cloud spanning from "
"0.5B to 110B parameters"
@@ -888,7 +1214,7 @@ msgstr ""
"কুয়েন ১.৫ হল আলিবাবা ক্লাউড দ্বারা নির্মিত বড় ভাষা মডেলের একটি সিরিজ, ০.৫বি থেকে "
"১১০বি প্যারামিটার পর্যন্ত বিস্তৃত।"
-#: src/available_models_descriptions.py:16
+#: src/available_models_descriptions.py:18
msgid ""
"Llama 2 is a collection of foundation language models ranging from 7B to 70B "
"parameters."
@@ -896,7 +1222,7 @@ msgstr ""
"ল্লামা ২ হল ৭বি থেকে ৭০বি প্যারামিটার পর্যন্ত বিস্তৃত ফাউন্ডেশন ভাষা মডেলের একটি "
"সংগ্রহ।"
-#: src/available_models_descriptions.py:17
+#: src/available_models_descriptions.py:19
msgid ""
"A large language model that can use text prompts to generate and discuss "
"code."
@@ -904,7 +1230,7 @@ msgstr ""
"একটি বড় ভাষা মডেল যা টেক্সট প্রম্পটগুলি ব্যবহার করে কোড জেনারেট এবং আলোচনা করতে "
"পারে।"
-#: src/available_models_descriptions.py:18
+#: src/available_models_descriptions.py:20
msgid ""
"Uncensored, 8x7b and 8x22b fine-tuned models based on the Mixtral mixture of "
"experts models that excels at coding tasks. Created by Eric Hartford."
@@ -912,24 +1238,16 @@ msgstr ""
"অনসেন্সর্ড, ৮x৭b এবং ৮x২২b ফাইন-টিউনড মডেলগুলি মিক্সট্রাল বিশেষজ্ঞ মডেলগুলির উপর "
"ভিত্তি করে যা কোডিং টাস্কগুলিতে উত্তম। এরিক হার্টফোর্ড দ্বারা তৈরি।"
-#: src/available_models_descriptions.py:19
-msgid "Uncensored Llama 2 model by George Sung and Jarrad Hope."
-msgstr "জর্জ সাং এবং জ্যারাড হোপ দ্বারা অনসেন্সর্ড ল্লামা ২ মডেল।"
-
-#: src/available_models_descriptions.py:20
-msgid ""
-"DeepSeek Coder is a capable coding model trained on two trillion code and "
-"natural language tokens."
-msgstr ""
-"ডিপসীক কোডার হল দুই ট্রিলিয়ন কোড এবং প্রাকৃতিক ভাষা টোকেনগুলির উপর প্রশিক্ষিত একটি "
-"সক্ষম কোডিং মডেল।"
-
#: src/available_models_descriptions.py:21
msgid ""
"A high-performing open embedding model with a large token context window."
msgstr "একটি উচ্চ-পারফর্মিং ওপেন এম্বেডিং মডেল বড় টোকেন কন্টেক্সট উইন্ডো সহ।"
#: src/available_models_descriptions.py:22
+msgid "Uncensored Llama 2 model by George Sung and Jarrad Hope."
+msgstr "জর্জ সাং এবং জ্যারাড হোপ দ্বারা অনসেন্সর্ড ল্লামা ২ মডেল।"
+
+#: src/available_models_descriptions.py:23
msgid ""
"Phi-2: a 2.7B language model by Microsoft Research that demonstrates "
"outstanding reasoning and language understanding capabilities."
@@ -937,7 +1255,15 @@ msgstr ""
"ফাই-২: মাইক্রোসফট রিসার্চ দ্বারা একটি ২.৭বি ভাষা মডেল যা অসাধারণ যুক্তি এবং ভাষা "
"বোঝার ক্ষমতা প্রদর্শন করে।"
-#: src/available_models_descriptions.py:23
+#: src/available_models_descriptions.py:24
+msgid ""
+"DeepSeek Coder is a capable coding model trained on two trillion code and "
+"natural language tokens."
+msgstr ""
+"ডিপসীক কোডার হল দুই ট্রিলিয়ন কোড এবং প্রাকৃতিক ভাষা টোকেনগুলির উপর প্রশিক্ষিত একটি "
+"সক্ষম কোডিং মডেল।"
+
+#: src/available_models_descriptions.py:25
msgid ""
"The uncensored Dolphin model based on Mistral that excels at coding tasks. "
"Updated to version 2.8."
@@ -945,15 +1271,7 @@ msgstr ""
"মিস্ট্রাল ভিত্তিক অনসেন্সর্ড ডলফিন মডেল যা কোডিং কাজে সমৃদ্ধ। 2.8 সংস্করণে আপডেট করা "
"হয়েছে"
-#: src/available_models_descriptions.py:24
-msgid ""
-"Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the "
-"Mistral 7B model using the OpenOrca dataset."
-msgstr ""
-"মিস্ট্রাল ওপেনঅরকা হল 7 বিলিয়ন প্যারামিটার মডেল, মিস্ট্রাল 7B মডেলের উপরে "
-"ওপেনঅরকা ডেটাসেট ব্যবহার করে সূক্ষ্ম-টিউন করা হয়েছে"
-
-#: src/available_models_descriptions.py:25
+#: src/available_models_descriptions.py:26
msgid ""
"A general-purpose model ranging from 3 billion parameters to 70 billion, "
"suitable for entry-level hardware."
@@ -961,10 +1279,6 @@ msgstr ""
"এন্ট্রি-লেভেল হার্ডওয়্যারের জন্য উপযুক্ত 3 বিলিয়ন থেকে 70 বিলিয়ন প্যারামিটার পর্যন্ত "
"সাধারণ-উদ্দেশ্য মডেল"
-#: src/available_models_descriptions.py:26
-msgid "State-of-the-art large embedding model from mixedbread.ai"
-msgstr "মিক্সডব্রেড.এআই থেকে সর্বাধুনিক বড় এম্বেডিং মডেল"
-
#: src/available_models_descriptions.py:27
msgid ""
"Dolphin 2.9 is a new model with 8B and 70B sizes by Eric Hartford based on "
@@ -974,6 +1288,10 @@ msgstr ""
"নতুন মডেল যা নির্দেশনা, কনভার্সেশনাল এবং কোডিং দক্ষতার বিভিন্ন রকম আছে"
#: src/available_models_descriptions.py:28
+msgid "State-of-the-art large embedding model from mixedbread.ai"
+msgstr "মিক্সডব্রেড.এআই থেকে সর্বাধুনিক বড় এম্বেডিং মডেল"
+
+#: src/available_models_descriptions.py:29
msgid ""
"StarCoder2 is the next generation of transparently trained open code LLMs "
"that comes in three sizes: 3B, 7B and 15B parameters."
@@ -981,18 +1299,13 @@ msgstr ""
"স্টারকোডার2 হল স্বচ্ছভাবে প্রশিক্ষিত ওপেন কোড LLMs এর পরবর্তী প্রজন্ম যা 3B, 7B এবং "
"15B প্যারামিটারের তিনটি আকারে আসে"
-#: src/available_models_descriptions.py:29
-msgid "Llama 2 based model fine tuned to improve Chinese dialogue ability."
-msgstr ""
-"ল্লামা 2 ভিত্তিক মডেল চীনা ডায়ালগ দক্ষতা উন্নত করার জন্য সূক্ষ্ম-টিউন করা হয়েছে"
-
#: src/available_models_descriptions.py:30
msgid ""
-"Zephyr is a series of fine-tuned versions of the Mistral and Mixtral models "
-"that are trained to act as helpful assistants."
+"Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the "
+"Mistral 7B model using the OpenOrca dataset."
msgstr ""
-"জেফির হল মিস্ট্রাল এবং মিক্সট্রাল মডেলের সূক্ষ্ম-টিউন সংস্করণের একটি সিরিজ যা সহায়ক "
-"সহকারী হিসাবে কাজ করার জন্য প্রশিক্ষিত"
+"মিস্ট্রাল ওপেনঅরকা হল 7 বিলিয়ন প্যারামিটার মডেল, মিস্ট্রাল 7B মডেলের উপরে "
+"ওপেনঅরকা ডেটাসেট ব্যবহার করে সূক্ষ্ম-টিউন করা হয়েছে"
#: src/available_models_descriptions.py:31
msgid "Yi 1.5 is a high-performing, bilingual language model."
@@ -1000,13 +1313,26 @@ msgstr "ইয়ি 1.5 হল একটি উচ্চ-পারফর্ম
#: src/available_models_descriptions.py:32
msgid ""
-"The powerful family of models by Nous Research that excels at scientific "
-"discussion and coding tasks."
+"Zephyr is a series of fine-tuned versions of the Mistral and Mixtral models "
+"that are trained to act as helpful assistants."
msgstr ""
-"নাউস রিসার্চ কর্তৃক পরিবারের শক্তিশালী মডেল যা বৈজ্ঞানিক আলোচনা এবং কোডিং কাজে "
-"সমৃদ্ধ"
+"জেফির হল মিস্ট্রাল এবং মিক্সট্রাল মডেলের সূক্ষ্ম-টিউন সংস্করণের একটি সিরিজ যা সহায়ক "
+"সহকারী হিসাবে কাজ করার জন্য প্রশিক্ষিত"
#: src/available_models_descriptions.py:33
+msgid "Llama 2 based model fine tuned to improve Chinese dialogue ability."
+msgstr ""
+"ল্লামা 2 ভিত্তিক মডেল চীনা ডায়ালগ দক্ষতা উন্নত করার জন্য সূক্ষ্ম-টিউন করা হয়েছে"
+
+#: src/available_models_descriptions.py:34
+msgid ""
+"A LLaVA model fine-tuned from Llama 3 Instruct with better scores in several "
+"benchmarks."
+msgstr ""
+"এল্লামা ৩ ইন্সট্রাক্ট থেকে ফাইন-টিউনড এলএলভিএ মডেল, বেশ কয়েকটি বেঞ্চমার্কে উন্নত "
+"স্কোর সহ।"
+
+#: src/available_models_descriptions.py:35
msgid ""
"General use chat model based on Llama and Llama 2 with 2K to 16K context "
"sizes."
@@ -1014,15 +1340,15 @@ msgstr ""
"ল্লামা এবং ল্লামা 2 এর উপর ভিত্তি করে 2K থেকে 16K প্রসঙ্গ আকারের সাথে সাধারণ "
"ব্যবহার চ্যাট মডেল"
-#: src/available_models_descriptions.py:34
+#: src/available_models_descriptions.py:36
msgid ""
-"Wizard Vicuna Uncensored is a 7B, 13B, and 30B parameter model based on "
-"Llama 2 uncensored by Eric Hartford."
+"The powerful family of models by Nous Research that excels at scientific "
+"discussion and coding tasks."
msgstr ""
-"উইজার্ড ভিকুনা আনসেন্সর্ড হল এরিক হার্টফোর্ড দ্বারা ল্লামা ২ আনসেন্সর্ড ভিত্তিক ৭বি, "
-"১৩বি এবং ৩০বি প্যারামিটার মডেল।"
+"নাউস রিসার্চ কর্তৃক পরিবারের শক্তিশালী মডেল যা বৈজ্ঞানিক আলোচনা এবং কোডিং কাজে "
+"সমৃদ্ধ"
-#: src/available_models_descriptions.py:35
+#: src/available_models_descriptions.py:37
msgid ""
"The TinyLlama project is an open endeavor to train a compact 1.1B Llama "
"model on 3 trillion tokens."
@@ -1030,28 +1356,36 @@ msgstr ""
"টাইনি লামা প্রকল্প হল 3 ট্রিলিয়ন টোকেনে একটি কম্প্যাক্ট 1.1B লামা মডেল প্রশিক্ষণের "
"একটি উন্মুক্ত উদ্যোগ।"
-#: src/available_models_descriptions.py:36
-msgid ""
-"State of the art large language model from Microsoft AI with improved "
-"performance on complex chat, multilingual, reasoning and agent use cases."
-msgstr ""
-"মাইক্রোসফট এআই থেকে জটিল চ্যাট, বহুভাষিক, যুক্তি এবং এজেন্ট ব্যবহারের ক্ষেত্রে উন্নত "
-"পারফরম্যান্সসহ সর্বাধুনিক বড় ভাষা মডেল।"
-
-#: src/available_models_descriptions.py:37
-msgid ""
-"StarCoder is a code generation model trained on 80+ programming languages."
-msgstr "স্টারকোডার হল ৮০+ প্রোগ্রামিং ভাষায় প্রশিক্ষিত একটি কোড জেনারেশন মডেল।"
-
#: src/available_models_descriptions.py:38
msgid ""
+"Wizard Vicuna Uncensored is a 7B, 13B, and 30B parameter model based on "
+"Llama 2 uncensored by Eric Hartford."
+msgstr ""
+"উইজার্ড ভিকুনা আনসেন্সর্ড হল এরিক হার্টফোর্ড দ্বারা ল্লামা ২ আনসেন্সর্ড ভিত্তিক ৭বি, "
+"১৩বি এবং ৩০বি প্যারামিটার মডেল।"
+
+#: src/available_models_descriptions.py:39
+msgid ""
"Codestral is Mistral AI’s first-ever code model designed for code generation "
"tasks."
msgstr ""
"কোডেস্ট্রাল হল মিস্ট্রাল এআই-এর প্রথম কোড মডেল যা কোড জেনারেশন টাস্কগুলির জন্য "
"ডিজাইন করা হয়েছে।"
-#: src/available_models_descriptions.py:39
+#: src/available_models_descriptions.py:40
+msgid ""
+"StarCoder is a code generation model trained on 80+ programming languages."
+msgstr "স্টারকোডার হল ৮০+ প্রোগ্রামিং ভাষায় প্রশিক্ষিত একটি কোড জেনারেশন মডেল।"
+
+#: src/available_models_descriptions.py:41
+msgid ""
+"State of the art large language model from Microsoft AI with improved "
+"performance on complex chat, multilingual, reasoning and agent use cases."
+msgstr ""
+"মাইক্রোসফট এআই থেকে জটিল চ্যাট, বহুভাষিক, যুক্তি এবং এজেন্ট ব্যবহারের ক্ষেত্রে উন্নত "
+"পারফরম্যান্সসহ সর্বাধুনিক বড় ভাষা মডেল।"
+
+#: src/available_models_descriptions.py:42
msgid ""
"A family of open-source models trained on a wide variety of data, surpassing "
"ChatGPT on various benchmarks. Updated to version 3.5-0106."
@@ -1059,7 +1393,15 @@ msgstr ""
"একটি ওপেন-সোর্স মডেল পরিবার যা বিস্তৃত তথ্যের উপর প্রশিক্ষিত, বিভিন্ন বেঞ্চমার্কে "
"চ্যাটজিপিটিকে ছাড়িয়ে গেছে। সংস্করণ ৩.৫-০১০৬ এ আপডেট করা হয়েছে।"
-#: src/available_models_descriptions.py:40
+#: src/available_models_descriptions.py:43
+msgid ""
+"Aya 23, released by Cohere, is a new family of state-of-the-art, "
+"multilingual models that support 23 languages."
+msgstr ""
+"কোহের দ্বারা প্রকাশিত Aya 23, একটি নতুন পরিবার স্টেট-অফ-দ্য-আর্ট, বহুভাষিক মডেল যা "
+"23 টি ভাষাকে সমর্থন করে"
+
+#: src/available_models_descriptions.py:44
msgid ""
"An experimental 1.1B parameter model trained on the new Dolphin 2.8 dataset "
"by Eric Hartford and based on TinyLlama."
@@ -1067,7 +1409,7 @@ msgstr ""
"এরিক হার্টফোর্ড দ্বারা নতুন ডলফিন ২.৮ ডেটাসেটের উপর প্রশিক্ষিত একটি পরীক্ষামূলক "
"১.১বি প্যারামিটার মডেল, যা টিনিল্লামা ভিত্তিক।"
-#: src/available_models_descriptions.py:41
+#: src/available_models_descriptions.py:45
msgid ""
"OpenHermes 2.5 is a 7B model fine-tuned by Teknium on Mistral with fully "
"open datasets."
@@ -1075,11 +1417,11 @@ msgstr ""
"ওপেনহার্মিস ২.৫ হল টেকনিউম দ্বারা মিস্ট্রালের উপর ফুলি ওপেন ডেটাসেটসহ ৭বি মডেল যা "
"ফাইন-টিউনড করা হয়েছে।"
-#: src/available_models_descriptions.py:42
+#: src/available_models_descriptions.py:46
msgid "State-of-the-art code generation model"
msgstr "সর্বাধুনিক কোড জেনারেশন মডেল"
-#: src/available_models_descriptions.py:43
+#: src/available_models_descriptions.py:47
msgid ""
"Stable Code 3B is a coding model with instruct and code completion variants "
"on par with models such as Code Llama 7B that are 2.5x larger."
@@ -1087,7 +1429,17 @@ msgstr ""
"স্টেবল কোড ৩বি হল একটি কোডিং মডেল যা ইন্সট্রাক্ট এবং কোড সম্পূর্ণ ভ্যারিয়েন্টসহ, যা "
"কোড ল্লামা ৭বির মতো মডেলগুলির সমান যা ২.৫গুণ বড়।"
-#: src/available_models_descriptions.py:44
+#: src/available_models_descriptions.py:48
+msgid ""
+"CodeQwen1.5 is a large language model pretrained on a large amount of code "
+"data."
+msgstr "কোডকুইন ১.৫ হল একটি বড় ভাষা মডেল যা বড় পরিমাণের কোড ডেটার উপর প্রিট্রেনড।"
+
+#: src/available_models_descriptions.py:49
+msgid "Model focused on math and logic problems"
+msgstr "গণিত ও যুক্তি সমস্যার উপর ফোকাসকৃত মডেল"
+
+#: src/available_models_descriptions.py:50
msgid ""
"A fine-tuned model based on Mistral with good coverage of domain and "
"language."
@@ -1095,21 +1447,7 @@ msgstr ""
"মিস্ট্রালের উপর ভিত্তি করে একটি ফাইন-টিউনড মডেল যা ডোমেন এবং ভাষার ভাল কভারেজ "
"আছে।"
-#: src/available_models_descriptions.py:45
-msgid "Model focused on math and logic problems"
-msgstr "গণিত ও যুক্তি সমস্যার উপর ফোকাসকৃত মডেল"
-
-#: src/available_models_descriptions.py:46
-msgid ""
-"CodeQwen1.5 is a large language model pretrained on a large amount of code "
-"data."
-msgstr "কোডকুইন ১.৫ হল একটি বড় ভাষা মডেল যা বড় পরিমাণের কোড ডেটার উপর প্রিট্রেনড।"
-
-#: src/available_models_descriptions.py:47
-msgid "Code generation model based on Code Llama."
-msgstr "কোড ল্লামার উপর ভিত্তি করে কোড জেনারেশন মডেল"
-
-#: src/available_models_descriptions.py:48
+#: src/available_models_descriptions.py:51
msgid ""
"Stable LM 2 is a state-of-the-art 1.6B and 12B parameter language model "
"trained on multilingual data in English, Spanish, German, Italian, French, "
@@ -1119,7 +1457,19 @@ msgstr ""
"স্প্যানিশ, জার্মান, ইতালীয়, ফরাসি, পর্তুগিজ এবং ডাচ ভাষায় বহুভাষিক ডেটার উপর "
"প্রশিক্ষিত।"
-#: src/available_models_descriptions.py:49
+#: src/available_models_descriptions.py:52
+msgid "A family of open foundation models by IBM for Code Intelligence"
+msgstr "আইবিএম দ্বারা কোড ইন্টেলিজেন্সের জন্য ওপেন ফাউন্ডেশন মডেলের একটি পরিবার।"
+
+#: src/available_models_descriptions.py:53
+msgid "Embedding models on very large sentence level datasets."
+msgstr "অত্যন্ত বড় বাক্য স্তরের ডেটাসেটগুলিতে এম্বেডিং মডেলসমূহ।"
+
+#: src/available_models_descriptions.py:54
+msgid "Code generation model based on Code Llama."
+msgstr "কোড ল্লামার উপর ভিত্তি করে কোড জেনারেশন মডেল"
+
+#: src/available_models_descriptions.py:55
msgid ""
"A 7B and 15B uncensored variant of the Dolphin model family that excels at "
"coding, based on StarCoder2."
@@ -1127,23 +1477,11 @@ msgstr ""
"স্টারকোডার ২ ভিত্তিক ডলফিন মডেল পরিবারের একটি ৭বি এবং ১৫বি আনসেন্সর্ড ভ্যারিয়েন্ট "
"যা কোডিংয়ে উৎকৃষ্ট।"
-#: src/available_models_descriptions.py:50
-msgid "Embedding models on very large sentence level datasets."
-msgstr "অত্যন্ত বড় বাক্য স্তরের ডেটাসেটগুলিতে এম্বেডিং মডেলসমূহ।"
-
-#: src/available_models_descriptions.py:51
+#: src/available_models_descriptions.py:56
msgid "General use models based on Llama and Llama 2 from Nous Research."
msgstr "নাউস রিসার্চ থেকে ল্লামা এবং ল্লামা ২ ভিত্তিক সাধারণ ব্যবহারের মডেলসমূহ।"
-#: src/available_models_descriptions.py:52
-msgid ""
-"Starling is a large language model trained by reinforcement learning from AI "
-"feedback focused on improving chatbot helpfulness."
-msgstr ""
-"স্টার্লিং হল এআই ফিডব্যাক থেকে শক্তি শিক্ষা দ্বারা প্রশিক্ষিত একটি বড় ভাষা মডেল, যা "
-"চ্যাটবট সহায়তাকে উন্নত করার উপর ফোকাস করে।"
-
-#: src/available_models_descriptions.py:53
+#: src/available_models_descriptions.py:57
msgid ""
"SQLCoder is a code completion model fined-tuned on StarCoder for SQL "
"generation tasks"
@@ -1151,7 +1489,45 @@ msgstr ""
"এসকিউএলকোডার হল স্টারকোডারে এসকিউএল জেনারেশন টাস্কের জন্য ফাইন-টিউনড একটি কোড "
"কমপ্লিশন মডেল।"
-#: src/available_models_descriptions.py:54
+#: src/available_models_descriptions.py:58
+msgid ""
+"This model extends LLama-3 8B's context length from 8k to over 1m tokens."
+msgstr ""
+"এই মডেলটি এলএলএমএ-৩ ৮বি এর কন্টেক্সট দৈর্ঘ্য ৮কে থেকে ১ম টোকেন পর্যন্ত বাড়িয়েছে।"
+
+#: src/available_models_descriptions.py:59
+msgid ""
+"Starling is a large language model trained by reinforcement learning from AI "
+"feedback focused on improving chatbot helpfulness."
+msgstr ""
+"স্টার্লিং হল এআই ফিডব্যাক থেকে শক্তি শিক্ষা দ্বারা প্রশিক্ষিত একটি বড় ভাষা মডেল, যা "
+"চ্যাটবট সহায়তাকে উন্নত করার উপর ফোকাস করে।"
+
+#: src/available_models_descriptions.py:60
+msgid "An extension of Llama 2 that supports a context of up to 128k tokens."
+msgstr "ল্লামা ২ এর একটি সম্প্রসারণ যা ১২৮কে টোকেন পর্যন্ত কন্টেক্সট সমর্থন করে।"
+
+#: src/available_models_descriptions.py:61
+msgid ""
+"Conversational model based on Llama 2 that performs competitively on various "
+"benchmarks."
+msgstr ""
+"ল্লামা ২ ভিত্তিক একটি কনভার্সেশনাল মডেল যা বিভিন্ন বেঞ্চমার্কে প্রতিযোগিতামূলকভাবে "
+"পারফর্ম করে।"
+
+#: src/available_models_descriptions.py:62
+msgid "An advanced language model crafted with 2 trillion bilingual tokens."
+msgstr "২ ট্রিলিয়ন দ্বিভাষিক টোকেন দিয়ে তৈরি করা একটি উন্নত ভাষা মডেল।"
+
+#: src/available_models_descriptions.py:63
+msgid ""
+"A model from NVIDIA based on Llama 3 that excels at conversational question "
+"answering (QA) and retrieval-augmented generation (RAG)."
+msgstr ""
+"এনভিডিয়া থেকে ল্লামা ৩ ভিত্তিক একটি মডেল যা কনভার্সেশনাল প্রশ্ন উত্তর (কিউএ) এবং "
+"রিট্রিভাল-অগমেন্টেড জেনারেশন (র্যাগ) এ উৎকৃষ্ট।"
+
+#: src/available_models_descriptions.py:64
msgid ""
"Orca 2 is built by Microsoft research, and are a fine-tuned version of "
"Meta's Llama 2 models. The model is designed to excel particularly in "
@@ -1160,29 +1536,11 @@ msgstr ""
"অরকা ২ হল মাইক্রোসফট রিসার্চ দ্বারা নির্মিত, এবং মেটার ল্লামা ২ মডেলের একটি ফাইন-"
"টিউনড সংস্করণ। মডেলটি বিশেষত যুক্তি প্রদানে উৎকৃষ্ট হওয়ার জন্য ডিজাইন করা হয়েছে।"
-#: src/available_models_descriptions.py:55
-msgid ""
-"This model extends LLama-3 8B's context length from 8k to over 1m tokens."
-msgstr ""
-"এই মডেলটি এলএলএমএ-৩ ৮বি এর কন্টেক্সট দৈর্ঘ্য ৮কে থেকে ১ম টোকেন পর্যন্ত বাড়িয়েছে।"
+#: src/available_models_descriptions.py:65
+msgid "General use model based on Llama 2."
+msgstr "ল্লামা ২(llama 2) ভিত্তিক সাধারণ ব্যবহারের মডেল।"
-#: src/available_models_descriptions.py:56
-msgid "An advanced language model crafted with 2 trillion bilingual tokens."
-msgstr "২ ট্রিলিয়ন দ্বিভাষিক টোকেন দিয়ে তৈরি করা একটি উন্নত ভাষা মডেল।"
-
-#: src/available_models_descriptions.py:57
-msgid "An extension of Llama 2 that supports a context of up to 128k tokens."
-msgstr "ল্লামা ২ এর একটি সম্প্রসারণ যা ১২৮কে টোকেন পর্যন্ত কন্টেক্সট সমর্থন করে।"
-
-#: src/available_models_descriptions.py:58
-msgid ""
-"A model from NVIDIA based on Llama 3 that excels at conversational question "
-"answering (QA) and retrieval-augmented generation (RAG)."
-msgstr ""
-"এনভিডিয়া থেকে ল্লামা ৩ ভিত্তিক একটি মডেল যা কনভার্সেশনাল প্রশ্ন উত্তর (কিউএ) এবং "
-"রিট্রিভাল-অগমেন্টেড জেনারেশন (র্যাগ) এ উৎকৃষ্ট।"
-
-#: src/available_models_descriptions.py:59
+#: src/available_models_descriptions.py:66
msgid ""
"A compact, yet powerful 10.7B large language model designed for single-turn "
"conversation."
@@ -1190,31 +1548,7 @@ msgstr ""
"একটি কমপ্যাক্ট, কিন্তু শক্তিশালী ১০.৭বি লার্জ ল্যাঙ্গুয়েজ মডেল যা সিঙ্গল-টার্ন "
"কনভার্সেশনের জন্য ডিজাইন করা হয়েছে।"
-#: src/available_models_descriptions.py:60
-msgid ""
-"Conversational model based on Llama 2 that performs competitively on various "
-"benchmarks."
-msgstr ""
-"ল্লামা ২ ভিত্তিক একটি কনভার্সেশনাল মডেল যা বিভিন্ন বেঞ্চমার্কে প্রতিযোগিতামূলকভাবে "
-"পারফর্ম করে।"
-
-#: src/available_models_descriptions.py:61
-msgid "A family of open foundation models by IBM for Code Intelligence"
-msgstr "আইবিএম দ্বারা কোড ইন্টেলিজেন্সের জন্য ওপেন ফাউন্ডেশন মডেলের একটি পরিবার।"
-
-#: src/available_models_descriptions.py:62
-msgid ""
-"2.7B uncensored Dolphin model by Eric Hartford, based on the Phi language "
-"model by Microsoft Research."
-msgstr ""
-"এরিক হার্টফোর্ড দ্বারা ২.৭বি আনসেন্সর্ড ডলফিন মডেল, মাইক্রোসফট রিসার্চ দ্বারা "
-"ফাই(phi) ভাষা মডেলের উপর ভিত্তি করে।"
-
-#: src/available_models_descriptions.py:63
-msgid "General use model based on Llama 2."
-msgstr "ল্লামা ২(llama 2) ভিত্তিক সাধারণ ব্যবহারের মডেল।"
-
-#: src/available_models_descriptions.py:64
+#: src/available_models_descriptions.py:67
msgid ""
"A companion assistant trained in philosophy, psychology, and personal "
"relationships. Based on Mistral."
@@ -1222,7 +1556,15 @@ msgstr ""
"দর্শন, মনোবিজ্ঞান এবং ব্যক্তিগত সম্পর্কে প্রশিক্ষিত একটি সহযোগী সহায়ক। মিস্ট্রালের উপর "
"ভিত্তি করে।"
-#: src/available_models_descriptions.py:65
+#: src/available_models_descriptions.py:68
+msgid ""
+"2.7B uncensored Dolphin model by Eric Hartford, based on the Phi language "
+"model by Microsoft Research."
+msgstr ""
+"এরিক হার্টফোর্ড দ্বারা ২.৭বি আনসেন্সর্ড ডলফিন মডেল, মাইক্রোসফট রিসার্চ দ্বারা "
+"ফাই(phi) ভাষা মডেলের উপর ভিত্তি করে।"
+
+#: src/available_models_descriptions.py:69
msgid ""
"Llama 2 based model fine tuned on an Orca-style dataset. Originally called "
"Free Willy."
@@ -1230,7 +1572,15 @@ msgstr ""
"অরকা-স্টাইল ডেটাসেটে ফাইন-টিউনড ল্লামা ২ ভিত্তিক মডেল। মূলত ফ্রি উইলি নামে পরিচিত "
"ছিল।"
-#: src/available_models_descriptions.py:66
+#: src/available_models_descriptions.py:70
+msgid ""
+"moondream2 is a small vision language model designed to run efficiently on "
+"edge devices."
+msgstr ""
+"মুন্ড্রিম ২ হল এজ ডিভাইসে দক্ষতার সাথে চলার জন্য ডিজাইন করা একটি ছোট ভিশন "
+"ল্যাঙ্গুয়েজ মডেল।"
+
+#: src/available_models_descriptions.py:71
msgid ""
"BakLLaVA is a multimodal model consisting of the Mistral 7B base model "
"augmented with the LLaVA architecture."
@@ -1238,19 +1588,22 @@ msgstr ""
"বাকএলএভিএ(BakLLaVA) হল মিস্ট্রাল ৭বি বেস মডেল এবং এলএলভিএ আর্কিটেকচার দ্বারা "
"সম্প্রসারিত একটি মাল্টিমোডাল মডেল।"
-#: src/available_models_descriptions.py:67
-msgid ""
-"A LLaVA model fine-tuned from Llama 3 Instruct with better scores in several "
-"benchmarks."
-msgstr ""
-"এল্লামা ৩ ইন্সট্রাক্ট থেকে ফাইন-টিউনড এলএলভিএ মডেল, বেশ কয়েকটি বেঞ্চমার্কে উন্নত "
-"স্কোর সহ।"
-
-#: src/available_models_descriptions.py:68
+#: src/available_models_descriptions.py:72
msgid "Uncensored version of Wizard LM model"
msgstr "উইজার্ড এলএম মডেলের আনসেন্সর্ড সংস্করণ।"
-#: src/available_models_descriptions.py:69
+#: src/available_models_descriptions.py:73
+msgid ""
+"A suite of text embedding models by Snowflake, optimized for performance."
+msgstr ""
+"স্নোফ্লেক(Snowflake) দ্বারা পারফরম্যান্সের জন্য অপ্টিমাইজড টেক্সট এম্বেডিং মডেলের "
+"একটি স্যুট।"
+
+#: src/available_models_descriptions.py:74
+msgid "A strong, economical, and efficient Mixture-of-Experts language model."
+msgstr "একটি শক্তিশালী, অর্থনৈতিক এবং দক্ষ মিক্সচার-অফ-এক্সপার্টস ভাষা মডেল।"
+
+#: src/available_models_descriptions.py:75
msgid ""
"Fine-tuned Llama 2 model to answer medical questions based on an open source "
"medical dataset."
@@ -1258,23 +1611,12 @@ msgstr ""
"ওপেন সোর্স মেডিক্যাল ডেটাসেট ভিত্তিক মেডিক্যাল প্রশ্নের উত্তর দেওয়ার জন্য ল্লামা ২ "
"মডেল ফাইন-টিউনড।"
-#: src/available_models_descriptions.py:70
-msgid "The Nous Hermes 2 model from Nous Research, now trained over Mixtral."
-msgstr "নাউস রিসার্চ থেকে নাউস হার্মিস ২ মডেল, এখন মিক্সট্রাল উপর প্রশিক্ষিত।"
-
-#: src/available_models_descriptions.py:71
+#: src/available_models_descriptions.py:76
msgid "An extension of Mistral to support context windows of 64K or 128K."
msgstr ""
"মিস্ট্রালের একটি সম্প্রসারণ, ৬৪কে বা ১২৮কে কন্টেক্সট উইন্ডোগুলির সমর্থন করার জন্য।"
-#: src/available_models_descriptions.py:72
-msgid ""
-"A suite of text embedding models by Snowflake, optimized for performance."
-msgstr ""
-"স্নোফ্লেক(Snowflake) দ্বারা পারফরম্যান্সের জন্য অপ্টিমাইজড টেক্সট এম্বেডিং মডেলের "
-"একটি স্যুট।"
-
-#: src/available_models_descriptions.py:73
+#: src/available_models_descriptions.py:77
msgid ""
"An expansion of Llama 2 that specializes in integrating both general "
"language understanding and domain-specific knowledge, particularly in "
@@ -1283,35 +1625,47 @@ msgstr ""
"প্রোগ্রামিং এবং গণিতে বিশেষত সাধারণ ভাষা বোঝাপড়া এবং ডোমেইন-স্পেসিফিক জ্ঞান "
"একত্রিত করার জন্য ল্লামা ২ এর একটি সম্প্রসারণ।"
-#: src/available_models_descriptions.py:74
-msgid "Great code generation model based on Llama2."
-msgstr "ল্লামা২ ভিত্তিক একটি দুর্দান্ত কোড জেনারেশন মডেল।"
+#: src/available_models_descriptions.py:78
+msgid "The Nous Hermes 2 model from Nous Research, now trained over Mixtral."
+msgstr "নাউস রিসার্চ থেকে নাউস হার্মিস ২ মডেল, এখন মিক্সট্রাল উপর প্রশিক্ষিত।"
-#: src/available_models_descriptions.py:75
+#: src/available_models_descriptions.py:79
msgid ""
"Open-source medical large language model adapted from Llama 2 to the medical "
"domain."
msgstr ""
"ল্লামা ২ থেকে মেডিক্যাল ডোমেইনে অভিযোজিত ওপেন-সোর্স মেডিক্যাল লার্জ ল্যাঙ্গুয়েজ মডেল।"
-#: src/available_models_descriptions.py:76
-msgid ""
-"moondream2 is a small vision language model designed to run efficiently on "
-"edge devices."
-msgstr ""
-"মুন্ড্রিম ২ হল এজ ডিভাইসে দক্ষতার সাথে চলার জন্য ডিজাইন করা একটি ছোট ভিশন "
-"ল্যাঙ্গুয়েজ মডেল।"
+#: src/available_models_descriptions.py:80
+msgid "Great code generation model based on Llama2."
+msgstr "ল্লামা২ ভিত্তিক একটি দুর্দান্ত কোড জেনারেশন মডেল।"
-#: src/available_models_descriptions.py:77
-msgid "Uncensored Llama2 based model with support for a 16K context window."
-msgstr "১৬কে কন্টেক্সট উইন্ডোর জন্য সমর্থনসহ আনসেন্সর্ড ল্লামা২ ভিত্তিক মডেল।"
-
-#: src/available_models_descriptions.py:78
+#: src/available_models_descriptions.py:81
msgid ""
"Nexus Raven is a 13B instruction tuned model for function calling tasks."
msgstr "নেক্সাস রেভেন হল ১৩বি ইন্সট্রাকশন টিউনড মডেল ফাংশন কলিং টাস্কের জন্য।"
-#: src/available_models_descriptions.py:79
+#: src/available_models_descriptions.py:82
+msgid "Uncensored Llama2 based model with support for a 16K context window."
+msgstr "১৬কে কন্টেক্সট উইন্ডোর জন্য সমর্থনসহ আনসেন্সর্ড ল্লামা২ ভিত্তিক মডেল।"
+
+#: src/available_models_descriptions.py:83
+msgid "A new small LLaVA model fine-tuned from Phi 3 Mini."
+msgstr "ফাই ৩(Phi 3) মিনি থেকে ফাইন-টিউন করা একটি নতুন ছোট এলএলভিএ মডেল।"
+
+#: src/available_models_descriptions.py:84
+msgid ""
+"A versatile model for AI software development scenarios, including code "
+"completion."
+msgstr ""
+
+#: src/available_models_descriptions.py:85
+msgid ""
+"A strong multi-lingual general language model with competitive performance "
+"to Llama 3."
+msgstr ""
+
+#: src/available_models_descriptions.py:86
msgid ""
"🎩 Magicoder is a family of 7B parameter models trained on 75K synthetic "
"instruction data using OSS-Instruct, a novel approach to enlightening LLMs "
@@ -1321,28 +1675,20 @@ msgstr ""
"করে ৭৫কে সিন্থেটিক ইন্সট্রাকশন ডেটাতে প্রশিক্ষিত, LLMs কে ওপেন-সোর্স কোড স্নিপেটস "
"দিয়ে আলোকিত করার একটি নতুন পদ্ধতি।"
-#: src/available_models_descriptions.py:80
-msgid "A strong, economical, and efficient Mixture-of-Experts language model."
-msgstr "একটি শক্তিশালী, অর্থনৈতিক এবং দক্ষ মিক্সচার-অফ-এক্সপার্টস ভাষা মডেল।"
-
-#: src/available_models_descriptions.py:81
+#: src/available_models_descriptions.py:87
msgid ""
"A lightweight chat model allowing accurate, and responsive output without "
"requiring high-end hardware."
msgstr "হালকা চ্যাট মডেল যা সঠিক এবং সাড়া প্রদান করে উচ্চ-মানের হার্ডওয়্যার ছাড়াই।"
-#: src/available_models_descriptions.py:82
+#: src/available_models_descriptions.py:88
msgid ""
"A high-performing code instruct model created by merging two existing code "
"models."
msgstr ""
"দুটি বিদ্যমান কোড মডেল একত্রিত করে তৈরি করা একটি উচ্চ-পারফর্মিং কোড ইন্সট্রাক্ট মডেল।"
-#: src/available_models_descriptions.py:83
-msgid "A new small LLaVA model fine-tuned from Phi 3 Mini."
-msgstr "ফাই ৩(Phi 3) মিনি থেকে ফাইন-টিউন করা একটি নতুন ছোট এলএলভিএ মডেল।"
-
-#: src/available_models_descriptions.py:84
+#: src/available_models_descriptions.py:89
msgid ""
"MistralLite is a fine-tuned model based on Mistral with enhanced "
"capabilities of processing long contexts."
@@ -1350,7 +1696,7 @@ msgstr ""
"মিস্ট্রাললাইট হল মিস্ট্রাল ভিত্তিক একটি ফাইন-টিউন মডেল যা দীর্ঘ প্রসঙ্গ প্রক্রিয়াকরণের "
"উন্নত ক্ষমতা রয়েছে।"
-#: src/available_models_descriptions.py:85
+#: src/available_models_descriptions.py:90
msgid ""
"Wizard Vicuna is a 13B parameter model based on Llama 2 trained by "
"MelodysDreamj."
@@ -1358,19 +1704,13 @@ msgstr ""
"উইজার্ড ভিকুনা হল মেলোডিসড্রিমজ দ্বারা প্রশিক্ষিত এলমা ২ ভিত্তিক ১৩বি প্যারামিটার "
"মডেল।"
-#: src/available_models_descriptions.py:86
+#: src/available_models_descriptions.py:91
msgid "7B parameter text-to-SQL model made by MotherDuck and Numbers Station."
msgstr ""
"মাদারডাক এবং নাম্বারস স্টেশন দ্বারা তৈরি করা ৭বি প্যারামিটার টেক্সট-টু-এসকিউএল "
"মডেল।"
-#: src/available_models_descriptions.py:87
-msgid ""
-"A language model created by combining two fine-tuned Llama 2 70B models into "
-"one."
-msgstr "দুটি ফাইন-টিউন এলমা ২ ৭০বি মডেলকে একত্রিত করে তৈরি করা একটি ভাষা মডেল।"
-
-#: src/available_models_descriptions.py:88
+#: src/available_models_descriptions.py:92
msgid ""
"MegaDolphin-2.2-120b is a transformation of Dolphin-2.2-70b created by "
"interleaving the model with itself."
@@ -1378,7 +1718,20 @@ msgstr ""
"মেগা ডলফিন-২.২-১২০বি হল ডলফিন-২.২-৭০বি এর একটি রূপান্তর যা মডেলটিকে নিজের সাথে "
"ইন্টারলিভিং করে তৈরি করা হয়েছে।"
-#: src/available_models_descriptions.py:89
+#: src/available_models_descriptions.py:93
+msgid ""
+"A language model created by combining two fine-tuned Llama 2 70B models into "
+"one."
+msgstr "দুটি ফাইন-টিউন এলমা ২ ৭০বি মডেলকে একত্রিত করে তৈরি করা একটি ভাষা মডেল।"
+
+#: src/available_models_descriptions.py:94
+msgid ""
+"A top-performing mixture of experts model, fine-tuned with high-quality data."
+msgstr ""
+"উচ্চ-পারফর্মিং বিশেষজ্ঞ মডেলের একটি মিশ্রণ, উচ্চ-মানের ডেটার সাথে ফাইন-টিউন করা "
+"হয়েছে।"
+
+#: src/available_models_descriptions.py:95
msgid ""
"Merge of the Open Orca OpenChat model and the Garage-bAInd Platypus 2 model. "
"Designed for chat and code generation."
@@ -1386,24 +1739,7 @@ msgstr ""
"ওপেন অরকা ওপেনচ্যাট মডেল এবং গ্যারেজ-বিএআইন্ড প্ল্যাটিপাস ২ মডেলের সংমিশ্রণ। চ্যাট "
"এবং কোড উৎপাদনের জন্য ডিজাইন করা হয়েছে।"
-#: src/available_models_descriptions.py:90
-msgid ""
-"A top-performing mixture of experts model, fine-tuned with high-quality data."
-msgstr ""
-"উচ্চ-পারফর্মিং বিশেষজ্ঞ মডেলের একটি মিশ্রণ, উচ্চ-মানের ডেটার সাথে ফাইন-টিউন করা "
-"হয়েছে।"
-
-#: src/available_models_descriptions.py:91
-msgid "A 7B chat model fine-tuned with high-quality data and based on Zephyr."
-msgstr "জেফির উপর ভিত্তি করে উচ্চ-মানের ডেটার সাথে ফাইন-টিউন করা ৭বি চ্যাট মডেল।"
-
-#: src/available_models_descriptions.py:92
-msgid "DBRX is an open, general-purpose LLM created by Databricks."
-msgstr ""
-"ডিবিআরএক্স হল ড্যাটাব্রিক্স(Databricks) দ্বারা তৈরি করা একটি ওপেন, সাধারণ উদ্দেশ্যে "
-"বৃহৎ ভাষা মডেল।"
-
-#: src/available_models_descriptions.py:93
+#: src/available_models_descriptions.py:96
msgid ""
"Falcon2 is an 11B parameters causal decoder-only model built by TII and "
"trained over 5T tokens."
@@ -1411,7 +1747,23 @@ msgstr ""
"ফ্যালকন2 হল টিআইআই দ্বারা নির্মিত এবং ৫টি টোকেনের উপর প্রশিক্ষিত ১১বি প্যারামিটার "
"কার্যকারণ শুধুমাত্র-ডিকোডার মডেল।"
-#: src/available_models_descriptions.py:94
+#: src/available_models_descriptions.py:97
+msgid "A 7B chat model fine-tuned with high-quality data and based on Zephyr."
+msgstr "জেফির উপর ভিত্তি করে উচ্চ-মানের ডেটার সাথে ফাইন-টিউন করা ৭বি চ্যাট মডেল।"
+
+#: src/available_models_descriptions.py:98
+msgid "DBRX is an open, general-purpose LLM created by Databricks."
+msgstr ""
+"ডিবিআরএক্স হল ড্যাটাব্রিক্স(Databricks) দ্বারা তৈরি করা একটি ওপেন, সাধারণ উদ্দেশ্যে "
+"বৃহৎ ভাষা মডেল।"
+
+#: src/available_models_descriptions.py:99
+msgid ""
+"InternLM2.5 is a 7B parameter model tailored for practical scenarios with "
+"outstanding reasoning capability."
+msgstr ""
+
+#: src/available_models_descriptions.py:100
msgid ""
"A robust conversational model designed to be used for both chat and instruct "
"use cases."
@@ -1419,6 +1771,30 @@ msgstr ""
"চ্যাট এবং নির্দেশনা উভয় ব্যবহার ক্ষেত্রের জন্য ডিজাইন করা একটি শক্তিশালী কথোপকথন "
"মডেল।"
+#: src/available_models_descriptions.py:101
+msgid ""
+"A series of models from Groq that represent a significant advancement in "
+"open-source AI capabilities for tool use/function calling."
+msgstr ""
+
+#: src/available_models_descriptions.py:102
+msgid ""
+"MathΣtral: a 7B model designed for math reasoning and scientific discovery "
+"by Mistral AI."
+msgstr ""
+
+#: src/available_models_descriptions.py:103
+msgid ""
+"An open weights function calling model based on Llama 3, competitive with "
+"GPT-4o function calling capabilities."
+msgstr ""
+
+#: src/available_models_descriptions.py:104
+msgid ""
+"A 3.8B model fine-tuned on a private high-quality synthetic dataset for "
+"information extraction, based on Phi-3."
+msgstr ""
+
#: src/dialogs.py:17
msgid "Chat cannot be cleared while receiving a message"
msgstr ""
@@ -1432,8 +1808,8 @@ msgid "Are you sure you want to clear the chat?"
msgstr "আপনি কি নিশ্চিত যে আপনি চ্যাটটি পরিষ্কার করতে চান?"
#: src/dialogs.py:24 src/dialogs.py:45 src/dialogs.py:72 src/dialogs.py:99
-#: src/dialogs.py:121 src/dialogs.py:142 src/dialogs.py:164 src/dialogs.py:224
-#: src/dialogs.py:314 src/dialogs.py:352
+#: src/dialogs.py:121 src/dialogs.py:142 src/dialogs.py:164 src/dialogs.py:236
+#: src/dialogs.py:326 src/dialogs.py:364
msgid "Cancel"
msgstr "বাতিল করুন"
@@ -1505,51 +1881,51 @@ msgstr "আপনি কি নিশ্চিত যে আপনি সংয
msgid "Remove"
msgstr "মুছে ফেলুন"
-#: src/dialogs.py:190
+#: src/dialogs.py:202
msgid "Connection Error"
msgstr "সংযোগ ত্রুটি"
-#: src/dialogs.py:191
+#: src/dialogs.py:203
msgid "The remote instance has disconnected"
msgstr "দূরবর্তী ইনস্ট্যান্সটি সংযোগ বিচ্ছিন্ন হয়েছে"
-#: src/dialogs.py:195
+#: src/dialogs.py:207
msgid "Close Alpaca"
msgstr "আলপাকা বন্ধ করুন"
-#: src/dialogs.py:196
+#: src/dialogs.py:208
msgid "Use local instance"
msgstr "স্থানীয় ইনস্ট্যান্স ব্যবহার করুন"
-#: src/dialogs.py:197
+#: src/dialogs.py:209
msgid "Connect"
msgstr "সংযোগ করুন"
-#: src/dialogs.py:220
+#: src/dialogs.py:232
msgid "Select Model"
msgstr "মডেল নির্বাচন করুন"
-#: src/dialogs.py:221
+#: src/dialogs.py:233
msgid "This model will be used as the base for the new model"
msgstr "নতুন মডেলের জন্য এই মডেলটি ভিত্তি হিসাবে ব্যবহার করা হবে"
-#: src/dialogs.py:225 src/dialogs.py:315 src/dialogs.py:353
+#: src/dialogs.py:237 src/dialogs.py:327 src/dialogs.py:365
msgid "Accept"
msgstr "গ্রহণ করুন"
-#: src/dialogs.py:242
+#: src/dialogs.py:254
msgid "An error occurred while creating the model"
msgstr "মডেল তৈরি করার সময় একটি ত্রুটি ঘটেছে"
-#: src/dialogs.py:300
+#: src/dialogs.py:312
msgid "This video does not have any transcriptions"
msgstr "এই ভিডিওতে কোন লিপ্যন্তর নেই"
-#: src/dialogs.py:309
+#: src/dialogs.py:321
msgid "Attach YouTube Video?"
msgstr "ইউটিউব ভিডিও সংযুক্ত করুন?"
-#: src/dialogs.py:310
+#: src/dialogs.py:322
msgid ""
"{}\n"
"\n"
@@ -1559,15 +1935,15 @@ msgstr ""
"\n"
"অন্তর্ভুক্ত করার জন্য একটি লিপ্যন্তর নির্বাচন করুন"
-#: src/dialogs.py:343
+#: src/dialogs.py:355
msgid "An error occurred while extracting text from the website"
msgstr "ওয়েবসাইট থেকে টেক্সট নিষ্কাশনের সময় একটি ত্রুটি ঘটেছে"
-#: src/dialogs.py:348
+#: src/dialogs.py:360
msgid "Attach Website? (Experimental)"
msgstr "ওয়েবসাইট সংযুক্ত করুন? (পরীক্ষামূলক)"
-#: src/dialogs.py:349
+#: src/dialogs.py:361
msgid ""
"Are you sure you want to attach\n"
"'{}'?"
@@ -1575,6 +1951,26 @@ msgstr ""
"আপনি কি নিশ্চিত যে আপনি সংযুক্ত করতে চান\n"
"'{}'?"
+#: src/dialogs.py:379
+msgid "Thank you!"
+msgstr ""
+
+#: src/dialogs.py:386 src/dialogs.py:393
+msgid "Support"
+msgstr ""
+
+#: src/dialogs.py:387
+msgid "Are you enjoying Alpaca? Consider sponsoring the project!"
+msgstr ""
+
+#: src/dialogs.py:390
+msgid "Don't show again"
+msgstr ""
+
+#: src/dialogs.py:392
+msgid "Later"
+msgstr ""
+
#: src/window.ui:54
msgid "Menu"
msgstr "মেনু"
@@ -1774,6 +2170,11 @@ msgid ""
"model's website.\n"
" "
msgstr ""
+"আলপাকা আপনার ডিভাইসে স্থানীয়ভাবে কাজ করে, চ্যাটিং শুরু করতে আপনার একটি এআই মডেল প্রয়োজন, "
+"আপনি এই তালিকা থেকে মডেল টানতে পারেন বা পরে 'মডেল ব্যবস্থাপনা' মেনু থেকে।\n"
+"\n"
+"যে কোনও মডেল ডাউনলোড করার মাধ্যমে আপনি তাদের লাইসেন্স চুক্তি গ্রহণ করছেন যা মডেলের ওয়েবসাইটে উপলব্ধ।\n"
+" "
#: src/window.ui:909
msgid "Built by Meta"
@@ -1863,6 +2264,15 @@ msgstr "পেস্ট"
msgid "Insert new line"
msgstr "নতুন লাইন সন্নিবেশ করুন"
+#~ msgid "A conversation showing code highlight"
+#~ msgstr "একটি কথোপকথন কোড হাইলাইট দেখাচ্ছে"
+
+#~ msgid "A conversation involving multiple models"
+#~ msgstr "একাধিক মডেল জড়িত একটি কথোপকথন"
+
+#~ msgid "Managing models"
+#~ msgstr "মডেল পরিচালনা"
+
#~ msgid "Open with Default App"
#~ msgstr "ডিফল্ট অ্যাপে খুলুন"
diff --git a/po/es.po b/po/es.po
index f017ba2..8378f08 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-07-21 18:18-0600\n"
+"POT-Creation-Date: 2024-08-01 14:36-0600\n"
"PO-Revision-Date: 2024-05-19 19:44-0600\n"
"Last-Translator: Jeffry Samuel Eduarte Rojas \n"
"Language-Team: Spanish\n"
@@ -31,7 +31,7 @@ msgid "An Ollama client"
msgstr "Un cliente de Ollama"
#: data/com.jeffser.Alpaca.metainfo.xml.in:11
-#: data/com.jeffser.Alpaca.metainfo.xml.in:416
+#: data/com.jeffser.Alpaca.metainfo.xml.in:549
msgid "Features"
msgstr "Funcionalidades"
@@ -40,12 +40,12 @@ msgid "Built in Ollama instance"
msgstr "Instancia de Ollama incluida"
#: data/com.jeffser.Alpaca.metainfo.xml.in:14
-#: data/com.jeffser.Alpaca.metainfo.xml.in:418
+#: data/com.jeffser.Alpaca.metainfo.xml.in:551
msgid "Talk to multiple models in the same conversation"
msgstr "Habla con multiples modelos en la misma conversación"
#: data/com.jeffser.Alpaca.metainfo.xml.in:15
-#: data/com.jeffser.Alpaca.metainfo.xml.in:419
+#: data/com.jeffser.Alpaca.metainfo.xml.in:552
msgid "Pull and delete models from the app"
msgstr "Descarga y elimina modelos desde la app"
@@ -65,11 +65,23 @@ msgstr "Reconocimiento de documentos de texto plano"
msgid "Import and export chats"
msgstr "Importa y exporta chats"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:21 src/window.ui:883
+#: data/com.jeffser.Alpaca.metainfo.xml.in:20
+msgid "Append YouTube transcripts to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:21
+msgid "Append text from a website to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:22
+msgid "PDF recognition"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:24 src/window.ui:883
msgid "Disclaimer"
msgstr "Aviso Legal"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:22
+#: data/com.jeffser.Alpaca.metainfo.xml.in:25
msgid ""
"This project is not affiliated at all with Ollama, I'm not responsible for "
"any damages to your device or software caused by running code given by any "
@@ -79,28 +91,317 @@ msgstr ""
"cualquier daño a tu dispositivo o software causado por correr codigo "
"proveido por cualquier modelo."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:25
+#: data/com.jeffser.Alpaca.metainfo.xml.in:28
msgid "Jeffry Samuel Eduarte Rojas"
msgstr "Jeffry Samuel Eduarte Rojas"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:51
-msgid "A conversation showing code highlight"
-msgstr "Una conversación mostrando highlight de codigo"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:54
+msgid "A normal conversation with an AI Model"
+msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:55
-msgid "A conversation involving multiple models"
-msgstr "Una conversación incluyendo multiples modelos"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:58
+msgid "A conversation involving image recognition"
+msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:59
-msgid "Managing models"
-msgstr "Gestionando modelos"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:62
+msgid "A conversation showing code highlighting"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:66
+msgid "A conversation involving a YouTube video transcript"
+msgstr ""
#: data/com.jeffser.Alpaca.metainfo.xml.in:70
-#: data/com.jeffser.Alpaca.metainfo.xml.in:119
+msgid "Multiple models being downloaded"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:86
+#: data/com.jeffser.Alpaca.metainfo.xml.in:99
+#: data/com.jeffser.Alpaca.metainfo.xml.in:124
+msgid "New"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:88
+msgid "Added table rendering (Thanks Nokse)"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:90
+#: data/com.jeffser.Alpaca.metainfo.xml.in:106
+#: data/com.jeffser.Alpaca.metainfo.xml.in:118
+#: data/com.jeffser.Alpaca.metainfo.xml.in:134
+msgid "Fixes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:92
+msgid "Made support dialog more common"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:101
+msgid "Bearer Token entry on connection error dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:102
+msgid "Small appearance changes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:103
+msgid "Compatibility with code blocks without explicit language"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:104
+msgid "Rare, optional and dismissible support dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:108
+msgid "Date format for Simplified Chinese translation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:109
+msgid "Bug with unsupported localizations"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:110
+msgid "Min height being too large to be used on mobile"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:111
+msgid "Remote connection checker bug"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:120
+msgid "Models with capital letters on their tag don't work"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:121
+msgid "Ollama fails to launch on some systems"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:122
+msgid "YouTube transcripts are not being saved in the right TMP directory"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:126
+msgid "Debug messages are now shown on the 'About Alpaca' dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:127
+msgid "Updated Ollama to v0.3.0 (new models)"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:136
+msgid "Models with '-' in their names didn't work properly, this is now fixed"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:137
+msgid "Better connection check for Ollama"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:144
+msgid "Stable Release"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:145
+msgid ""
+"The new icon was made by Tobias Bernard over the Gnome Gitlab, thanks for "
+"the great icon!"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:146
+msgid "Features and fixes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:148
+msgid "Updated Ollama instance to 0.2.8"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:149
+msgid "Better model selector"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:150
+msgid "Model manager redesign"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:151
+msgid "Better tag selector when pulling a model"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:152
+msgid "Model search"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:153
+msgid "Added support for bearer tokens on remote instances"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:154
+msgid "Preferences dialog redesign"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:155
+msgid "Added context menus to interact with a chat"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:156
+msgid "Redesigned primary and secondary menus"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:157
+msgid ""
+"YouTube integration: Paste the URL of a video with a transcript and it will "
+"be added to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:158
+msgid ""
+"Website integration (Experimental): Extract the text from the body of a "
+"website by adding it's URL to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:159
+msgid "Chat title generation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:160
+msgid "Auto resizing of message entry"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:161
+msgid "Chat notifications"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:162
+msgid "Added indicator when an image is missing"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:163
+msgid "Auto rearrange the order of chats when a message is received"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:164
+msgid "Redesigned file preview dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:165
+msgid "Credited new contributors"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:166
+msgid "Better stability and optimization"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:167
+msgid "Edit messages to change the context of a conversation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:168
+msgid "Added disclaimers when pulling models"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:169
+msgid "Preview files before sending a message"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:170
+msgid "Better format for date and time on messages"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:171
+msgid "Error and debug logging on terminal"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:172
+msgid "Auto-hiding sidebar button"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:173
+msgid "Various UI tweaks"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:175
+msgid "New Models"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:177
+msgid "Gemma2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:178
+msgid "GLM4"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:179
+msgid "Codegeex4"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:180
+msgid "InternLM2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:181
+msgid "Llama3-groq-tool-use"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:182
+msgid "Mathstral"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:183
+msgid "Mistral-nemo"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:184
+msgid "Firefunction-v2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:185
+msgid "Nuextract"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:187
+msgid "Translations"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:188
+msgid ""
+"These are all the available translations on 1.0.0, thanks to all the "
+"contributors!"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:190
+msgid "Russian: Alex K"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:191
+msgid "Spanish: Jeffser"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:192
+msgid "Brazilian Portuguese: Daimar Stein"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:193
+msgid "French: Louis Chauvet-Villaret"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:194
+msgid "Norwegian: CounterFlow64"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:195
+msgid "Bengali: Aritra Saha"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:196
+msgid "Simplified Chinese: Yuehao Sui"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:203
+#: data/com.jeffser.Alpaca.metainfo.xml.in:252
msgid "Fix"
msgstr "Arreglo"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:71
+#: data/com.jeffser.Alpaca.metainfo.xml.in:204
msgid ""
"Removed DOCX compatibility temporally due to error with python-lxml "
"dependency"
@@ -108,32 +409,32 @@ msgstr ""
"Removida compatibilidad con DOCX temporalmente debido a un error con la "
"dependencia python-lxml"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:77
-#: data/com.jeffser.Alpaca.metainfo.xml.in:107
-#: data/com.jeffser.Alpaca.metainfo.xml.in:128
-#: data/com.jeffser.Alpaca.metainfo.xml.in:333
-#: data/com.jeffser.Alpaca.metainfo.xml.in:390
+#: data/com.jeffser.Alpaca.metainfo.xml.in:210
+#: data/com.jeffser.Alpaca.metainfo.xml.in:240
+#: data/com.jeffser.Alpaca.metainfo.xml.in:261
+#: data/com.jeffser.Alpaca.metainfo.xml.in:466
+#: data/com.jeffser.Alpaca.metainfo.xml.in:523
msgid "Big Update"
msgstr "Gran Actualización"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:79
+#: data/com.jeffser.Alpaca.metainfo.xml.in:212
msgid "Added compatibility for PDF"
msgstr "Añadida compatibilidad para PDF"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:80
+#: data/com.jeffser.Alpaca.metainfo.xml.in:213
msgid "Added compatibility for DOCX"
msgstr "Añadida compatibilidad para DOCX"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:81
+#: data/com.jeffser.Alpaca.metainfo.xml.in:214
msgid "Merged 'file attachment' menu into one button"
msgstr "Combinado menu 'subir archivos' en un botón"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:88
-#: data/com.jeffser.Alpaca.metainfo.xml.in:281
+#: data/com.jeffser.Alpaca.metainfo.xml.in:221
+#: data/com.jeffser.Alpaca.metainfo.xml.in:414
msgid "Quick Fix"
msgstr "Arreglo rápido"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:89
+#: data/com.jeffser.Alpaca.metainfo.xml.in:222
msgid ""
"There were some errors when transitioning from the old version of chats to "
"the new version. I apologize if this caused any corruption in your chat "
@@ -143,98 +444,98 @@ msgstr ""
"Pido disculpas si eso causo alguna corrupción en to historial de chats. Esta "
"debería de ser la única vez que una transición es necesaria"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:95
-#: data/com.jeffser.Alpaca.metainfo.xml.in:247
+#: data/com.jeffser.Alpaca.metainfo.xml.in:228
+#: data/com.jeffser.Alpaca.metainfo.xml.in:380
msgid "Huge Update"
msgstr "Gran Actualización"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:97
+#: data/com.jeffser.Alpaca.metainfo.xml.in:230
msgid "Added: Support for plain text files"
msgstr "Añadido: Soporte para archivos de texto plano"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:98
+#: data/com.jeffser.Alpaca.metainfo.xml.in:231
msgid "Added: New backend system for storing messages"
msgstr "Añadido: Nuevo sistema en el backend para guardar mensajes"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:99
+#: data/com.jeffser.Alpaca.metainfo.xml.in:232
msgid "Added: Support for changing Ollama's overrides"
msgstr "Añadido: Soporte para cambiar overrides de Ollama"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:100
+#: data/com.jeffser.Alpaca.metainfo.xml.in:233
msgid "General Optimization"
msgstr "Optimización general"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:109
+#: data/com.jeffser.Alpaca.metainfo.xml.in:242
msgid "Added: Support for GGUF models (experimental)"
msgstr "Añadido: Soporte de modelos GGUF (experimental)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:110
+#: data/com.jeffser.Alpaca.metainfo.xml.in:243
msgid "Added: Support for customization and creation of models"
msgstr "Añadido: Soporte para personalización y creración de modelos"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:111
+#: data/com.jeffser.Alpaca.metainfo.xml.in:244
msgid "Fixed: Icons don't appear on non Gnome systems"
msgstr "Arreglado: Iconos no se mostraban en sistemas que no usan Gnome"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:112
+#: data/com.jeffser.Alpaca.metainfo.xml.in:245
msgid "Update Ollama to v0.1.39"
msgstr "Ollama actualizado a v0.1.39"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:121
+#: data/com.jeffser.Alpaca.metainfo.xml.in:254
msgid ""
"Fixed: app didn't open if models tweaks wasn't present in the config files"
msgstr ""
"Arreglado: La aplicación no abre si 'models tweaks' no esta presente en los "
"archivos de configuración"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:130
+#: data/com.jeffser.Alpaca.metainfo.xml.in:263
msgid "Changed multiple icons (paper airplane for the send button)"
msgstr ""
"Multiples iconos cambiados (avion de papel para el boton de enviar mensaje)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:131
+#: data/com.jeffser.Alpaca.metainfo.xml.in:264
msgid "Combined export / import chat buttons into a menu"
msgstr "Botones importar / exportar chat combinados en un menu"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:132
+#: data/com.jeffser.Alpaca.metainfo.xml.in:265
msgid "Added 'model tweaks' (temperature, seed, keep_alive)"
msgstr "Añadidos ajustes de modelo (temperatura, semilla, mantener vivo)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:133
+#: data/com.jeffser.Alpaca.metainfo.xml.in:266
msgid "Fixed send / stop button"
msgstr "Arreglado boton enviar / parar"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:134
+#: data/com.jeffser.Alpaca.metainfo.xml.in:267
msgid "Fixed app not checking if remote connection works when starting"
msgstr ""
"Arreglado: Aplicación no chequea si la conexión remota funciona cuando inicia"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:141
+#: data/com.jeffser.Alpaca.metainfo.xml.in:274
msgid "Daily Update"
msgstr "Actulización Diaria"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:143
+#: data/com.jeffser.Alpaca.metainfo.xml.in:276
msgid "Added text ellipsis to chat name so it doesn't change the button width"
msgstr ""
"Añadido elipsis a el nombre del chat para que no afecte el largo del boton"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:144
+#: data/com.jeffser.Alpaca.metainfo.xml.in:277
msgid "New shortcut for creating a chat (CTRL+N)"
msgstr "Nuevo atajo de teclado para crear chat (CTRL+N)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:145
+#: data/com.jeffser.Alpaca.metainfo.xml.in:278
msgid "New message entry design"
msgstr "Nuevo diseño para el entry de mensaje"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:146
+#: data/com.jeffser.Alpaca.metainfo.xml.in:279
msgid "Fixed: Can't rename the same chat multiple times"
msgstr "Arreglado: No se puede renombrar el mismo chat multiples veces"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:153
+#: data/com.jeffser.Alpaca.metainfo.xml.in:286
msgid "The fix"
msgstr "Arreglos"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:155
+#: data/com.jeffser.Alpaca.metainfo.xml.in:288
msgid ""
"Fixed: Ollama instance keeps running on the background even when it is "
"disabled"
@@ -242,95 +543,95 @@ msgstr ""
"Arreglado: Instancia de Ollama sigue siendo ejecutada en el fondo aunque sea "
"desactivada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:156
+#: data/com.jeffser.Alpaca.metainfo.xml.in:289
msgid "Fixed: Can't pull models on the integrated instance"
msgstr "Arreglado: No se puede descargar modelos en la instancia integrada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:163
+#: data/com.jeffser.Alpaca.metainfo.xml.in:296
msgid "Quick tweaks"
msgstr "Arreglos rápido"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:165
+#: data/com.jeffser.Alpaca.metainfo.xml.in:298
msgid "Added progress bar to models that are being pulled"
msgstr "Añadida barra de progreso a modelos que estan siendo descargados"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:166
+#: data/com.jeffser.Alpaca.metainfo.xml.in:299
msgid "Added size to tags when pulling a model"
msgstr "Añadido tamaño de tags cuando se descarga un modelo"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:167
+#: data/com.jeffser.Alpaca.metainfo.xml.in:300
msgid "General optimizations on the background"
msgstr "Optimizaciones general en el fondo"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:174
+#: data/com.jeffser.Alpaca.metainfo.xml.in:307
msgid "Quick fixes"
msgstr "Arreglos rápidos"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:176
+#: data/com.jeffser.Alpaca.metainfo.xml.in:309
msgid "Fixed: Scroll when message is received"
msgstr "Arreglado: Desplazamiento automatico cuando un mensaje es recibido"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:177
+#: data/com.jeffser.Alpaca.metainfo.xml.in:310
msgid "Fixed: Content doesn't change when creating a new chat"
msgstr "Arreglad: Contenido no cambia cuando se crea un nuevo chat"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:178
+#: data/com.jeffser.Alpaca.metainfo.xml.in:311
msgid "Added 'Featured Models' page on welcome dialog"
msgstr "Añadida sección 'Modelos Destacados' en el dialogo de bienvenida"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:185
+#: data/com.jeffser.Alpaca.metainfo.xml.in:318
msgid "Nice Update"
msgstr "Buena Actualización"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:187
+#: data/com.jeffser.Alpaca.metainfo.xml.in:320
msgid "UI tweaks (Thanks Nokse22)"
msgstr "Mejor UI en general (Gracias Nokse22)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:188
+#: data/com.jeffser.Alpaca.metainfo.xml.in:321
msgid "General optimizations"
msgstr "Optimización general"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:189
+#: data/com.jeffser.Alpaca.metainfo.xml.in:322
msgid "Metadata fixes"
msgstr "Correciones de metadata"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:196
+#: data/com.jeffser.Alpaca.metainfo.xml.in:329
msgid "Quick fix"
msgstr "Arreglo rápido"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:198
+#: data/com.jeffser.Alpaca.metainfo.xml.in:331
msgid "Updated Spanish translation"
msgstr "Actualización a la traducción a Español"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:199
+#: data/com.jeffser.Alpaca.metainfo.xml.in:332
msgid "Added compatibility for PNG"
msgstr "Añadida compatibilidad para PNG"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:206
+#: data/com.jeffser.Alpaca.metainfo.xml.in:339
msgid "New Update"
msgstr "Nueva Actualización"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:208
+#: data/com.jeffser.Alpaca.metainfo.xml.in:341
msgid "Updated model list"
msgstr "Lista de modelos actualizada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:209
+#: data/com.jeffser.Alpaca.metainfo.xml.in:342
msgid "Added image recognition to more models"
msgstr "Añadido reconocimiento de imagenes a más modelos"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:210
+#: data/com.jeffser.Alpaca.metainfo.xml.in:343
msgid "Added Brazilian Portuguese translation (Thanks Daimaar Stein)"
msgstr "Añadida tradución a Portugues Brasileño (Gracias Daimaar Stein)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:211
+#: data/com.jeffser.Alpaca.metainfo.xml.in:344
msgid "Refined the general UI (Thanks Nokse22)"
msgstr "Mejor UI en general (Gracias Nokse22)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:212
+#: data/com.jeffser.Alpaca.metainfo.xml.in:345
msgid "Added 'delete message' feature"
msgstr "Añadida función 'eliminar mensaje'"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:213
+#: data/com.jeffser.Alpaca.metainfo.xml.in:346
msgid ""
"Added metadata so that software distributors know that the app is compatible "
"with mobile"
@@ -338,7 +639,7 @@ msgstr ""
"Añadida metadata para que distribuidores de software puedan saber que la "
"aplicación es compatible con celulares"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:214
+#: data/com.jeffser.Alpaca.metainfo.xml.in:347
msgid ""
"Changed 'send' shortcut to just the return/enter key (to add a new line use "
"shift+return)"
@@ -346,106 +647,106 @@ msgstr ""
"Cambiado el atajo para enviar mensaje a solo la tecla enter (para hacer "
"salto de linea usa shift+enter)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:221
+#: data/com.jeffser.Alpaca.metainfo.xml.in:354
msgid "Bug Fixes"
msgstr "Arreglo de errores"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:223
+#: data/com.jeffser.Alpaca.metainfo.xml.in:356
msgid "Fixed: Minor spelling mistake"
msgstr "Arregalada falta de ortografía"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:224
+#: data/com.jeffser.Alpaca.metainfo.xml.in:357
msgid "Added 'mobile' as a supported form factor"
msgstr "Añadido soporte para celulares"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:225
+#: data/com.jeffser.Alpaca.metainfo.xml.in:358
msgid "Fixed: 'Connection Error' dialog not working properly"
msgstr "Arreglado: Dialogo 'Error de conexión' no funcionando correctamente"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:226
+#: data/com.jeffser.Alpaca.metainfo.xml.in:359
msgid "Fixed: App might freeze randomly on startup"
msgstr "Arreglado: Aplicación se congela al azar cuando inicia"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:227
+#: data/com.jeffser.Alpaca.metainfo.xml.in:360
msgid "Changed 'chats' label on sidebar for 'Alpaca'"
msgstr "Cambiado label 'chats' en la barra del lado por 'Alpaca'"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:234
+#: data/com.jeffser.Alpaca.metainfo.xml.in:367
msgid "Cool Update"
msgstr "Actualización Potente"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:236
+#: data/com.jeffser.Alpaca.metainfo.xml.in:369
msgid "Better design for chat window"
msgstr "Mejor diseño para la ventana de chat"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:237
+#: data/com.jeffser.Alpaca.metainfo.xml.in:370
msgid "Better design for chat sidebar"
msgstr "Mejor interfaz para la barra de lado de chat"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:238
+#: data/com.jeffser.Alpaca.metainfo.xml.in:371
msgid "Fixed remote connections"
msgstr "Conexión remota arreglada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:239
+#: data/com.jeffser.Alpaca.metainfo.xml.in:372
msgid "Fixed Ollama restarting in loop"
msgstr "Arreglado, Ollama reiniciandose en bucle"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:240
+#: data/com.jeffser.Alpaca.metainfo.xml.in:373
msgid "Other cool backend stuff"
msgstr "Otras cosas geniales en el backend"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:249
+#: data/com.jeffser.Alpaca.metainfo.xml.in:382
msgid "Added Ollama as part of Alpaca, Ollama will run in a sandbox"
msgstr "Añadido Ollama como parte de Alpaca, Ollama se ejecutara en un sandbox"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:250
+#: data/com.jeffser.Alpaca.metainfo.xml.in:383
msgid "Added option to connect to remote instances (how it worked before)"
msgstr ""
"Añadida la opcion de conectarse a instancias remotas (como funcionaba) antes"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:251
+#: data/com.jeffser.Alpaca.metainfo.xml.in:384
msgid "Added option to import and export chats"
msgstr "Añadida la opcion de importar y exportar chats"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:252
+#: data/com.jeffser.Alpaca.metainfo.xml.in:385
msgid "Added option to run Alpaca with Ollama in the background"
msgstr "Añadida la opcion de ejecutar Alpaca y Ollama en el fondo"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:253
+#: data/com.jeffser.Alpaca.metainfo.xml.in:386
msgid "Added preferences dialog"
msgstr "Añadido dialogo de preferencias"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:254
+#: data/com.jeffser.Alpaca.metainfo.xml.in:387
msgid "Changed the welcome dialog"
msgstr "Nuevo dialogo de bienvenida"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:256
-#: data/com.jeffser.Alpaca.metainfo.xml.in:273
-#: data/com.jeffser.Alpaca.metainfo.xml.in:285
-#: data/com.jeffser.Alpaca.metainfo.xml.in:304
-#: data/com.jeffser.Alpaca.metainfo.xml.in:325
-#: data/com.jeffser.Alpaca.metainfo.xml.in:341
-#: data/com.jeffser.Alpaca.metainfo.xml.in:357
-#: data/com.jeffser.Alpaca.metainfo.xml.in:371
-#: data/com.jeffser.Alpaca.metainfo.xml.in:381
-#: data/com.jeffser.Alpaca.metainfo.xml.in:399
-#: data/com.jeffser.Alpaca.metainfo.xml.in:421
+#: data/com.jeffser.Alpaca.metainfo.xml.in:389
+#: data/com.jeffser.Alpaca.metainfo.xml.in:406
+#: data/com.jeffser.Alpaca.metainfo.xml.in:418
+#: data/com.jeffser.Alpaca.metainfo.xml.in:437
+#: data/com.jeffser.Alpaca.metainfo.xml.in:458
+#: data/com.jeffser.Alpaca.metainfo.xml.in:474
+#: data/com.jeffser.Alpaca.metainfo.xml.in:490
+#: data/com.jeffser.Alpaca.metainfo.xml.in:504
+#: data/com.jeffser.Alpaca.metainfo.xml.in:514
+#: data/com.jeffser.Alpaca.metainfo.xml.in:532
+#: data/com.jeffser.Alpaca.metainfo.xml.in:554
msgid "Please report any errors to the issues page, thank you."
msgstr "Por favor reporta cualquier error a la página de problemas, gracias."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:264
+#: data/com.jeffser.Alpaca.metainfo.xml.in:397
msgid "Yet Another Daily Update"
msgstr "Otra Actulización Diaria"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:266
+#: data/com.jeffser.Alpaca.metainfo.xml.in:399
msgid "Added better UI for 'Manage Models' dialog"
msgstr "Añadida mejor interfaz para el dialogo 'gestión de modelos'"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:267
+#: data/com.jeffser.Alpaca.metainfo.xml.in:400
msgid "Added better UI for the chat sidebar"
msgstr "Añadida mejor interfaz para la barra de lado de chat"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:268
+#: data/com.jeffser.Alpaca.metainfo.xml.in:401
msgid ""
"Replaced model description with a button to open Ollama's website for the "
"model"
@@ -453,49 +754,49 @@ msgstr ""
"Remplazada la descripción de modelo por un botón para abrir la página web de "
"Ollama para el modelo"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:269
+#: data/com.jeffser.Alpaca.metainfo.xml.in:402
msgid "Added myself to the credits as the spanish translator"
msgstr "Agregue mi nombre en los creditos como el traductor a Español"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:270
+#: data/com.jeffser.Alpaca.metainfo.xml.in:403
msgid "Using XDG properly to get config folder"
msgstr "Usando XDG apropiadamente para obtener el folder de configuración"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:271
+#: data/com.jeffser.Alpaca.metainfo.xml.in:404
msgid "Update for translations"
msgstr "Actualización para traducciones"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:283
+#: data/com.jeffser.Alpaca.metainfo.xml.in:416
msgid "The last update had some mistakes in the description of the update"
msgstr ""
"La última actualización tenía unos errores en la descripción de la "
"actualización"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:293
+#: data/com.jeffser.Alpaca.metainfo.xml.in:426
msgid "Another Daily Update"
msgstr "Otra Actulización Diaria"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:295
+#: data/com.jeffser.Alpaca.metainfo.xml.in:428
msgid "Added full Spanish translation"
msgstr "Añadida traducción completa a Español"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:296
+#: data/com.jeffser.Alpaca.metainfo.xml.in:429
msgid "Added support for background pulling of multiple models"
msgstr "Añadido soporte para descargar multiples modelos en el fondo"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:297
+#: data/com.jeffser.Alpaca.metainfo.xml.in:430
msgid "Added interrupt button"
msgstr "Añadido botón de interrupción"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:298
+#: data/com.jeffser.Alpaca.metainfo.xml.in:431
msgid "Added basic shortcuts"
msgstr "Añadidos atajos de teclado basicos"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:299
+#: data/com.jeffser.Alpaca.metainfo.xml.in:432
msgid "Better translation support"
msgstr "Mejor soporte para traducciones"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:300
+#: data/com.jeffser.Alpaca.metainfo.xml.in:433
msgid ""
"User can now leave chat name empty when creating a new one, it will add a "
"placeholder name"
@@ -503,130 +804,130 @@ msgstr ""
"El usuario ahora puede dejar el nombre del chat vacio durante la creación, "
"la aplicación añadira un placeholder"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:301
+#: data/com.jeffser.Alpaca.metainfo.xml.in:434
msgid "Better scalling for different window sizes"
msgstr "Mejor escalado para distintos tamaños de ventana"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:302
+#: data/com.jeffser.Alpaca.metainfo.xml.in:435
msgid "Fixed: Can't close app if first time setup fails"
msgstr "Arreglado: No se puede cerrar la aplicación en el primer setup"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:312
+#: data/com.jeffser.Alpaca.metainfo.xml.in:445
msgid "Really Big Update"
msgstr "Actualización Bastante Grande"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:314
+#: data/com.jeffser.Alpaca.metainfo.xml.in:447
msgid "Added multiple chats support!"
msgstr "Añadido soporte para multiples chats!"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:315
+#: data/com.jeffser.Alpaca.metainfo.xml.in:448
msgid "Added Pango Markup support (bold, list, title, subtitle, monospace)"
msgstr ""
"Añadido soporte para Pango Markup (negrita, lista, titulo, subtitulo, "
"monoespaciado)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:316
+#: data/com.jeffser.Alpaca.metainfo.xml.in:449
msgid "Added autoscroll if the user is at the bottom of the chat"
msgstr ""
"Añadido autoscroll si el usuario se encuentra en la parte inferior del chat"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:317
+#: data/com.jeffser.Alpaca.metainfo.xml.in:450
msgid "Added support for multiple tags on a single model"
msgstr "Añadido soporte para multiples etiquetas con un solo modelo"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:318
+#: data/com.jeffser.Alpaca.metainfo.xml.in:451
msgid "Added better model management dialog"
msgstr "Añadido mejor gestión de modelos"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:319
+#: data/com.jeffser.Alpaca.metainfo.xml.in:452
msgid "Added loading spinner when sending message"
msgstr "Añadido spinner de carga cuando se envia un mensaje"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:320
+#: data/com.jeffser.Alpaca.metainfo.xml.in:453
msgid "Added notifications if app is not active and a model pull finishes"
msgstr ""
"Añadidas notificaciones si la aplicación no está activa y la descarga de un "
"modelo finaliza"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:321
+#: data/com.jeffser.Alpaca.metainfo.xml.in:454
msgid "Added new symbolic icon"
msgstr "Añadido nuevo icono simbolico"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:322
+#: data/com.jeffser.Alpaca.metainfo.xml.in:455
msgid "Added frame to message textview widget"
msgstr "Añadido borde al objeto textview del mensaje"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:323
+#: data/com.jeffser.Alpaca.metainfo.xml.in:456
msgid "Fixed \"code blocks shouldn't be editable\""
msgstr "Arreglado \"bloques de codigo no deberían de ser editables\""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:335
+#: data/com.jeffser.Alpaca.metainfo.xml.in:468
msgid "Added code highlighting"
msgstr "Añadido resaltado de código"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:336
+#: data/com.jeffser.Alpaca.metainfo.xml.in:469
msgid "Added image recognition (llava model)"
msgstr "Añadido reconocimiento de imagenes (modelo llava)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:337
+#: data/com.jeffser.Alpaca.metainfo.xml.in:470
msgid "Added multiline prompt"
msgstr "Añadido caja de texto de multiples lineas"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:338
+#: data/com.jeffser.Alpaca.metainfo.xml.in:471
msgid "Fixed some small bugs"
msgstr "Arreglados unos pequeños errores"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:339
+#: data/com.jeffser.Alpaca.metainfo.xml.in:472
msgid "General optimization"
msgstr "Optimización general"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:349
+#: data/com.jeffser.Alpaca.metainfo.xml.in:482
msgid "Fixes and features"
msgstr "Arreglos y funcionalidades"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:351
+#: data/com.jeffser.Alpaca.metainfo.xml.in:484
msgid "Russian translation (thanks github/alexkdeveloper)"
msgstr "Traducción a Ruso (gracias github/alexkdeveloper)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:352
+#: data/com.jeffser.Alpaca.metainfo.xml.in:485
msgid "Fixed: Cannot close app on first setup"
msgstr "Arreglado: No se puede cerrar la aplicación en el primer setup"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:353
+#: data/com.jeffser.Alpaca.metainfo.xml.in:486
msgid "Fixed: Brand colors for Flathub"
msgstr "Arreglado: Colores de marca para Flathub"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:354
+#: data/com.jeffser.Alpaca.metainfo.xml.in:487
msgid "Fixed: App description"
msgstr "Arreglado: Descripción de aplicación"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:355
+#: data/com.jeffser.Alpaca.metainfo.xml.in:488
msgid "Fixed: Only show 'save changes dialog' when you actually change the url"
msgstr ""
"Arreglado: Solo mostrar el dialogo 'guardar cambios' cuando se cambia el url"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:365
+#: data/com.jeffser.Alpaca.metainfo.xml.in:498
msgid "0.2.2 Bug fixes"
msgstr "0.2.2 Arreglo de errores"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:367
+#: data/com.jeffser.Alpaca.metainfo.xml.in:500
msgid "Toast messages appearing behind dialogs"
msgstr "Mensajes toast apareciendo detrás de dialogos"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:368
+#: data/com.jeffser.Alpaca.metainfo.xml.in:501
msgid "Local model list not updating when changing servers"
msgstr ""
"Lista de modelos locales no es actualizada cuando se cambia el servidor"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:369
+#: data/com.jeffser.Alpaca.metainfo.xml.in:502
msgid "Closing the setup dialog closes the whole app"
msgstr "Cerrar el dialogo de setup cierra toda la aplicación"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:379
+#: data/com.jeffser.Alpaca.metainfo.xml.in:512
msgid "0.2.1 Data saving fix"
msgstr "0.2.1 Arreglo en el guardado de datos"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:380
+#: data/com.jeffser.Alpaca.metainfo.xml.in:513
msgid ""
"The app didn't save the config files and chat history to the right "
"directory, this is now fixed"
@@ -634,54 +935,54 @@ msgstr ""
"La aplicación no guardaba los archivos de configuración o los chats en el "
"directorio correcto, esto ahora ha sido arreglado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:389
+#: data/com.jeffser.Alpaca.metainfo.xml.in:522
msgid "0.2.0"
msgstr "0.2.0"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:391
+#: data/com.jeffser.Alpaca.metainfo.xml.in:524
msgid "New Features"
msgstr "Nuevas funcionalidades"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:393
+#: data/com.jeffser.Alpaca.metainfo.xml.in:526
msgid "Restore chat after closing the app"
msgstr "Restaurar chat despues de cerrar la aplicación"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:394
+#: data/com.jeffser.Alpaca.metainfo.xml.in:527
msgid "A button to clear the chat"
msgstr "Un botón para limpiar el chat"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:395
+#: data/com.jeffser.Alpaca.metainfo.xml.in:528
msgid "Fixed multiple bugs involving how messages are shown"
msgstr "Arreglados multiples errores acerca de como los mensajes son mostrados"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:396
+#: data/com.jeffser.Alpaca.metainfo.xml.in:529
msgid "Added welcome dialog"
msgstr "Añadido dialogo de bienvenida"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:397
+#: data/com.jeffser.Alpaca.metainfo.xml.in:530
msgid "More stability"
msgstr "Más estabilidad"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:407
+#: data/com.jeffser.Alpaca.metainfo.xml.in:540
msgid "0.1.2 Quick fixes"
msgstr "0.1.2 Arreglos rápidos"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:408
+#: data/com.jeffser.Alpaca.metainfo.xml.in:541
msgid ""
"This release fixes some metadata needed to have a proper Flatpak application"
msgstr ""
"Esta versión arregla metadatos necesarios para tener un aplicación de "
"Flatpak justa"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:414
+#: data/com.jeffser.Alpaca.metainfo.xml.in:547
msgid "0.1.1 Stable Release"
msgstr "0.1.1"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:415
+#: data/com.jeffser.Alpaca.metainfo.xml.in:548
msgid "This is the first public version of Alpaca"
msgstr "Esta es la primera versión publica de Alpaca"
-#: src/window.py:62 src/window.py:1100 src/window.py:1166 src/dialogs.py:84
+#: src/window.py:61 src/window.py:1131 src/window.py:1197 src/dialogs.py:84
#: src/window.ui:43
msgid "New Chat"
msgstr "Nuevo Chat"
@@ -702,121 +1003,140 @@ msgstr "Cerrar"
msgid "Next"
msgstr "Siguiente"
-#: src/window.py:299 src/window.py:310
+#: src/window.py:302 src/window.py:313
msgid "Failed to connect to server"
msgstr "No se pudo conectar al servidor"
-#: src/window.py:317
+#: src/window.py:320
msgid "Pulling in the background..."
msgstr "Descargando en el fondo..."
-#: src/window.py:369
+#: src/window.py:372
msgid "Stop Creating '{}'"
msgstr "Parar la creación de '{}'"
-#: src/window.py:406
+#: src/window.py:409
msgid "image"
msgstr "Imagen"
-#: src/window.py:478
+#: src/window.py:481
msgid "Message copied to the clipboard"
msgstr "Mensaje copiado"
-#: src/window.py:603
+#: src/window.py:607
msgid "Remove Message"
msgstr "Remover Mensaje"
-#: src/window.py:608 src/window.py:876
+#: src/window.py:612 src/window.py:904
msgid "Copy Message"
msgstr "Copiar Mensaje"
-#: src/window.py:613
+#: src/window.py:617
msgid "Edit Message"
msgstr "Editar Mensaje"
-#: src/window.py:666
+#: src/window.py:670
msgid "Missing Image"
msgstr "Imagen no Encontrada"
-#: src/window.py:682 src/window.py:684
+#: src/window.py:686 src/window.py:688
msgid "Missing image"
msgstr "Imagen no Encontrada"
-#: src/window.py:764
+#: src/window.py:768
msgid "Remove '{} ({})'"
msgstr "Remover '{} ({})'"
-#: src/window.py:904
+#: src/window.py:903
+msgid "Code Block"
+msgstr ""
+
+#: src/window.py:935
msgid "Code copied to the clipboard"
msgstr "Codigo copiado"
-#: src/window.py:985
+#: src/window.py:1016
msgid "Task Complete"
msgstr "Tarea completada"
-#: src/window.py:985 src/window.py:986
+#: src/window.py:1016 src/window.py:1017
msgid "Model '{}' pulled successfully."
msgstr "El modelo '{}' fue descargado exitosamente"
-#: src/window.py:990
+#: src/window.py:1021
msgid "Pull Model Error"
msgstr "Error Descargando Modelo"
-#: src/window.py:990
+#: src/window.py:1021
msgid "Failed to pull model '{}' due to network error."
msgstr "No se pudo descargar el modelo '{}' debido a un error de red"
-#: src/window.py:1022
+#: src/window.py:1053
msgid "Stop Pulling '{} ({})'"
msgstr "Parar Descarga de '{} ({})'"
-#: src/window.py:1065
+#: src/window.py:1096
msgid "Image Recognition"
msgstr "Reconocimiento de Imagenes"
-#: src/window.py:1182
+#: src/window.py:1213
msgid "Model deleted successfully"
msgstr "Modelo eliminado exitosamente"
-#: src/window.py:1260
+#: src/window.py:1292
msgid "There was an error with the local Ollama instance, so it has been reset"
msgstr ""
"Ha ocurrido un error con la instancia local de Ollama, ha sido reinicida"
-#: src/window.py:1280
+#: src/window.py:1312
msgid "Chat exported successfully"
msgstr "Chat exportado exitosamente"
-#: src/window.py:1349
+#: src/window.py:1381
msgid "Chat imported successfully"
msgstr "Chat importado exitosamente"
-#: src/window.py:1382
+#: src/window.py:1414
msgid "Cannot open image"
msgstr "No se pudo abrir la imagen"
-#: src/window.py:1464
+#: src/window.py:1496
msgid "This video is not available"
msgstr "Este video no está disponible"
-#: src/window.py:1482 src/dialogs.py:264
+#: src/window.py:1514 src/dialogs.py:276
msgid "Image recognition is only available on specific models"
msgstr ""
"Reconocimiento de imagenes esta disponible solamente en modelos compatibles"
#: src/available_models_descriptions.py:2
+msgid ""
+"Llama 3.1 is a new state-of-the-art model from Meta available in 8B, 70B and "
+"405B parameter sizes."
+msgstr ""
+
+#: src/available_models_descriptions.py:3
msgid "Google Gemma 2 is now available in 2 sizes, 9B and 27B."
msgstr "Google Gemma 2 ahora esta disponible en 2 tamaños, 9B y 27B."
-#: src/available_models_descriptions.py:3
-msgid "Meta Llama 3: The most capable openly available LLM to date"
-msgstr "Meta Llama 3: El LLM abierto más capaz a esta fecha."
-
#: src/available_models_descriptions.py:4
+msgid ""
+"A state-of-the-art 12B model with 128k context length, built by Mistral AI "
+"in collaboration with NVIDIA."
+msgstr ""
+
+#: src/available_models_descriptions.py:5
+msgid ""
+"Mistral Large 2 is Mistral's new flagship model that is significantly more "
+"capable in code generation, mathematics, and reasoning with 128k context "
+"window and support for dozens of languages."
+msgstr ""
+
+#: src/available_models_descriptions.py:6
msgid "Qwen2 is a new series of large language models from Alibaba group"
msgstr "Qwen2 es una nueva serie de LLM del grupo Alibaba."
-#: src/available_models_descriptions.py:5
+#: src/available_models_descriptions.py:7
msgid ""
"An open-source Mixture-of-Experts code language model that achieves "
"performance comparable to GPT4-Turbo in code-specific tasks."
@@ -824,7 +1144,7 @@ msgstr ""
"Un modelo de lenguaje Mixturer-of-Experts abierto que consigue un "
"rendimiento comparable a GPT4-Turbo en tareas especificas a codigo."
-#: src/available_models_descriptions.py:6
+#: src/available_models_descriptions.py:8
msgid ""
"Phi-3 is a family of lightweight 3B (Mini) and 14B (Medium) state-of-the-art "
"open models by Microsoft."
@@ -832,19 +1152,11 @@ msgstr ""
"Phi-3 es una familia de los ultimos modelos livianos de Microsoft, 3B (Mini) "
"y 14B (Medium)."
-#: src/available_models_descriptions.py:7
-msgid ""
-"Aya 23, released by Cohere, is a new family of state-of-the-art, "
-"multilingual models that support 23 languages."
-msgstr ""
-"Aya 23, lanzado por Cohere, es una familia de los ultimos modelos "
-"multilingües que soportan 23 lenguajes."
-
-#: src/available_models_descriptions.py:8
+#: src/available_models_descriptions.py:9
msgid "The 7B model released by Mistral AI, updated to version 0.3."
msgstr "El modelo 7B lanzado por Mistral AI, actualizado a la versión 0.3."
-#: src/available_models_descriptions.py:9
+#: src/available_models_descriptions.py:10
msgid ""
"A set of Mixture of Experts (MoE) model with open weights by Mistral AI in "
"8x7b and 8x22b parameter sizes."
@@ -852,7 +1164,7 @@ msgstr ""
"Un set de modelos Mixture-of-Experts (MoE) con pesos abiertos por Mistral AI "
"dispnible en tamaños de parametros 8x7b y 8x22b."
-#: src/available_models_descriptions.py:10
+#: src/available_models_descriptions.py:11
msgid ""
"CodeGemma is a collection of powerful, lightweight models that can perform a "
"variety of coding tasks like fill-in-the-middle code completion, code "
@@ -864,7 +1176,7 @@ msgstr ""
"codigo, generación de codigo, comprensión de lenguaje natural, razonamiento "
"matematico y seguimiento de instrucciones."
-#: src/available_models_descriptions.py:11
+#: src/available_models_descriptions.py:12
msgid ""
"Command R is a Large Language Model optimized for conversational interaction "
"and long context tasks."
@@ -872,7 +1184,7 @@ msgstr ""
"Command R es un LLM optimizado para interacciones conversacionales y tareas "
"que requieren un contexto largo."
-#: src/available_models_descriptions.py:12
+#: src/available_models_descriptions.py:13
msgid ""
"Command R+ is a powerful, scalable large language model purpose-built to "
"excel at real-world enterprise use cases."
@@ -880,7 +1192,7 @@ msgstr ""
"Command R+ es un poderoso, escalable LLM construido con el proposito de "
"sobresalir en usos profesionales del mundo real."
-#: src/available_models_descriptions.py:13
+#: src/available_models_descriptions.py:14
msgid ""
"🌋 LLaVA is a novel end-to-end trained large multimodal model that combines "
"a vision encoder and Vicuna for general-purpose visual and language "
@@ -890,7 +1202,11 @@ msgstr ""
"encodificador visual y Vicuna para entendimiento general en lenguaje y "
"visión. Acutalizado a la versión 1.6."
-#: src/available_models_descriptions.py:14
+#: src/available_models_descriptions.py:15
+msgid "Meta Llama 3: The most capable openly available LLM to date"
+msgstr "Meta Llama 3: El LLM abierto más capaz a esta fecha."
+
+#: src/available_models_descriptions.py:16
msgid ""
"Gemma is a family of lightweight, state-of-the-art open models built by "
"Google DeepMind. Updated to version 1.1"
@@ -898,7 +1214,7 @@ msgstr ""
"Gemma es una familia de nuevos modelos abiertos livianos construidos por "
"Google DeepMind. Actualizado a la versión 1.1."
-#: src/available_models_descriptions.py:15
+#: src/available_models_descriptions.py:17
msgid ""
"Qwen 1.5 is a series of large language models by Alibaba Cloud spanning from "
"0.5B to 110B parameters"
@@ -906,7 +1222,7 @@ msgstr ""
"Qwen 1.5 es una serie de LLM por Alibaba Cloud que cubren parametros entre "
"0.5B hasta 110B."
-#: src/available_models_descriptions.py:16
+#: src/available_models_descriptions.py:18
msgid ""
"Llama 2 is a collection of foundation language models ranging from 7B to 70B "
"parameters."
@@ -914,13 +1230,13 @@ msgstr ""
"Llama 2 es una colección de modelos bases que cubren parametros entre 7B y "
"70B."
-#: src/available_models_descriptions.py:17
+#: src/available_models_descriptions.py:19
msgid ""
"A large language model that can use text prompts to generate and discuss "
"code."
msgstr "Un LLM que puede usar texto para generar y discutir sobre codigo."
-#: src/available_models_descriptions.py:18
+#: src/available_models_descriptions.py:20
msgid ""
"Uncensored, 8x7b and 8x22b fine-tuned models based on the Mixtral mixture of "
"experts models that excels at coding tasks. Created by Eric Hartford."
@@ -929,18 +1245,6 @@ msgstr ""
"modelos expertos de Mixtral especializados en tareas de codigo. Creado por "
"Eric Hartford."
-#: src/available_models_descriptions.py:19
-msgid "Uncensored Llama 2 model by George Sung and Jarrad Hope."
-msgstr "Modelo Llama 2 descensurado por George Sung y Jarrad Hope."
-
-#: src/available_models_descriptions.py:20
-msgid ""
-"DeepSeek Coder is a capable coding model trained on two trillion code and "
-"natural language tokens."
-msgstr ""
-"DeepSeek Coder en un modelo especializado en codigo, entrenado en 2 "
-"trillones de tokens de codigo y lenguaje natural."
-
#: src/available_models_descriptions.py:21
msgid ""
"A high-performing open embedding model with a large token context window."
@@ -949,6 +1253,10 @@ msgstr ""
"contexto de token."
#: src/available_models_descriptions.py:22
+msgid "Uncensored Llama 2 model by George Sung and Jarrad Hope."
+msgstr "Modelo Llama 2 descensurado por George Sung y Jarrad Hope."
+
+#: src/available_models_descriptions.py:23
msgid ""
"Phi-2: a 2.7B language model by Microsoft Research that demonstrates "
"outstanding reasoning and language understanding capabilities."
@@ -956,7 +1264,15 @@ msgstr ""
"Phi-2: un modelo de lenguaje de 2.700 millones de Microsoft Research que "
"demuestra excelentes capacidades de razonamiento y comprensión del lenguaje."
-#: src/available_models_descriptions.py:23
+#: src/available_models_descriptions.py:24
+msgid ""
+"DeepSeek Coder is a capable coding model trained on two trillion code and "
+"natural language tokens."
+msgstr ""
+"DeepSeek Coder en un modelo especializado en codigo, entrenado en 2 "
+"trillones de tokens de codigo y lenguaje natural."
+
+#: src/available_models_descriptions.py:25
msgid ""
"The uncensored Dolphin model based on Mistral that excels at coding tasks. "
"Updated to version 2.8."
@@ -964,15 +1280,7 @@ msgstr ""
"El modelo descensurado Dolphin, basado en Mistral que sobresale en tareas de "
"codigo. Actualizado a la versión 2.8."
-#: src/available_models_descriptions.py:24
-msgid ""
-"Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the "
-"Mistral 7B model using the OpenOrca dataset."
-msgstr ""
-"Mistral OpenOrca es un modelo de 7 billones de parametros, afinado con base "
-"en el modelo Mistral 7B usando el dataset de OpenOrca."
-
-#: src/available_models_descriptions.py:25
+#: src/available_models_descriptions.py:26
msgid ""
"A general-purpose model ranging from 3 billion parameters to 70 billion, "
"suitable for entry-level hardware."
@@ -980,10 +1288,6 @@ msgstr ""
"Un modelo de uso general oscilando entre 3 billones hasta 70 billones de "
"parametros, adecuado para hardware básico."
-#: src/available_models_descriptions.py:26
-msgid "State-of-the-art large embedding model from mixedbread.ai"
-msgstr "Modelo de integración grande de última generación de Mixedbread.ai"
-
#: src/available_models_descriptions.py:27
msgid ""
"Dolphin 2.9 is a new model with 8B and 70B sizes by Eric Hartford based on "
@@ -994,6 +1298,10 @@ msgstr ""
"conversacionales y habilidades en código"
#: src/available_models_descriptions.py:28
+msgid "State-of-the-art large embedding model from mixedbread.ai"
+msgstr "Modelo de integración grande de última generación de Mixedbread.ai"
+
+#: src/available_models_descriptions.py:29
msgid ""
"StarCoder2 is the next generation of transparently trained open code LLMs "
"that comes in three sizes: 3B, 7B and 15B parameters."
@@ -1002,19 +1310,13 @@ msgstr ""
"entrenados de manera transparente, que vienen en tres tamaños: 3B, 7B y 15B "
"parámetros."
-#: src/available_models_descriptions.py:29
-msgid "Llama 2 based model fine tuned to improve Chinese dialogue ability."
-msgstr ""
-"Modelo basado en Llama 2 ajustado para mejorar la capacidad de diálogo en "
-"chino."
-
#: src/available_models_descriptions.py:30
msgid ""
-"Zephyr is a series of fine-tuned versions of the Mistral and Mixtral models "
-"that are trained to act as helpful assistants."
+"Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the "
+"Mistral 7B model using the OpenOrca dataset."
msgstr ""
-"Zephyr es una serie de versiones ajustadas de los modelos Mistral y Mixtral "
-"que están entrenados para actuar como asistentes útiles."
+"Mistral OpenOrca es un modelo de 7 billones de parametros, afinado con base "
+"en el modelo Mistral 7B usando el dataset de OpenOrca."
#: src/available_models_descriptions.py:31
msgid "Yi 1.5 is a high-performing, bilingual language model."
@@ -1022,13 +1324,27 @@ msgstr "Yi 1.5 es un modelo de lenguaje bilingüe de alto rendimiento."
#: src/available_models_descriptions.py:32
msgid ""
-"The powerful family of models by Nous Research that excels at scientific "
-"discussion and coding tasks."
+"Zephyr is a series of fine-tuned versions of the Mistral and Mixtral models "
+"that are trained to act as helpful assistants."
msgstr ""
-"La poderosa familia de modelos de Nous Research que sobresale en discusiones "
-"científicas y tareas de programación."
+"Zephyr es una serie de versiones ajustadas de los modelos Mistral y Mixtral "
+"que están entrenados para actuar como asistentes útiles."
#: src/available_models_descriptions.py:33
+msgid "Llama 2 based model fine tuned to improve Chinese dialogue ability."
+msgstr ""
+"Modelo basado en Llama 2 ajustado para mejorar la capacidad de diálogo en "
+"chino."
+
+#: src/available_models_descriptions.py:34
+msgid ""
+"A LLaVA model fine-tuned from Llama 3 Instruct with better scores in several "
+"benchmarks."
+msgstr ""
+"Un modelo LLaVA ajustado a partir de Llama 3 Instruct con mejores "
+"puntuaciones en varios benchmarks."
+
+#: src/available_models_descriptions.py:35
msgid ""
"General use chat model based on Llama and Llama 2 with 2K to 16K context "
"sizes."
@@ -1036,15 +1352,15 @@ msgstr ""
"Modelo de chat de uso general basado en Llama y Llama 2 con tamaños de "
"contexto de 2K a 16K."
-#: src/available_models_descriptions.py:34
+#: src/available_models_descriptions.py:36
msgid ""
-"Wizard Vicuna Uncensored is a 7B, 13B, and 30B parameter model based on "
-"Llama 2 uncensored by Eric Hartford."
+"The powerful family of models by Nous Research that excels at scientific "
+"discussion and coding tasks."
msgstr ""
-"Wizard Vicuna Uncensored es un modelo de 7B, 13B y 30B parámetros basado en "
-"Llama 2 sin censura por Eric Hartford."
+"La poderosa familia de modelos de Nous Research que sobresale en discusiones "
+"científicas y tareas de programación."
-#: src/available_models_descriptions.py:35
+#: src/available_models_descriptions.py:37
msgid ""
"The TinyLlama project is an open endeavor to train a compact 1.1B Llama "
"model on 3 trillion tokens."
@@ -1052,7 +1368,30 @@ msgstr ""
"El proyecto TinyLlama es un esfuerzo abierto para entrenar un modelo "
"compacto de Llama de 1.1B en 3 billones de tokens."
-#: src/available_models_descriptions.py:36
+#: src/available_models_descriptions.py:38
+msgid ""
+"Wizard Vicuna Uncensored is a 7B, 13B, and 30B parameter model based on "
+"Llama 2 uncensored by Eric Hartford."
+msgstr ""
+"Wizard Vicuna Uncensored es un modelo de 7B, 13B y 30B parámetros basado en "
+"Llama 2 sin censura por Eric Hartford."
+
+#: src/available_models_descriptions.py:39
+msgid ""
+"Codestral is Mistral AI’s first-ever code model designed for code generation "
+"tasks."
+msgstr ""
+"Codestral es el primer modelo de código de Mistral AI diseñado para tareas "
+"de generación de código."
+
+#: src/available_models_descriptions.py:40
+msgid ""
+"StarCoder is a code generation model trained on 80+ programming languages."
+msgstr ""
+"StarCoder es un modelo de generación de código entrenado en más de 80 "
+"lenguajes de programación."
+
+#: src/available_models_descriptions.py:41
msgid ""
"State of the art large language model from Microsoft AI with improved "
"performance on complex chat, multilingual, reasoning and agent use cases."
@@ -1061,22 +1400,7 @@ msgstr ""
"mejorado en chat complejo, multilingüe, razonamiento y casos de uso de "
"agentes."
-#: src/available_models_descriptions.py:37
-msgid ""
-"StarCoder is a code generation model trained on 80+ programming languages."
-msgstr ""
-"StarCoder es un modelo de generación de código entrenado en más de 80 "
-"lenguajes de programación."
-
-#: src/available_models_descriptions.py:38
-msgid ""
-"Codestral is Mistral AI’s first-ever code model designed for code generation "
-"tasks."
-msgstr ""
-"Codestral es el primer modelo de código de Mistral AI diseñado para tareas "
-"de generación de código."
-
-#: src/available_models_descriptions.py:39
+#: src/available_models_descriptions.py:42
msgid ""
"A family of open-source models trained on a wide variety of data, surpassing "
"ChatGPT on various benchmarks. Updated to version 3.5-0106."
@@ -1085,7 +1409,15 @@ msgstr ""
"de datos, superando a ChatGPT en varios benchmarks. Actualizado a la versión "
"3.5-0106."
-#: src/available_models_descriptions.py:40
+#: src/available_models_descriptions.py:43
+msgid ""
+"Aya 23, released by Cohere, is a new family of state-of-the-art, "
+"multilingual models that support 23 languages."
+msgstr ""
+"Aya 23, lanzado por Cohere, es una familia de los ultimos modelos "
+"multilingües que soportan 23 lenguajes."
+
+#: src/available_models_descriptions.py:44
msgid ""
"An experimental 1.1B parameter model trained on the new Dolphin 2.8 dataset "
"by Eric Hartford and based on TinyLlama."
@@ -1093,7 +1425,7 @@ msgstr ""
"Un modelo experimental de 1.1B parámetros entrenado en el nuevo conjunto de "
"datos Dolphin 2.8 por Eric Hartford y basado en TinyLlama."
-#: src/available_models_descriptions.py:41
+#: src/available_models_descriptions.py:45
msgid ""
"OpenHermes 2.5 is a 7B model fine-tuned by Teknium on Mistral with fully "
"open datasets."
@@ -1101,11 +1433,11 @@ msgstr ""
"OpenHermes 2.5 es un modelo de 7B ajustado por Teknium en Mistral con "
"conjuntos de datos completamente abiertos."
-#: src/available_models_descriptions.py:42
+#: src/available_models_descriptions.py:46
msgid "State-of-the-art code generation model"
msgstr "Modelo de generación de código de vanguardia."
-#: src/available_models_descriptions.py:43
+#: src/available_models_descriptions.py:47
msgid ""
"Stable Code 3B is a coding model with instruct and code completion variants "
"on par with models such as Code Llama 7B that are 2.5x larger."
@@ -1114,19 +1446,7 @@ msgstr ""
"completado de código a la par con modelos como Code Llama 7B que son 2.5 "
"veces más grandes."
-#: src/available_models_descriptions.py:44
-msgid ""
-"A fine-tuned model based on Mistral with good coverage of domain and "
-"language."
-msgstr ""
-"Un modelo ajustado basado en Mistral con buena cobertura de dominio y "
-"lenguaje."
-
-#: src/available_models_descriptions.py:45
-msgid "Model focused on math and logic problems"
-msgstr "Modelo enfocado en problemas de matemáticas y lógica."
-
-#: src/available_models_descriptions.py:46
+#: src/available_models_descriptions.py:48
msgid ""
"CodeQwen1.5 is a large language model pretrained on a large amount of code "
"data."
@@ -1134,11 +1454,19 @@ msgstr ""
"CodeQwen1.5 es un modelo de lenguaje grande preentrenado con una gran "
"cantidad de datos de código."
-#: src/available_models_descriptions.py:47
-msgid "Code generation model based on Code Llama."
-msgstr "Modelo de generación de código basado en Code Llama."
+#: src/available_models_descriptions.py:49
+msgid "Model focused on math and logic problems"
+msgstr "Modelo enfocado en problemas de matemáticas y lógica."
-#: src/available_models_descriptions.py:48
+#: src/available_models_descriptions.py:50
+msgid ""
+"A fine-tuned model based on Mistral with good coverage of domain and "
+"language."
+msgstr ""
+"Un modelo ajustado basado en Mistral con buena cobertura de dominio y "
+"lenguaje."
+
+#: src/available_models_descriptions.py:51
msgid ""
"Stable LM 2 is a state-of-the-art 1.6B and 12B parameter language model "
"trained on multilingual data in English, Spanish, German, Italian, French, "
@@ -1148,7 +1476,22 @@ msgstr ""
"entrenado en datos multilingües en inglés, español, alemán, italiano, "
"francés, portugués y neerlandés."
-#: src/available_models_descriptions.py:49
+#: src/available_models_descriptions.py:52
+msgid "A family of open foundation models by IBM for Code Intelligence"
+msgstr ""
+"Una familia de modelos de base abiertos por IBM para Code Intelligence."
+
+#: src/available_models_descriptions.py:53
+msgid "Embedding models on very large sentence level datasets."
+msgstr ""
+"Modelos de incrustación en conjuntos de datos de nivel de oración muy "
+"grandes."
+
+#: src/available_models_descriptions.py:54
+msgid "Code generation model based on Code Llama."
+msgstr "Modelo de generación de código basado en Code Llama."
+
+#: src/available_models_descriptions.py:55
msgid ""
"A 7B and 15B uncensored variant of the Dolphin model family that excels at "
"coding, based on StarCoder2."
@@ -1156,17 +1499,26 @@ msgstr ""
"Una variante sin censura de 7B y 15B de la familia de modelos Dolphin que "
"sobresale en codificación, basada en StarCoder2."
-#: src/available_models_descriptions.py:50
-msgid "Embedding models on very large sentence level datasets."
-msgstr ""
-"Modelos de incrustación en conjuntos de datos de nivel de oración muy "
-"grandes."
-
-#: src/available_models_descriptions.py:51
+#: src/available_models_descriptions.py:56
msgid "General use models based on Llama and Llama 2 from Nous Research."
msgstr "Modelos de uso general basados en Llama y Llama 2 de Nous Research."
-#: src/available_models_descriptions.py:52
+#: src/available_models_descriptions.py:57
+msgid ""
+"SQLCoder is a code completion model fined-tuned on StarCoder for SQL "
+"generation tasks"
+msgstr ""
+"SQLCoder es un modelo de completado de código ajustado en StarCoder para "
+"tareas de generación de SQL."
+
+#: src/available_models_descriptions.py:58
+msgid ""
+"This model extends LLama-3 8B's context length from 8k to over 1m tokens."
+msgstr ""
+"Este modelo extiende la longitud del contexto de LLama-3 8B de 8k a más de "
+"1m tokens."
+
+#: src/available_models_descriptions.py:59
msgid ""
"Starling is a large language model trained by reinforcement learning from AI "
"feedback focused on improving chatbot helpfulness."
@@ -1175,15 +1527,32 @@ msgstr ""
"refuerzo a partir de retroalimentación de IA enfocado en mejorar la utilidad "
"de los chatbots."
-#: src/available_models_descriptions.py:53
-msgid ""
-"SQLCoder is a code completion model fined-tuned on StarCoder for SQL "
-"generation tasks"
-msgstr ""
-"SQLCoder es un modelo de completado de código ajustado en StarCoder para "
-"tareas de generación de SQL."
+#: src/available_models_descriptions.py:60
+msgid "An extension of Llama 2 that supports a context of up to 128k tokens."
+msgstr "Una extensión de Llama 2 que soporta un contexto de hasta 128k tokens."
-#: src/available_models_descriptions.py:54
+#: src/available_models_descriptions.py:61
+msgid ""
+"Conversational model based on Llama 2 that performs competitively on various "
+"benchmarks."
+msgstr ""
+"Modelo conversacional basado en Llama 2 que tiene un rendimiento competitivo "
+"en varios benchmarks."
+
+#: src/available_models_descriptions.py:62
+msgid "An advanced language model crafted with 2 trillion bilingual tokens."
+msgstr ""
+"Un modelo de lenguaje avanzado creado con 2 billones de tokens bilingües."
+
+#: src/available_models_descriptions.py:63
+msgid ""
+"A model from NVIDIA based on Llama 3 that excels at conversational question "
+"answering (QA) and retrieval-augmented generation (RAG)."
+msgstr ""
+"Un modelo de NVIDIA basado en Llama 3 que sobresale en respuesta a preguntas "
+"conversacionales (QA) y generación aumentada por recuperación (RAG)."
+
+#: src/available_models_descriptions.py:64
msgid ""
"Orca 2 is built by Microsoft research, and are a fine-tuned version of "
"Meta's Llama 2 models. The model is designed to excel particularly in "
@@ -1193,31 +1562,11 @@ msgstr ""
"los modelos Llama 2 de Meta. El modelo está diseñado para sobresalir "
"particularmente en razonamiento."
-#: src/available_models_descriptions.py:55
-msgid ""
-"This model extends LLama-3 8B's context length from 8k to over 1m tokens."
-msgstr ""
-"Este modelo extiende la longitud del contexto de LLama-3 8B de 8k a más de "
-"1m tokens."
+#: src/available_models_descriptions.py:65
+msgid "General use model based on Llama 2."
+msgstr "Modelo de uso general basado en Llama 2."
-#: src/available_models_descriptions.py:56
-msgid "An advanced language model crafted with 2 trillion bilingual tokens."
-msgstr ""
-"Un modelo de lenguaje avanzado creado con 2 billones de tokens bilingües."
-
-#: src/available_models_descriptions.py:57
-msgid "An extension of Llama 2 that supports a context of up to 128k tokens."
-msgstr "Una extensión de Llama 2 que soporta un contexto de hasta 128k tokens."
-
-#: src/available_models_descriptions.py:58
-msgid ""
-"A model from NVIDIA based on Llama 3 that excels at conversational question "
-"answering (QA) and retrieval-augmented generation (RAG)."
-msgstr ""
-"Un modelo de NVIDIA basado en Llama 3 que sobresale en respuesta a preguntas "
-"conversacionales (QA) y generación aumentada por recuperación (RAG)."
-
-#: src/available_models_descriptions.py:59
+#: src/available_models_descriptions.py:66
msgid ""
"A compact, yet powerful 10.7B large language model designed for single-turn "
"conversation."
@@ -1225,32 +1574,7 @@ msgstr ""
"Un modelo de lenguaje grande compacto pero poderoso de 10.7B diseñado para "
"conversación de un solo turno."
-#: src/available_models_descriptions.py:60
-msgid ""
-"Conversational model based on Llama 2 that performs competitively on various "
-"benchmarks."
-msgstr ""
-"Modelo conversacional basado en Llama 2 que tiene un rendimiento competitivo "
-"en varios benchmarks."
-
-#: src/available_models_descriptions.py:61
-msgid "A family of open foundation models by IBM for Code Intelligence"
-msgstr ""
-"Una familia de modelos de base abiertos por IBM para Code Intelligence."
-
-#: src/available_models_descriptions.py:62
-msgid ""
-"2.7B uncensored Dolphin model by Eric Hartford, based on the Phi language "
-"model by Microsoft Research."
-msgstr ""
-"Modelo Dolphin sin censura de 2.7B por Eric Hartford, basado en el modelo de "
-"lenguaje Phi por Microsoft Research."
-
-#: src/available_models_descriptions.py:63
-msgid "General use model based on Llama 2."
-msgstr "Modelo de uso general basado en Llama 2."
-
-#: src/available_models_descriptions.py:64
+#: src/available_models_descriptions.py:67
msgid ""
"A companion assistant trained in philosophy, psychology, and personal "
"relationships. Based on Mistral."
@@ -1258,7 +1582,15 @@ msgstr ""
"Un asistente compañero entrenado en filosofía, psicología y relaciones "
"personales. Basado en Mistral."
-#: src/available_models_descriptions.py:65
+#: src/available_models_descriptions.py:68
+msgid ""
+"2.7B uncensored Dolphin model by Eric Hartford, based on the Phi language "
+"model by Microsoft Research."
+msgstr ""
+"Modelo Dolphin sin censura de 2.7B por Eric Hartford, basado en el modelo de "
+"lenguaje Phi por Microsoft Research."
+
+#: src/available_models_descriptions.py:69
msgid ""
"Llama 2 based model fine tuned on an Orca-style dataset. Originally called "
"Free Willy."
@@ -1266,7 +1598,15 @@ msgstr ""
"Modelo basado en Llama 2 ajustado en un conjunto de datos estilo Orca. "
"Originalmente llamado Free Willy."
-#: src/available_models_descriptions.py:66
+#: src/available_models_descriptions.py:70
+msgid ""
+"moondream2 is a small vision language model designed to run efficiently on "
+"edge devices."
+msgstr ""
+"moondream2 es un pequeño modelo de lenguaje de visión diseñado para "
+"funcionar eficientemente en dispositivos periféricos."
+
+#: src/available_models_descriptions.py:71
msgid ""
"BakLLaVA is a multimodal model consisting of the Mistral 7B base model "
"augmented with the LLaVA architecture."
@@ -1274,19 +1614,23 @@ msgstr ""
"BakLLaVA es un modelo multimodal que consiste en el modelo base Mistral 7B "
"aumentado con la arquitectura LLaVA."
-#: src/available_models_descriptions.py:67
-msgid ""
-"A LLaVA model fine-tuned from Llama 3 Instruct with better scores in several "
-"benchmarks."
-msgstr ""
-"Un modelo LLaVA ajustado a partir de Llama 3 Instruct con mejores "
-"puntuaciones en varios benchmarks."
-
-#: src/available_models_descriptions.py:68
+#: src/available_models_descriptions.py:72
msgid "Uncensored version of Wizard LM model"
msgstr "Versión sin censura del modelo Wizard LM."
-#: src/available_models_descriptions.py:69
+#: src/available_models_descriptions.py:73
+msgid ""
+"A suite of text embedding models by Snowflake, optimized for performance."
+msgstr ""
+"Un conjunto de modelos de incrustación de texto por Snowflake, optimizados "
+"para el rendimiento."
+
+#: src/available_models_descriptions.py:74
+msgid "A strong, economical, and efficient Mixture-of-Experts language model."
+msgstr ""
+"Un modelo de lenguaje Mixture-of-Experts fuerte, económico y eficiente."
+
+#: src/available_models_descriptions.py:75
msgid ""
"Fine-tuned Llama 2 model to answer medical questions based on an open source "
"medical dataset."
@@ -1294,24 +1638,12 @@ msgstr ""
"Modelo Llama 2 ajustado para responder preguntas médicas basado en un "
"conjunto de datos médicos de código abierto."
-#: src/available_models_descriptions.py:70
-msgid "The Nous Hermes 2 model from Nous Research, now trained over Mixtral."
-msgstr ""
-"El modelo Nous Hermes 2 de Nous Research, ahora entrenado sobre Mixtral."
-
-#: src/available_models_descriptions.py:71
+#: src/available_models_descriptions.py:76
msgid "An extension of Mistral to support context windows of 64K or 128K."
msgstr ""
"Una extensión de Mistral para soportar ventanas de contexto de 64K o 128K."
-#: src/available_models_descriptions.py:72
-msgid ""
-"A suite of text embedding models by Snowflake, optimized for performance."
-msgstr ""
-"Un conjunto de modelos de incrustación de texto por Snowflake, optimizados "
-"para el rendimiento."
-
-#: src/available_models_descriptions.py:73
+#: src/available_models_descriptions.py:77
msgid ""
"An expansion of Llama 2 that specializes in integrating both general "
"language understanding and domain-specific knowledge, particularly in "
@@ -1321,11 +1653,12 @@ msgstr ""
"general del lenguaje como el conocimiento específico del dominio, "
"particularmente en programación y matemáticas."
-#: src/available_models_descriptions.py:74
-msgid "Great code generation model based on Llama2."
-msgstr "Gran modelo de generación de código basado en Llama2."
+#: src/available_models_descriptions.py:78
+msgid "The Nous Hermes 2 model from Nous Research, now trained over Mixtral."
+msgstr ""
+"El modelo Nous Hermes 2 de Nous Research, ahora entrenado sobre Mixtral."
-#: src/available_models_descriptions.py:75
+#: src/available_models_descriptions.py:79
msgid ""
"Open-source medical large language model adapted from Llama 2 to the medical "
"domain."
@@ -1333,27 +1666,39 @@ msgstr ""
"Modelo de lenguaje grande médico de código abierto adaptado de Llama 2 al "
"dominio médico."
-#: src/available_models_descriptions.py:76
-msgid ""
-"moondream2 is a small vision language model designed to run efficiently on "
-"edge devices."
-msgstr ""
-"moondream2 es un pequeño modelo de lenguaje de visión diseñado para "
-"funcionar eficientemente en dispositivos periféricos."
+#: src/available_models_descriptions.py:80
+msgid "Great code generation model based on Llama2."
+msgstr "Gran modelo de generación de código basado en Llama2."
-#: src/available_models_descriptions.py:77
-msgid "Uncensored Llama2 based model with support for a 16K context window."
-msgstr ""
-"Modelo sin censura basado en Llama2 con soporte para una ventana de contexto "
-"de 16K."
-
-#: src/available_models_descriptions.py:78
+#: src/available_models_descriptions.py:81
msgid ""
"Nexus Raven is a 13B instruction tuned model for function calling tasks."
msgstr ""
"Nexus Raven es un modelo ajustado de 13B para tareas de llamada de funciones."
-#: src/available_models_descriptions.py:79
+#: src/available_models_descriptions.py:82
+msgid "Uncensored Llama2 based model with support for a 16K context window."
+msgstr ""
+"Modelo sin censura basado en Llama2 con soporte para una ventana de contexto "
+"de 16K."
+
+#: src/available_models_descriptions.py:83
+msgid "A new small LLaVA model fine-tuned from Phi 3 Mini."
+msgstr "Un nuevo pequeño modelo LLaVA ajustado a partir de Phi 3 Mini."
+
+#: src/available_models_descriptions.py:84
+msgid ""
+"A versatile model for AI software development scenarios, including code "
+"completion."
+msgstr ""
+
+#: src/available_models_descriptions.py:85
+msgid ""
+"A strong multi-lingual general language model with competitive performance "
+"to Llama 3."
+msgstr ""
+
+#: src/available_models_descriptions.py:86
msgid ""
"🎩 Magicoder is a family of 7B parameter models trained on 75K synthetic "
"instruction data using OSS-Instruct, a novel approach to enlightening LLMs "
@@ -1363,12 +1708,7 @@ msgstr ""
"datos de instrucción sintética utilizando OSS-Instruct, un enfoque novedoso "
"para iluminar a los LLMs con fragmentos de código de código abierto."
-#: src/available_models_descriptions.py:80
-msgid "A strong, economical, and efficient Mixture-of-Experts language model."
-msgstr ""
-"Un modelo de lenguaje Mixture-of-Experts fuerte, económico y eficiente."
-
-#: src/available_models_descriptions.py:81
+#: src/available_models_descriptions.py:87
msgid ""
"A lightweight chat model allowing accurate, and responsive output without "
"requiring high-end hardware."
@@ -1376,7 +1716,7 @@ msgstr ""
"Un modelo de chat ligero que permite una salida precisa y receptiva sin "
"requerir hardware de alta gama."
-#: src/available_models_descriptions.py:82
+#: src/available_models_descriptions.py:88
msgid ""
"A high-performing code instruct model created by merging two existing code "
"models."
@@ -1384,11 +1724,7 @@ msgstr ""
"Un modelo de instrucción de código de alto rendimiento creado mediante la "
"fusión de dos modelos de código existentes."
-#: src/available_models_descriptions.py:83
-msgid "A new small LLaVA model fine-tuned from Phi 3 Mini."
-msgstr "Un nuevo pequeño modelo LLaVA ajustado a partir de Phi 3 Mini."
-
-#: src/available_models_descriptions.py:84
+#: src/available_models_descriptions.py:89
msgid ""
"MistralLite is a fine-tuned model based on Mistral with enhanced "
"capabilities of processing long contexts."
@@ -1396,7 +1732,7 @@ msgstr ""
"MistralLite es un modelo ajustado basado en Mistral con capacidades "
"mejoradas de procesamiento de contextos largos."
-#: src/available_models_descriptions.py:85
+#: src/available_models_descriptions.py:90
msgid ""
"Wizard Vicuna is a 13B parameter model based on Llama 2 trained by "
"MelodysDreamj."
@@ -1404,21 +1740,13 @@ msgstr ""
"Wizard Vicuna es un modelo de 13B parámetros basado en Llama 2 entrenado por "
"MelodysDreamj."
-#: src/available_models_descriptions.py:86
+#: src/available_models_descriptions.py:91
msgid "7B parameter text-to-SQL model made by MotherDuck and Numbers Station."
msgstr ""
"Modelo de texto a SQL de 7B parámetros hecho por MotherDuck y Numbers "
"Station."
-#: src/available_models_descriptions.py:87
-msgid ""
-"A language model created by combining two fine-tuned Llama 2 70B models into "
-"one."
-msgstr ""
-"Un modelo de lenguaje creado combinando dos modelos ajustados de Llama 2 70B "
-"en uno."
-
-#: src/available_models_descriptions.py:88
+#: src/available_models_descriptions.py:92
msgid ""
"MegaDolphin-2.2-120b is a transformation of Dolphin-2.2-70b created by "
"interleaving the model with itself."
@@ -1426,7 +1754,22 @@ msgstr ""
"MegaDolphin-2.2-120b es una transformación de Dolphin-2.2-70b creada al "
"entrelazar el modelo consigo mismo."
-#: src/available_models_descriptions.py:89
+#: src/available_models_descriptions.py:93
+msgid ""
+"A language model created by combining two fine-tuned Llama 2 70B models into "
+"one."
+msgstr ""
+"Un modelo de lenguaje creado combinando dos modelos ajustados de Llama 2 70B "
+"en uno."
+
+#: src/available_models_descriptions.py:94
+msgid ""
+"A top-performing mixture of experts model, fine-tuned with high-quality data."
+msgstr ""
+"Un modelo de mezcla de expertos de alto rendimiento, ajustado con datos de "
+"alta calidad."
+
+#: src/available_models_descriptions.py:95
msgid ""
"Merge of the Open Orca OpenChat model and the Garage-bAInd Platypus 2 model. "
"Designed for chat and code generation."
@@ -1434,24 +1777,7 @@ msgstr ""
"Fusión del modelo Open Orca OpenChat y el modelo Garage-bAInd Platypus 2. "
"Diseñado para chat y generación de código."
-#: src/available_models_descriptions.py:90
-msgid ""
-"A top-performing mixture of experts model, fine-tuned with high-quality data."
-msgstr ""
-"Un modelo de mezcla de expertos de alto rendimiento, ajustado con datos de "
-"alta calidad."
-
-#: src/available_models_descriptions.py:91
-msgid "A 7B chat model fine-tuned with high-quality data and based on Zephyr."
-msgstr ""
-"Un modelo de chat de 7B ajustado con datos de alta calidad y basado en "
-"Zephyr."
-
-#: src/available_models_descriptions.py:92
-msgid "DBRX is an open, general-purpose LLM created by Databricks."
-msgstr "DBRX es un LLM abierto de propósito general creado por Databricks."
-
-#: src/available_models_descriptions.py:93
+#: src/available_models_descriptions.py:96
msgid ""
"Falcon2 is an 11B parameters causal decoder-only model built by TII and "
"trained over 5T tokens."
@@ -1459,7 +1785,23 @@ msgstr ""
"Falcon2 es un modelo causal de 11B parámetros solo decodificador construido "
"por TII y entrenado en más de 5T tokens."
-#: src/available_models_descriptions.py:94
+#: src/available_models_descriptions.py:97
+msgid "A 7B chat model fine-tuned with high-quality data and based on Zephyr."
+msgstr ""
+"Un modelo de chat de 7B ajustado con datos de alta calidad y basado en "
+"Zephyr."
+
+#: src/available_models_descriptions.py:98
+msgid "DBRX is an open, general-purpose LLM created by Databricks."
+msgstr "DBRX es un LLM abierto de propósito general creado por Databricks."
+
+#: src/available_models_descriptions.py:99
+msgid ""
+"InternLM2.5 is a 7B parameter model tailored for practical scenarios with "
+"outstanding reasoning capability."
+msgstr ""
+
+#: src/available_models_descriptions.py:100
msgid ""
"A robust conversational model designed to be used for both chat and instruct "
"use cases."
@@ -1467,6 +1809,30 @@ msgstr ""
"Un modelo conversacional robusto diseñado para ser utilizado tanto en casos "
"de uso de chat como de instrucción."
+#: src/available_models_descriptions.py:101
+msgid ""
+"A series of models from Groq that represent a significant advancement in "
+"open-source AI capabilities for tool use/function calling."
+msgstr ""
+
+#: src/available_models_descriptions.py:102
+msgid ""
+"MathΣtral: a 7B model designed for math reasoning and scientific discovery "
+"by Mistral AI."
+msgstr ""
+
+#: src/available_models_descriptions.py:103
+msgid ""
+"An open weights function calling model based on Llama 3, competitive with "
+"GPT-4o function calling capabilities."
+msgstr ""
+
+#: src/available_models_descriptions.py:104
+msgid ""
+"A 3.8B model fine-tuned on a private high-quality synthetic dataset for "
+"information extraction, based on Phi-3."
+msgstr ""
+
#: src/dialogs.py:17
msgid "Chat cannot be cleared while receiving a message"
msgstr "El chat no puede ser limpiado mientras se recibe un mensaje"
@@ -1480,8 +1846,8 @@ msgid "Are you sure you want to clear the chat?"
msgstr "¿Estás seguro de que quieres limpiar el chat?"
#: src/dialogs.py:24 src/dialogs.py:45 src/dialogs.py:72 src/dialogs.py:99
-#: src/dialogs.py:121 src/dialogs.py:142 src/dialogs.py:164 src/dialogs.py:224
-#: src/dialogs.py:314 src/dialogs.py:352
+#: src/dialogs.py:121 src/dialogs.py:142 src/dialogs.py:164 src/dialogs.py:236
+#: src/dialogs.py:326 src/dialogs.py:364
msgid "Cancel"
msgstr "Cancelar"
@@ -1553,51 +1919,51 @@ msgstr "¿Estás seguro de que quieres remover el adjunto?"
msgid "Remove"
msgstr "Remover"
-#: src/dialogs.py:190
+#: src/dialogs.py:202
msgid "Connection Error"
msgstr "Error de conexión"
-#: src/dialogs.py:191
+#: src/dialogs.py:203
msgid "The remote instance has disconnected"
msgstr "La instancia remota se ha desconectado"
-#: src/dialogs.py:195
+#: src/dialogs.py:207
msgid "Close Alpaca"
msgstr "Cerrar Alpaca"
-#: src/dialogs.py:196
+#: src/dialogs.py:208
msgid "Use local instance"
msgstr "Usar instancia local"
-#: src/dialogs.py:197
+#: src/dialogs.py:209
msgid "Connect"
msgstr "Conectar"
-#: src/dialogs.py:220
+#: src/dialogs.py:232
msgid "Select Model"
msgstr "Selecciona el Modelo"
-#: src/dialogs.py:221
+#: src/dialogs.py:233
msgid "This model will be used as the base for the new model"
msgstr "Este modelo será usado como base para el nuevo modelo"
-#: src/dialogs.py:225 src/dialogs.py:315 src/dialogs.py:353
+#: src/dialogs.py:237 src/dialogs.py:327 src/dialogs.py:365
msgid "Accept"
msgstr "Aceptar"
-#: src/dialogs.py:242
+#: src/dialogs.py:254
msgid "An error occurred while creating the model"
msgstr "Ha ocurrido un error mientras se creaba el modelo"
-#: src/dialogs.py:300
+#: src/dialogs.py:312
msgid "This video does not have any transcriptions"
msgstr "Este video no tiene transcripciones"
-#: src/dialogs.py:309
+#: src/dialogs.py:321
msgid "Attach YouTube Video?"
msgstr "¿Adjuntar Video de YouTube?"
-#: src/dialogs.py:310
+#: src/dialogs.py:322
msgid ""
"{}\n"
"\n"
@@ -1607,15 +1973,15 @@ msgstr ""
"\n"
"Por favor selecciona la transcripción ha incluir"
-#: src/dialogs.py:343
+#: src/dialogs.py:355
msgid "An error occurred while extracting text from the website"
msgstr "Ha ocurrido un error mientras se extraía texto del sitio web"
-#: src/dialogs.py:348
+#: src/dialogs.py:360
msgid "Attach Website? (Experimental)"
msgstr "¿Adjuntar Sitio Web? (Experimental)"
-#: src/dialogs.py:349
+#: src/dialogs.py:361
msgid ""
"Are you sure you want to attach\n"
"'{}'?"
@@ -1623,6 +1989,26 @@ msgstr ""
"¿Estás seguro de que quieres adjuntar\n"
"'{}'?"
+#: src/dialogs.py:379
+msgid "Thank you!"
+msgstr ""
+
+#: src/dialogs.py:386 src/dialogs.py:393
+msgid "Support"
+msgstr ""
+
+#: src/dialogs.py:387
+msgid "Are you enjoying Alpaca? Consider sponsoring the project!"
+msgstr ""
+
+#: src/dialogs.py:390
+msgid "Don't show again"
+msgstr ""
+
+#: src/dialogs.py:392
+msgid "Later"
+msgstr ""
+
#: src/window.ui:54
msgid "Menu"
msgstr "Menu"
@@ -1828,8 +2214,8 @@ msgid ""
" "
msgstr ""
"Alpaca funciona localmente en tu dispositivo, para empezar a conversar "
-"necesitaras un modelo de AI, puedes descargar un modelo de esta página o "
-"en el menu 'Gestionar Modelos' despues.\n"
+"necesitaras un modelo de AI, puedes descargar un modelo de esta página o en "
+"el menu 'Gestionar Modelos' despues.\n"
"\n"
"Al descargar cualquier modelo aceptas su acuerdo de licencia disponible en "
"el sitio web del modelo.\n"
@@ -1923,6 +2309,15 @@ msgstr "Pegar"
msgid "Insert new line"
msgstr "Saltar línea"
+#~ msgid "A conversation showing code highlight"
+#~ msgstr "Una conversación mostrando highlight de codigo"
+
+#~ msgid "A conversation involving multiple models"
+#~ msgstr "Una conversación incluyendo multiples modelos"
+
+#~ msgid "Managing models"
+#~ msgstr "Gestionando modelos"
+
#~ msgid "Open with Default App"
#~ msgstr "Abrir con Aplicación Predeterminada"
diff --git a/po/fr.po b/po/fr.po
index 0519883..b2760f9 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-07-21 18:18-0600\n"
+"POT-Creation-Date: 2024-08-01 14:36-0600\n"
"PO-Revision-Date: 2024-07-06 15:45+0200\n"
"Last-Translator: Louis Chauvet-Villaret \n"
"Language-Team: French\n"
@@ -32,7 +32,7 @@ msgid "An Ollama client"
msgstr "Un client pour Ollama"
#: data/com.jeffser.Alpaca.metainfo.xml.in:11
-#: data/com.jeffser.Alpaca.metainfo.xml.in:416
+#: data/com.jeffser.Alpaca.metainfo.xml.in:549
msgid "Features"
msgstr "Fonctionnalités"
@@ -41,12 +41,12 @@ msgid "Built in Ollama instance"
msgstr "Ollama pré-intégré"
#: data/com.jeffser.Alpaca.metainfo.xml.in:14
-#: data/com.jeffser.Alpaca.metainfo.xml.in:418
+#: data/com.jeffser.Alpaca.metainfo.xml.in:551
msgid "Talk to multiple models in the same conversation"
msgstr "Discutez avec plusieurs modèles dans un même discussion"
#: data/com.jeffser.Alpaca.metainfo.xml.in:15
-#: data/com.jeffser.Alpaca.metainfo.xml.in:419
+#: data/com.jeffser.Alpaca.metainfo.xml.in:552
msgid "Pull and delete models from the app"
msgstr "Gestion des modèles depuis l'application"
@@ -66,11 +66,23 @@ msgstr "Reconnaissance de documents en texte brut"
msgid "Import and export chats"
msgstr "Importez et exportez les discussions"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:21 src/window.ui:883
+#: data/com.jeffser.Alpaca.metainfo.xml.in:20
+msgid "Append YouTube transcripts to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:21
+msgid "Append text from a website to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:22
+msgid "PDF recognition"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:24 src/window.ui:883
msgid "Disclaimer"
msgstr "Avertissement"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:22
+#: data/com.jeffser.Alpaca.metainfo.xml.in:25
msgid ""
"This project is not affiliated at all with Ollama, I'm not responsible for "
"any damages to your device or software caused by running code given by any "
@@ -80,28 +92,317 @@ msgstr ""
"responsable des dommages causés à votre appareil ou vos logiciels suite à "
"l'exécution de code donné par un modèle."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:25
+#: data/com.jeffser.Alpaca.metainfo.xml.in:28
msgid "Jeffry Samuel Eduarte Rojas"
msgstr "Jeffry Samuel Eduarte Rojas"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:51
-msgid "A conversation showing code highlight"
-msgstr "Code avec coloration syntaxique"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:54
+msgid "A normal conversation with an AI Model"
+msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:55
-msgid "A conversation involving multiple models"
-msgstr "Utilisation de plusieurs modèles"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:58
+msgid "A conversation involving image recognition"
+msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:59
-msgid "Managing models"
-msgstr "Gestion des modèles"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:62
+msgid "A conversation showing code highlighting"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:66
+msgid "A conversation involving a YouTube video transcript"
+msgstr ""
#: data/com.jeffser.Alpaca.metainfo.xml.in:70
-#: data/com.jeffser.Alpaca.metainfo.xml.in:119
+msgid "Multiple models being downloaded"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:86
+#: data/com.jeffser.Alpaca.metainfo.xml.in:99
+#: data/com.jeffser.Alpaca.metainfo.xml.in:124
+msgid "New"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:88
+msgid "Added table rendering (Thanks Nokse)"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:90
+#: data/com.jeffser.Alpaca.metainfo.xml.in:106
+#: data/com.jeffser.Alpaca.metainfo.xml.in:118
+#: data/com.jeffser.Alpaca.metainfo.xml.in:134
+msgid "Fixes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:92
+msgid "Made support dialog more common"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:101
+msgid "Bearer Token entry on connection error dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:102
+msgid "Small appearance changes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:103
+msgid "Compatibility with code blocks without explicit language"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:104
+msgid "Rare, optional and dismissible support dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:108
+msgid "Date format for Simplified Chinese translation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:109
+msgid "Bug with unsupported localizations"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:110
+msgid "Min height being too large to be used on mobile"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:111
+msgid "Remote connection checker bug"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:120
+msgid "Models with capital letters on their tag don't work"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:121
+msgid "Ollama fails to launch on some systems"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:122
+msgid "YouTube transcripts are not being saved in the right TMP directory"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:126
+msgid "Debug messages are now shown on the 'About Alpaca' dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:127
+msgid "Updated Ollama to v0.3.0 (new models)"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:136
+msgid "Models with '-' in their names didn't work properly, this is now fixed"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:137
+msgid "Better connection check for Ollama"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:144
+msgid "Stable Release"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:145
+msgid ""
+"The new icon was made by Tobias Bernard over the Gnome Gitlab, thanks for "
+"the great icon!"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:146
+msgid "Features and fixes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:148
+msgid "Updated Ollama instance to 0.2.8"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:149
+msgid "Better model selector"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:150
+msgid "Model manager redesign"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:151
+msgid "Better tag selector when pulling a model"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:152
+msgid "Model search"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:153
+msgid "Added support for bearer tokens on remote instances"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:154
+msgid "Preferences dialog redesign"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:155
+msgid "Added context menus to interact with a chat"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:156
+msgid "Redesigned primary and secondary menus"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:157
+msgid ""
+"YouTube integration: Paste the URL of a video with a transcript and it will "
+"be added to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:158
+msgid ""
+"Website integration (Experimental): Extract the text from the body of a "
+"website by adding it's URL to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:159
+msgid "Chat title generation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:160
+msgid "Auto resizing of message entry"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:161
+msgid "Chat notifications"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:162
+msgid "Added indicator when an image is missing"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:163
+msgid "Auto rearrange the order of chats when a message is received"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:164
+msgid "Redesigned file preview dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:165
+msgid "Credited new contributors"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:166
+msgid "Better stability and optimization"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:167
+msgid "Edit messages to change the context of a conversation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:168
+msgid "Added disclaimers when pulling models"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:169
+msgid "Preview files before sending a message"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:170
+msgid "Better format for date and time on messages"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:171
+msgid "Error and debug logging on terminal"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:172
+msgid "Auto-hiding sidebar button"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:173
+msgid "Various UI tweaks"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:175
+msgid "New Models"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:177
+msgid "Gemma2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:178
+msgid "GLM4"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:179
+msgid "Codegeex4"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:180
+msgid "InternLM2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:181
+msgid "Llama3-groq-tool-use"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:182
+msgid "Mathstral"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:183
+msgid "Mistral-nemo"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:184
+msgid "Firefunction-v2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:185
+msgid "Nuextract"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:187
+msgid "Translations"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:188
+msgid ""
+"These are all the available translations on 1.0.0, thanks to all the "
+"contributors!"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:190
+msgid "Russian: Alex K"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:191
+msgid "Spanish: Jeffser"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:192
+msgid "Brazilian Portuguese: Daimar Stein"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:193
+msgid "French: Louis Chauvet-Villaret"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:194
+msgid "Norwegian: CounterFlow64"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:195
+msgid "Bengali: Aritra Saha"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:196
+msgid "Simplified Chinese: Yuehao Sui"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:203
+#: data/com.jeffser.Alpaca.metainfo.xml.in:252
msgid "Fix"
msgstr "Résolution de bogue"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:71
+#: data/com.jeffser.Alpaca.metainfo.xml.in:204
msgid ""
"Removed DOCX compatibility temporally due to error with python-lxml "
"dependency"
@@ -109,32 +410,32 @@ msgstr ""
"Modification : Suppression de la compatibilité des documents .docx à cause "
"d'une erreur avec la dépendance python-lxml"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:77
-#: data/com.jeffser.Alpaca.metainfo.xml.in:107
-#: data/com.jeffser.Alpaca.metainfo.xml.in:128
-#: data/com.jeffser.Alpaca.metainfo.xml.in:333
-#: data/com.jeffser.Alpaca.metainfo.xml.in:390
+#: data/com.jeffser.Alpaca.metainfo.xml.in:210
+#: data/com.jeffser.Alpaca.metainfo.xml.in:240
+#: data/com.jeffser.Alpaca.metainfo.xml.in:261
+#: data/com.jeffser.Alpaca.metainfo.xml.in:466
+#: data/com.jeffser.Alpaca.metainfo.xml.in:523
msgid "Big Update"
msgstr "Mise à jour majeure"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:79
+#: data/com.jeffser.Alpaca.metainfo.xml.in:212
msgid "Added compatibility for PDF"
msgstr "Ajouté : compatibilité pour les documents PDF"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:80
+#: data/com.jeffser.Alpaca.metainfo.xml.in:213
msgid "Added compatibility for DOCX"
msgstr "Ajouté : compatibilité pour les documents Word (.docx)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:81
+#: data/com.jeffser.Alpaca.metainfo.xml.in:214
msgid "Merged 'file attachment' menu into one button"
msgstr "Changement : fusion du menu \"ajouter un fichier\" en un unique bouton"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:88
-#: data/com.jeffser.Alpaca.metainfo.xml.in:281
+#: data/com.jeffser.Alpaca.metainfo.xml.in:221
+#: data/com.jeffser.Alpaca.metainfo.xml.in:414
msgid "Quick Fix"
msgstr "Petite correction de bogues"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:89
+#: data/com.jeffser.Alpaca.metainfo.xml.in:222
msgid ""
"There were some errors when transitioning from the old version of chats to "
"the new version. I apologize if this caused any corruption in your chat "
@@ -145,197 +446,197 @@ msgstr ""
"corrompu votre historique de discussion. Cela devrait être la seule fois "
"qu'une telle modification ait lieu."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:95
-#: data/com.jeffser.Alpaca.metainfo.xml.in:247
+#: data/com.jeffser.Alpaca.metainfo.xml.in:228
+#: data/com.jeffser.Alpaca.metainfo.xml.in:380
msgid "Huge Update"
msgstr "Mise à jour majeure"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:97
+#: data/com.jeffser.Alpaca.metainfo.xml.in:230
msgid "Added: Support for plain text files"
msgstr "Ajouté : support des documents de type texte brut"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:98
+#: data/com.jeffser.Alpaca.metainfo.xml.in:231
msgid "Added: New backend system for storing messages"
msgstr "Ajouté : nouveau système en arrière-plan de sauvegarde des messages"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:99
+#: data/com.jeffser.Alpaca.metainfo.xml.in:232
msgid "Added: Support for changing Ollama's overrides"
msgstr "Ajouté : support pour changer les paramètres d'Ollama"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:100
+#: data/com.jeffser.Alpaca.metainfo.xml.in:233
msgid "General Optimization"
msgstr "Optimisation générale"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:109
+#: data/com.jeffser.Alpaca.metainfo.xml.in:242
msgid "Added: Support for GGUF models (experimental)"
msgstr "Ajouté : support des modèles GGUF (éxpérimental)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:110
+#: data/com.jeffser.Alpaca.metainfo.xml.in:243
msgid "Added: Support for customization and creation of models"
msgstr "Ajouté : support de la personnalisation et création de modèles"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:111
+#: data/com.jeffser.Alpaca.metainfo.xml.in:244
msgid "Fixed: Icons don't appear on non Gnome systems"
msgstr ""
"Résolu : certaines icônes n'apparaissait pas sur les systèmes ne "
"fonctionnant pas avec le bureau Gnome"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:112
+#: data/com.jeffser.Alpaca.metainfo.xml.in:245
msgid "Update Ollama to v0.1.39"
msgstr "Mise à jour vers Ollama 0.1.39"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:121
+#: data/com.jeffser.Alpaca.metainfo.xml.in:254
msgid ""
"Fixed: app didn't open if models tweaks wasn't present in the config files"
msgstr ""
"Résolu : l'application ne s'ouvrait pas si les ajustements de modèles "
"n'étaient pas présents dans les fichiers de configuration"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:130
+#: data/com.jeffser.Alpaca.metainfo.xml.in:263
msgid "Changed multiple icons (paper airplane for the send button)"
msgstr "Changement : plusieurs icônes (avion en papier pour envoyer)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:131
+#: data/com.jeffser.Alpaca.metainfo.xml.in:264
msgid "Combined export / import chat buttons into a menu"
msgstr "Changement : bouton d'import et export des discussions combiné"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:132
+#: data/com.jeffser.Alpaca.metainfo.xml.in:265
msgid "Added 'model tweaks' (temperature, seed, keep_alive)"
msgstr "Ajouté : options de modèle (temperature, seed, keep_alive)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:133
+#: data/com.jeffser.Alpaca.metainfo.xml.in:266
msgid "Fixed send / stop button"
msgstr "Résolu : bouton envoyer / stopper"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:134
+#: data/com.jeffser.Alpaca.metainfo.xml.in:267
msgid "Fixed app not checking if remote connection works when starting"
msgstr ""
"Résolu : l'application ne vérifiait si la connexion à distance fonctionnait "
"au démarrage"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:141
+#: data/com.jeffser.Alpaca.metainfo.xml.in:274
msgid "Daily Update"
msgstr "Mise à jour quotidienne"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:143
+#: data/com.jeffser.Alpaca.metainfo.xml.in:276
msgid "Added text ellipsis to chat name so it doesn't change the button width"
msgstr ""
"Résolu : ajout de point de suspension sur les noms des discussions pour ne "
"pas changer la position des boutons"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:144
+#: data/com.jeffser.Alpaca.metainfo.xml.in:277
msgid "New shortcut for creating a chat (CTRL+N)"
msgstr "Ajouté : nouveau raccourci pour créer un chat (Ctrl+N)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:145
+#: data/com.jeffser.Alpaca.metainfo.xml.in:278
msgid "New message entry design"
msgstr "Changement : nouveau design de la barre de message"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:146
+#: data/com.jeffser.Alpaca.metainfo.xml.in:279
msgid "Fixed: Can't rename the same chat multiple times"
msgstr "Résolu : impossible de renommer la même discussion plusieurs fois"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:153
+#: data/com.jeffser.Alpaca.metainfo.xml.in:286
msgid "The fix"
msgstr "Correction de bogues"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:155
+#: data/com.jeffser.Alpaca.metainfo.xml.in:288
msgid ""
"Fixed: Ollama instance keeps running on the background even when it is "
"disabled"
msgstr ""
"Résolu : Ollama continuait de s'exécuter en arrière plan même étant désactivé"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:156
+#: data/com.jeffser.Alpaca.metainfo.xml.in:289
msgid "Fixed: Can't pull models on the integrated instance"
msgstr "Résolu : impossible de télécharger les modèles sur l'instance locale"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:163
+#: data/com.jeffser.Alpaca.metainfo.xml.in:296
msgid "Quick tweaks"
msgstr "Petites ajustements"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:165
+#: data/com.jeffser.Alpaca.metainfo.xml.in:298
msgid "Added progress bar to models that are being pulled"
msgstr "Ajouté : barre de progression sur les modèles en téléchargement"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:166
+#: data/com.jeffser.Alpaca.metainfo.xml.in:299
msgid "Added size to tags when pulling a model"
msgstr "Ajouté : taille des tags de modèle avant le téléchargement"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:167
+#: data/com.jeffser.Alpaca.metainfo.xml.in:300
msgid "General optimizations on the background"
msgstr "Optimisations générales en arrière-plan"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:174
+#: data/com.jeffser.Alpaca.metainfo.xml.in:307
msgid "Quick fixes"
msgstr "Petites corrections de bogues"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:176
+#: data/com.jeffser.Alpaca.metainfo.xml.in:309
msgid "Fixed: Scroll when message is received"
msgstr "Résolu : défilement lors de la réception d'un message"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:177
+#: data/com.jeffser.Alpaca.metainfo.xml.in:310
msgid "Fixed: Content doesn't change when creating a new chat"
msgstr ""
"Résolu : Le contenu ne change pas lors de la création d'un nouveau chat"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:178
+#: data/com.jeffser.Alpaca.metainfo.xml.in:311
msgid "Added 'Featured Models' page on welcome dialog"
msgstr "Ajouté : page 'Modèles Suggérés' sur la fenêtre de dialogue d'accueil"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:185
+#: data/com.jeffser.Alpaca.metainfo.xml.in:318
msgid "Nice Update"
msgstr "Mise à jour sympa"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:187
+#: data/com.jeffser.Alpaca.metainfo.xml.in:320
msgid "UI tweaks (Thanks Nokse22)"
msgstr "Modification : ajustement de l'interface utilisateur (merci à Nokse22)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:188
+#: data/com.jeffser.Alpaca.metainfo.xml.in:321
msgid "General optimizations"
msgstr "Optimisations générales"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:189
+#: data/com.jeffser.Alpaca.metainfo.xml.in:322
msgid "Metadata fixes"
msgstr "Résolu : métadonnées"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:196
+#: data/com.jeffser.Alpaca.metainfo.xml.in:329
msgid "Quick fix"
msgstr "Petite correction de bogue"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:198
+#: data/com.jeffser.Alpaca.metainfo.xml.in:331
msgid "Updated Spanish translation"
msgstr "Modification : mise à jour de la traduction Espagnol"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:199
+#: data/com.jeffser.Alpaca.metainfo.xml.in:332
msgid "Added compatibility for PNG"
msgstr "Ajouté : compatibilité pour les images PNG"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:206
+#: data/com.jeffser.Alpaca.metainfo.xml.in:339
msgid "New Update"
msgstr "Mise à jour"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:208
+#: data/com.jeffser.Alpaca.metainfo.xml.in:341
msgid "Updated model list"
msgstr "Modification : Liste des modèles mise à jour"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:209
+#: data/com.jeffser.Alpaca.metainfo.xml.in:342
msgid "Added image recognition to more models"
msgstr "Ajouté : reconnaissance d'image à plus de modèles"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:210
+#: data/com.jeffser.Alpaca.metainfo.xml.in:343
msgid "Added Brazilian Portuguese translation (Thanks Daimaar Stein)"
msgstr "Ajouté : traduction en Portugais Brésilien (merci à Daimaar Stein)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:211
+#: data/com.jeffser.Alpaca.metainfo.xml.in:344
msgid "Refined the general UI (Thanks Nokse22)"
msgstr "Modification : peaufinage de l'interface utilisateur (merci à Nokse22)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:212
+#: data/com.jeffser.Alpaca.metainfo.xml.in:345
msgid "Added 'delete message' feature"
msgstr "Ajouté : option 'supprimer le message'"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:213
+#: data/com.jeffser.Alpaca.metainfo.xml.in:346
msgid ""
"Added metadata so that software distributors know that the app is compatible "
"with mobile"
@@ -343,7 +644,7 @@ msgstr ""
"Ajouté : métadonnées pour que les distributeurs de logiciels sachent que "
"l'application est compatible avec les téléphones"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:214
+#: data/com.jeffser.Alpaca.metainfo.xml.in:347
msgid ""
"Changed 'send' shortcut to just the return/enter key (to add a new line use "
"shift+return)"
@@ -351,113 +652,113 @@ msgstr ""
"Changement : remplacement du raccourci 'envoyer' en une simple touche retour/"
"entrée (pour ajouter une nouvelle ligne, utiliser shift+retour)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:221
+#: data/com.jeffser.Alpaca.metainfo.xml.in:354
msgid "Bug Fixes"
msgstr "Correction de bogues"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:223
+#: data/com.jeffser.Alpaca.metainfo.xml.in:356
msgid "Fixed: Minor spelling mistake"
msgstr "Résolu : petite faute d'orthographe"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:224
+#: data/com.jeffser.Alpaca.metainfo.xml.in:357
msgid "Added 'mobile' as a supported form factor"
msgstr "Ajouté : mise en page 'mobile'"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:225
+#: data/com.jeffser.Alpaca.metainfo.xml.in:358
msgid "Fixed: 'Connection Error' dialog not working properly"
msgstr ""
"Résolu : La boîte de dialogue « Erreur de connexion » ne fonctionnait pas "
"correctement"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:226
+#: data/com.jeffser.Alpaca.metainfo.xml.in:359
msgid "Fixed: App might freeze randomly on startup"
msgstr "Résolu : L'application pouvait se bloquer aléatoirement au démarrage"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:227
+#: data/com.jeffser.Alpaca.metainfo.xml.in:360
msgid "Changed 'chats' label on sidebar for 'Alpaca'"
msgstr ""
"Changement : remplacement du titre 'chats' de la barre latéral par 'Alpaca'"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:234
+#: data/com.jeffser.Alpaca.metainfo.xml.in:367
msgid "Cool Update"
msgstr "Mise à jour sympa"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:236
+#: data/com.jeffser.Alpaca.metainfo.xml.in:369
msgid "Better design for chat window"
msgstr "Modification : meilleur design pour de fenêtre de discussion"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:237
+#: data/com.jeffser.Alpaca.metainfo.xml.in:370
msgid "Better design for chat sidebar"
msgstr "Modification : meilleur design pour de la barre latérale"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:238
+#: data/com.jeffser.Alpaca.metainfo.xml.in:371
msgid "Fixed remote connections"
msgstr "Résolu : connexions à distance"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:239
+#: data/com.jeffser.Alpaca.metainfo.xml.in:372
msgid "Fixed Ollama restarting in loop"
msgstr "Résolu : Ollama redémarrait en boucle"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:240
+#: data/com.jeffser.Alpaca.metainfo.xml.in:373
msgid "Other cool backend stuff"
msgstr "Autre trucs sympa en arrière-plan"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:249
+#: data/com.jeffser.Alpaca.metainfo.xml.in:382
msgid "Added Ollama as part of Alpaca, Ollama will run in a sandbox"
msgstr "Ajouté : Ollama intégré à Alpaca dans un bac à sable"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:250
+#: data/com.jeffser.Alpaca.metainfo.xml.in:383
msgid "Added option to connect to remote instances (how it worked before)"
msgstr ""
"Ajouté : option pour se connecter à des instances distantes (comme cela "
"fonctionnait précédemment)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:251
+#: data/com.jeffser.Alpaca.metainfo.xml.in:384
msgid "Added option to import and export chats"
msgstr "Ajouté : option pour importer et exporter les discussions"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:252
+#: data/com.jeffser.Alpaca.metainfo.xml.in:385
msgid "Added option to run Alpaca with Ollama in the background"
msgstr "Ajouté : option pour exécuter Alpaca avec Ollama en arrière-plan"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:253
+#: data/com.jeffser.Alpaca.metainfo.xml.in:386
msgid "Added preferences dialog"
msgstr "Ajouté : boite de dialogue des préférences"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:254
+#: data/com.jeffser.Alpaca.metainfo.xml.in:387
msgid "Changed the welcome dialog"
msgstr "Changement : boite de dialogue de bienvenue"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:256
-#: data/com.jeffser.Alpaca.metainfo.xml.in:273
-#: data/com.jeffser.Alpaca.metainfo.xml.in:285
-#: data/com.jeffser.Alpaca.metainfo.xml.in:304
-#: data/com.jeffser.Alpaca.metainfo.xml.in:325
-#: data/com.jeffser.Alpaca.metainfo.xml.in:341
-#: data/com.jeffser.Alpaca.metainfo.xml.in:357
-#: data/com.jeffser.Alpaca.metainfo.xml.in:371
-#: data/com.jeffser.Alpaca.metainfo.xml.in:381
-#: data/com.jeffser.Alpaca.metainfo.xml.in:399
-#: data/com.jeffser.Alpaca.metainfo.xml.in:421
+#: data/com.jeffser.Alpaca.metainfo.xml.in:389
+#: data/com.jeffser.Alpaca.metainfo.xml.in:406
+#: data/com.jeffser.Alpaca.metainfo.xml.in:418
+#: data/com.jeffser.Alpaca.metainfo.xml.in:437
+#: data/com.jeffser.Alpaca.metainfo.xml.in:458
+#: data/com.jeffser.Alpaca.metainfo.xml.in:474
+#: data/com.jeffser.Alpaca.metainfo.xml.in:490
+#: data/com.jeffser.Alpaca.metainfo.xml.in:504
+#: data/com.jeffser.Alpaca.metainfo.xml.in:514
+#: data/com.jeffser.Alpaca.metainfo.xml.in:532
+#: data/com.jeffser.Alpaca.metainfo.xml.in:554
msgid "Please report any errors to the issues page, thank you."
msgstr ""
"Merci de reporter n'importe quel problèmes sur la page 'issues' du GitHub."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:264
+#: data/com.jeffser.Alpaca.metainfo.xml.in:397
msgid "Yet Another Daily Update"
msgstr "Mise à jour quotidienne"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:266
+#: data/com.jeffser.Alpaca.metainfo.xml.in:399
msgid "Added better UI for 'Manage Models' dialog"
msgstr ""
"Ajouté : une meilleure interface utilisateur pour la boite de dialogue "
"'Gestion des modèles'"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:267
+#: data/com.jeffser.Alpaca.metainfo.xml.in:400
msgid "Added better UI for the chat sidebar"
msgstr "Ajouté : meilleure interface utilisateur pour la barre latérale"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:268
+#: data/com.jeffser.Alpaca.metainfo.xml.in:401
msgid ""
"Replaced model description with a button to open Ollama's website for the "
"model"
@@ -465,50 +766,50 @@ msgstr ""
"Changement : remplacement de la description du modèle par un bouton pour "
"ouvrir le site web Ollama pour le modèle"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:269
+#: data/com.jeffser.Alpaca.metainfo.xml.in:402
msgid "Added myself to the credits as the spanish translator"
msgstr "Ajouté : moi-même aux crédits en tant que traducteur espagnol"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:270
+#: data/com.jeffser.Alpaca.metainfo.xml.in:403
msgid "Using XDG properly to get config folder"
msgstr ""
"Modification : utilisation de XDG correctement pour avoir un dossier de "
"configuration"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:271
+#: data/com.jeffser.Alpaca.metainfo.xml.in:404
msgid "Update for translations"
msgstr "Mise à jour concernant les traductions"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:283
+#: data/com.jeffser.Alpaca.metainfo.xml.in:416
msgid "The last update had some mistakes in the description of the update"
msgstr "La dernière mise à jour avait quelques erreurs dans sa description"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:293
+#: data/com.jeffser.Alpaca.metainfo.xml.in:426
msgid "Another Daily Update"
msgstr "Mise à jour quotidienne"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:295
+#: data/com.jeffser.Alpaca.metainfo.xml.in:428
msgid "Added full Spanish translation"
msgstr "Ajouté : traduction complète Espagnol"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:296
+#: data/com.jeffser.Alpaca.metainfo.xml.in:429
msgid "Added support for background pulling of multiple models"
msgstr ""
"Ajouté : support pour le téléchargement de plusieurs modèles en arrière-plan"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:297
+#: data/com.jeffser.Alpaca.metainfo.xml.in:430
msgid "Added interrupt button"
msgstr "Ajouté : bouton d'interruptions"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:298
+#: data/com.jeffser.Alpaca.metainfo.xml.in:431
msgid "Added basic shortcuts"
msgstr "Ajouté : raccourcis claviers simples"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:299
+#: data/com.jeffser.Alpaca.metainfo.xml.in:432
msgid "Better translation support"
msgstr "Ajouté : meilleur support des traductions"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:300
+#: data/com.jeffser.Alpaca.metainfo.xml.in:433
msgid ""
"User can now leave chat name empty when creating a new one, it will add a "
"placeholder name"
@@ -516,181 +817,181 @@ msgstr ""
"Ajouté : l'utilisateur peut maintenant quitter une discussion vide quand il "
"en crée un nouvelle, cela va ajouter un nom de remplacement"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:301
+#: data/com.jeffser.Alpaca.metainfo.xml.in:434
msgid "Better scalling for different window sizes"
msgstr "Résolu : meilleure mise à l'échelle pour différente taille de fenêtre"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:302
+#: data/com.jeffser.Alpaca.metainfo.xml.in:435
msgid "Fixed: Can't close app if first time setup fails"
msgstr ""
"Résolu : impossible de fermer l'application si la première configuration "
"échouait"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:312
+#: data/com.jeffser.Alpaca.metainfo.xml.in:445
msgid "Really Big Update"
msgstr "Mise à jour majeure"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:314
+#: data/com.jeffser.Alpaca.metainfo.xml.in:447
msgid "Added multiple chats support!"
msgstr "Ajouté : support de plusieurs discussions"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:315
+#: data/com.jeffser.Alpaca.metainfo.xml.in:448
msgid "Added Pango Markup support (bold, list, title, subtitle, monospace)"
msgstr ""
"Ajouté : support de Pango Markup (gras, liste, titre, sous-titre, chasse-"
"fixe)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:316
+#: data/com.jeffser.Alpaca.metainfo.xml.in:449
msgid "Added autoscroll if the user is at the bottom of the chat"
msgstr ""
"Ajouté : défilement automatique si l'utilisateur est en haut d'une discussion"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:317
+#: data/com.jeffser.Alpaca.metainfo.xml.in:450
msgid "Added support for multiple tags on a single model"
msgstr "Ajouté : support de plusieurs tag sur un seul modèle"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:318
+#: data/com.jeffser.Alpaca.metainfo.xml.in:451
msgid "Added better model management dialog"
msgstr "Ajouté : meilleure boite de dialogue pour la gestion des modèles"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:319
+#: data/com.jeffser.Alpaca.metainfo.xml.in:452
msgid "Added loading spinner when sending message"
msgstr "Ajouté : icône de chargement lors de l'envoie d'un message"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:320
+#: data/com.jeffser.Alpaca.metainfo.xml.in:453
msgid "Added notifications if app is not active and a model pull finishes"
msgstr ""
"Ajouté : notification si l'application n'est pas active et que le "
"téléchargement d'un modèle est en cours"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:321
+#: data/com.jeffser.Alpaca.metainfo.xml.in:454
msgid "Added new symbolic icon"
msgstr "Ajouté : nouveau icônes symboliques"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:322
+#: data/com.jeffser.Alpaca.metainfo.xml.in:455
msgid "Added frame to message textview widget"
msgstr "Ajouté : cadre pour le widget des messages"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:323
+#: data/com.jeffser.Alpaca.metainfo.xml.in:456
msgid "Fixed \"code blocks shouldn't be editable\""
msgstr "Résolu : 'les blocs de codes ne devraient pas être édité'"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:335
+#: data/com.jeffser.Alpaca.metainfo.xml.in:468
msgid "Added code highlighting"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:336
+#: data/com.jeffser.Alpaca.metainfo.xml.in:469
msgid "Added image recognition (llava model)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:337
+#: data/com.jeffser.Alpaca.metainfo.xml.in:470
msgid "Added multiline prompt"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:338
+#: data/com.jeffser.Alpaca.metainfo.xml.in:471
msgid "Fixed some small bugs"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:339
+#: data/com.jeffser.Alpaca.metainfo.xml.in:472
msgid "General optimization"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:349
+#: data/com.jeffser.Alpaca.metainfo.xml.in:482
msgid "Fixes and features"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:351
+#: data/com.jeffser.Alpaca.metainfo.xml.in:484
msgid "Russian translation (thanks github/alexkdeveloper)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:352
+#: data/com.jeffser.Alpaca.metainfo.xml.in:485
msgid "Fixed: Cannot close app on first setup"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:353
+#: data/com.jeffser.Alpaca.metainfo.xml.in:486
msgid "Fixed: Brand colors for Flathub"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:354
+#: data/com.jeffser.Alpaca.metainfo.xml.in:487
msgid "Fixed: App description"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:355
+#: data/com.jeffser.Alpaca.metainfo.xml.in:488
msgid "Fixed: Only show 'save changes dialog' when you actually change the url"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:365
+#: data/com.jeffser.Alpaca.metainfo.xml.in:498
msgid "0.2.2 Bug fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:367
+#: data/com.jeffser.Alpaca.metainfo.xml.in:500
msgid "Toast messages appearing behind dialogs"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:368
+#: data/com.jeffser.Alpaca.metainfo.xml.in:501
msgid "Local model list not updating when changing servers"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:369
+#: data/com.jeffser.Alpaca.metainfo.xml.in:502
msgid "Closing the setup dialog closes the whole app"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:379
+#: data/com.jeffser.Alpaca.metainfo.xml.in:512
msgid "0.2.1 Data saving fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:380
+#: data/com.jeffser.Alpaca.metainfo.xml.in:513
msgid ""
"The app didn't save the config files and chat history to the right "
"directory, this is now fixed"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:389
+#: data/com.jeffser.Alpaca.metainfo.xml.in:522
msgid "0.2.0"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:391
+#: data/com.jeffser.Alpaca.metainfo.xml.in:524
msgid "New Features"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:393
+#: data/com.jeffser.Alpaca.metainfo.xml.in:526
msgid "Restore chat after closing the app"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:394
+#: data/com.jeffser.Alpaca.metainfo.xml.in:527
msgid "A button to clear the chat"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:395
+#: data/com.jeffser.Alpaca.metainfo.xml.in:528
msgid "Fixed multiple bugs involving how messages are shown"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:396
+#: data/com.jeffser.Alpaca.metainfo.xml.in:529
msgid "Added welcome dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:397
+#: data/com.jeffser.Alpaca.metainfo.xml.in:530
msgid "More stability"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:407
+#: data/com.jeffser.Alpaca.metainfo.xml.in:540
msgid "0.1.2 Quick fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:408
+#: data/com.jeffser.Alpaca.metainfo.xml.in:541
msgid ""
"This release fixes some metadata needed to have a proper Flatpak application"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:414
+#: data/com.jeffser.Alpaca.metainfo.xml.in:547
msgid "0.1.1 Stable Release"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:415
+#: data/com.jeffser.Alpaca.metainfo.xml.in:548
msgid "This is the first public version of Alpaca"
msgstr ""
-#: src/window.py:62 src/window.py:1100 src/window.py:1166 src/dialogs.py:84
+#: src/window.py:61 src/window.py:1131 src/window.py:1197 src/dialogs.py:84
#: src/window.ui:43
msgid "New Chat"
msgstr ""
@@ -711,147 +1012,160 @@ msgstr ""
msgid "Next"
msgstr ""
-#: src/window.py:299 src/window.py:310
+#: src/window.py:302 src/window.py:313
msgid "Failed to connect to server"
msgstr ""
-#: src/window.py:317
+#: src/window.py:320
msgid "Pulling in the background..."
msgstr ""
-#: src/window.py:369
+#: src/window.py:372
msgid "Stop Creating '{}'"
msgstr ""
-#: src/window.py:406
+#: src/window.py:409
msgid "image"
msgstr ""
-#: src/window.py:478
+#: src/window.py:481
msgid "Message copied to the clipboard"
msgstr ""
-#: src/window.py:603
+#: src/window.py:607
msgid "Remove Message"
msgstr ""
-#: src/window.py:608 src/window.py:876
+#: src/window.py:612 src/window.py:904
msgid "Copy Message"
msgstr ""
-#: src/window.py:613
+#: src/window.py:617
msgid "Edit Message"
msgstr ""
-#: src/window.py:666
+#: src/window.py:670
msgid "Missing Image"
msgstr ""
-#: src/window.py:682 src/window.py:684
+#: src/window.py:686 src/window.py:688
msgid "Missing image"
msgstr ""
-#: src/window.py:764
+#: src/window.py:768
msgid "Remove '{} ({})'"
msgstr ""
-#: src/window.py:904
+#: src/window.py:903
+msgid "Code Block"
+msgstr ""
+
+#: src/window.py:935
msgid "Code copied to the clipboard"
msgstr ""
-#: src/window.py:985
+#: src/window.py:1016
msgid "Task Complete"
msgstr ""
-#: src/window.py:985 src/window.py:986
+#: src/window.py:1016 src/window.py:1017
msgid "Model '{}' pulled successfully."
msgstr ""
-#: src/window.py:990
+#: src/window.py:1021
msgid "Pull Model Error"
msgstr ""
-#: src/window.py:990
+#: src/window.py:1021
msgid "Failed to pull model '{}' due to network error."
msgstr ""
-#: src/window.py:1022
+#: src/window.py:1053
msgid "Stop Pulling '{} ({})'"
msgstr ""
-#: src/window.py:1065
+#: src/window.py:1096
msgid "Image Recognition"
msgstr ""
-#: src/window.py:1182
+#: src/window.py:1213
msgid "Model deleted successfully"
msgstr ""
-#: src/window.py:1260
+#: src/window.py:1292
msgid "There was an error with the local Ollama instance, so it has been reset"
msgstr ""
-#: src/window.py:1280
+#: src/window.py:1312
msgid "Chat exported successfully"
msgstr ""
-#: src/window.py:1349
+#: src/window.py:1381
msgid "Chat imported successfully"
msgstr ""
-#: src/window.py:1382
+#: src/window.py:1414
msgid "Cannot open image"
msgstr ""
-#: src/window.py:1464
+#: src/window.py:1496
msgid "This video is not available"
msgstr ""
-#: src/window.py:1482 src/dialogs.py:264
+#: src/window.py:1514 src/dialogs.py:276
msgid "Image recognition is only available on specific models"
msgstr ""
#: src/available_models_descriptions.py:2
-msgid "Google Gemma 2 is now available in 2 sizes, 9B and 27B."
+msgid ""
+"Llama 3.1 is a new state-of-the-art model from Meta available in 8B, 70B and "
+"405B parameter sizes."
msgstr ""
#: src/available_models_descriptions.py:3
-msgid "Meta Llama 3: The most capable openly available LLM to date"
+msgid "Google Gemma 2 is now available in 2 sizes, 9B and 27B."
msgstr ""
#: src/available_models_descriptions.py:4
-msgid "Qwen2 is a new series of large language models from Alibaba group"
+msgid ""
+"A state-of-the-art 12B model with 128k context length, built by Mistral AI "
+"in collaboration with NVIDIA."
msgstr ""
#: src/available_models_descriptions.py:5
msgid ""
+"Mistral Large 2 is Mistral's new flagship model that is significantly more "
+"capable in code generation, mathematics, and reasoning with 128k context "
+"window and support for dozens of languages."
+msgstr ""
+
+#: src/available_models_descriptions.py:6
+msgid "Qwen2 is a new series of large language models from Alibaba group"
+msgstr ""
+
+#: src/available_models_descriptions.py:7
+msgid ""
"An open-source Mixture-of-Experts code language model that achieves "
"performance comparable to GPT4-Turbo in code-specific tasks."
msgstr ""
-#: src/available_models_descriptions.py:6
+#: src/available_models_descriptions.py:8
msgid ""
"Phi-3 is a family of lightweight 3B (Mini) and 14B (Medium) state-of-the-art "
"open models by Microsoft."
msgstr ""
-#: src/available_models_descriptions.py:7
-msgid ""
-"Aya 23, released by Cohere, is a new family of state-of-the-art, "
-"multilingual models that support 23 languages."
-msgstr ""
-
-#: src/available_models_descriptions.py:8
+#: src/available_models_descriptions.py:9
msgid "The 7B model released by Mistral AI, updated to version 0.3."
msgstr ""
-#: src/available_models_descriptions.py:9
+#: src/available_models_descriptions.py:10
msgid ""
"A set of Mixture of Experts (MoE) model with open weights by Mistral AI in "
"8x7b and 8x22b parameter sizes."
msgstr ""
-#: src/available_models_descriptions.py:10
+#: src/available_models_descriptions.py:11
msgid ""
"CodeGemma is a collection of powerful, lightweight models that can perform a "
"variety of coding tasks like fill-in-the-middle code completion, code "
@@ -859,98 +1173,92 @@ msgid ""
"instruction following."
msgstr ""
-#: src/available_models_descriptions.py:11
+#: src/available_models_descriptions.py:12
msgid ""
"Command R is a Large Language Model optimized for conversational interaction "
"and long context tasks."
msgstr ""
-#: src/available_models_descriptions.py:12
+#: src/available_models_descriptions.py:13
msgid ""
"Command R+ is a powerful, scalable large language model purpose-built to "
"excel at real-world enterprise use cases."
msgstr ""
-#: src/available_models_descriptions.py:13
+#: src/available_models_descriptions.py:14
msgid ""
"🌋 LLaVA is a novel end-to-end trained large multimodal model that combines "
"a vision encoder and Vicuna for general-purpose visual and language "
"understanding. Updated to version 1.6."
msgstr ""
-#: src/available_models_descriptions.py:14
+#: src/available_models_descriptions.py:15
+msgid "Meta Llama 3: The most capable openly available LLM to date"
+msgstr ""
+
+#: src/available_models_descriptions.py:16
msgid ""
"Gemma is a family of lightweight, state-of-the-art open models built by "
"Google DeepMind. Updated to version 1.1"
msgstr ""
-#: src/available_models_descriptions.py:15
+#: src/available_models_descriptions.py:17
msgid ""
"Qwen 1.5 is a series of large language models by Alibaba Cloud spanning from "
"0.5B to 110B parameters"
msgstr ""
-#: src/available_models_descriptions.py:16
+#: src/available_models_descriptions.py:18
msgid ""
"Llama 2 is a collection of foundation language models ranging from 7B to 70B "
"parameters."
msgstr ""
-#: src/available_models_descriptions.py:17
+#: src/available_models_descriptions.py:19
msgid ""
"A large language model that can use text prompts to generate and discuss "
"code."
msgstr ""
-#: src/available_models_descriptions.py:18
+#: src/available_models_descriptions.py:20
msgid ""
"Uncensored, 8x7b and 8x22b fine-tuned models based on the Mixtral mixture of "
"experts models that excels at coding tasks. Created by Eric Hartford."
msgstr ""
-#: src/available_models_descriptions.py:19
-msgid "Uncensored Llama 2 model by George Sung and Jarrad Hope."
-msgstr ""
-
-#: src/available_models_descriptions.py:20
-msgid ""
-"DeepSeek Coder is a capable coding model trained on two trillion code and "
-"natural language tokens."
-msgstr ""
-
#: src/available_models_descriptions.py:21
msgid ""
"A high-performing open embedding model with a large token context window."
msgstr ""
#: src/available_models_descriptions.py:22
+msgid "Uncensored Llama 2 model by George Sung and Jarrad Hope."
+msgstr ""
+
+#: src/available_models_descriptions.py:23
msgid ""
"Phi-2: a 2.7B language model by Microsoft Research that demonstrates "
"outstanding reasoning and language understanding capabilities."
msgstr ""
-#: src/available_models_descriptions.py:23
+#: src/available_models_descriptions.py:24
+msgid ""
+"DeepSeek Coder is a capable coding model trained on two trillion code and "
+"natural language tokens."
+msgstr ""
+
+#: src/available_models_descriptions.py:25
msgid ""
"The uncensored Dolphin model based on Mistral that excels at coding tasks. "
"Updated to version 2.8."
msgstr ""
-#: src/available_models_descriptions.py:24
-msgid ""
-"Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the "
-"Mistral 7B model using the OpenOrca dataset."
-msgstr ""
-
-#: src/available_models_descriptions.py:25
+#: src/available_models_descriptions.py:26
msgid ""
"A general-purpose model ranging from 3 billion parameters to 70 billion, "
"suitable for entry-level hardware."
msgstr ""
-#: src/available_models_descriptions.py:26
-msgid "State-of-the-art large embedding model from mixedbread.ai"
-msgstr ""
-
#: src/available_models_descriptions.py:27
msgid ""
"Dolphin 2.9 is a new model with 8B and 70B sizes by Eric Hartford based on "
@@ -958,19 +1266,19 @@ msgid ""
msgstr ""
#: src/available_models_descriptions.py:28
+msgid "State-of-the-art large embedding model from mixedbread.ai"
+msgstr ""
+
+#: src/available_models_descriptions.py:29
msgid ""
"StarCoder2 is the next generation of transparently trained open code LLMs "
"that comes in three sizes: 3B, 7B and 15B parameters."
msgstr ""
-#: src/available_models_descriptions.py:29
-msgid "Llama 2 based model fine tuned to improve Chinese dialogue ability."
-msgstr ""
-
#: src/available_models_descriptions.py:30
msgid ""
-"Zephyr is a series of fine-tuned versions of the Mistral and Mixtral models "
-"that are trained to act as helpful assistants."
+"Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the "
+"Mistral 7B model using the OpenOrca dataset."
msgstr ""
#: src/available_models_descriptions.py:31
@@ -979,278 +1287,275 @@ msgstr ""
#: src/available_models_descriptions.py:32
msgid ""
-"The powerful family of models by Nous Research that excels at scientific "
-"discussion and coding tasks."
+"Zephyr is a series of fine-tuned versions of the Mistral and Mixtral models "
+"that are trained to act as helpful assistants."
msgstr ""
#: src/available_models_descriptions.py:33
+msgid "Llama 2 based model fine tuned to improve Chinese dialogue ability."
+msgstr ""
+
+#: src/available_models_descriptions.py:34
+msgid ""
+"A LLaVA model fine-tuned from Llama 3 Instruct with better scores in several "
+"benchmarks."
+msgstr ""
+
+#: src/available_models_descriptions.py:35
msgid ""
"General use chat model based on Llama and Llama 2 with 2K to 16K context "
"sizes."
msgstr ""
-#: src/available_models_descriptions.py:34
+#: src/available_models_descriptions.py:36
msgid ""
-"Wizard Vicuna Uncensored is a 7B, 13B, and 30B parameter model based on "
-"Llama 2 uncensored by Eric Hartford."
+"The powerful family of models by Nous Research that excels at scientific "
+"discussion and coding tasks."
msgstr ""
-#: src/available_models_descriptions.py:35
+#: src/available_models_descriptions.py:37
msgid ""
"The TinyLlama project is an open endeavor to train a compact 1.1B Llama "
"model on 3 trillion tokens."
msgstr ""
-#: src/available_models_descriptions.py:36
-msgid ""
-"State of the art large language model from Microsoft AI with improved "
-"performance on complex chat, multilingual, reasoning and agent use cases."
-msgstr ""
-
-#: src/available_models_descriptions.py:37
-msgid ""
-"StarCoder is a code generation model trained on 80+ programming languages."
-msgstr ""
-
#: src/available_models_descriptions.py:38
msgid ""
+"Wizard Vicuna Uncensored is a 7B, 13B, and 30B parameter model based on "
+"Llama 2 uncensored by Eric Hartford."
+msgstr ""
+
+#: src/available_models_descriptions.py:39
+msgid ""
"Codestral is Mistral AI’s first-ever code model designed for code generation "
"tasks."
msgstr ""
-#: src/available_models_descriptions.py:39
+#: src/available_models_descriptions.py:40
+msgid ""
+"StarCoder is a code generation model trained on 80+ programming languages."
+msgstr ""
+
+#: src/available_models_descriptions.py:41
+msgid ""
+"State of the art large language model from Microsoft AI with improved "
+"performance on complex chat, multilingual, reasoning and agent use cases."
+msgstr ""
+
+#: src/available_models_descriptions.py:42
msgid ""
"A family of open-source models trained on a wide variety of data, surpassing "
"ChatGPT on various benchmarks. Updated to version 3.5-0106."
msgstr ""
-#: src/available_models_descriptions.py:40
+#: src/available_models_descriptions.py:43
+msgid ""
+"Aya 23, released by Cohere, is a new family of state-of-the-art, "
+"multilingual models that support 23 languages."
+msgstr ""
+
+#: src/available_models_descriptions.py:44
msgid ""
"An experimental 1.1B parameter model trained on the new Dolphin 2.8 dataset "
"by Eric Hartford and based on TinyLlama."
msgstr ""
-#: src/available_models_descriptions.py:41
+#: src/available_models_descriptions.py:45
msgid ""
"OpenHermes 2.5 is a 7B model fine-tuned by Teknium on Mistral with fully "
"open datasets."
msgstr ""
-#: src/available_models_descriptions.py:42
+#: src/available_models_descriptions.py:46
msgid "State-of-the-art code generation model"
msgstr ""
-#: src/available_models_descriptions.py:43
+#: src/available_models_descriptions.py:47
msgid ""
"Stable Code 3B is a coding model with instruct and code completion variants "
"on par with models such as Code Llama 7B that are 2.5x larger."
msgstr ""
-#: src/available_models_descriptions.py:44
-msgid ""
-"A fine-tuned model based on Mistral with good coverage of domain and "
-"language."
-msgstr ""
-
-#: src/available_models_descriptions.py:45
-msgid "Model focused on math and logic problems"
-msgstr ""
-
-#: src/available_models_descriptions.py:46
+#: src/available_models_descriptions.py:48
msgid ""
"CodeQwen1.5 is a large language model pretrained on a large amount of code "
"data."
msgstr ""
-#: src/available_models_descriptions.py:47
-msgid "Code generation model based on Code Llama."
+#: src/available_models_descriptions.py:49
+msgid "Model focused on math and logic problems"
msgstr ""
-#: src/available_models_descriptions.py:48
+#: src/available_models_descriptions.py:50
+msgid ""
+"A fine-tuned model based on Mistral with good coverage of domain and "
+"language."
+msgstr ""
+
+#: src/available_models_descriptions.py:51
msgid ""
"Stable LM 2 is a state-of-the-art 1.6B and 12B parameter language model "
"trained on multilingual data in English, Spanish, German, Italian, French, "
"Portuguese, and Dutch."
msgstr ""
-#: src/available_models_descriptions.py:49
+#: src/available_models_descriptions.py:52
+msgid "A family of open foundation models by IBM for Code Intelligence"
+msgstr ""
+
+#: src/available_models_descriptions.py:53
+msgid "Embedding models on very large sentence level datasets."
+msgstr ""
+
+#: src/available_models_descriptions.py:54
+msgid "Code generation model based on Code Llama."
+msgstr ""
+
+#: src/available_models_descriptions.py:55
msgid ""
"A 7B and 15B uncensored variant of the Dolphin model family that excels at "
"coding, based on StarCoder2."
msgstr ""
-#: src/available_models_descriptions.py:50
-msgid "Embedding models on very large sentence level datasets."
-msgstr ""
-
-#: src/available_models_descriptions.py:51
+#: src/available_models_descriptions.py:56
msgid "General use models based on Llama and Llama 2 from Nous Research."
msgstr ""
-#: src/available_models_descriptions.py:52
-msgid ""
-"Starling is a large language model trained by reinforcement learning from AI "
-"feedback focused on improving chatbot helpfulness."
-msgstr ""
-
-#: src/available_models_descriptions.py:53
+#: src/available_models_descriptions.py:57
msgid ""
"SQLCoder is a code completion model fined-tuned on StarCoder for SQL "
"generation tasks"
msgstr ""
-#: src/available_models_descriptions.py:54
+#: src/available_models_descriptions.py:58
+msgid ""
+"This model extends LLama-3 8B's context length from 8k to over 1m tokens."
+msgstr ""
+
+#: src/available_models_descriptions.py:59
+msgid ""
+"Starling is a large language model trained by reinforcement learning from AI "
+"feedback focused on improving chatbot helpfulness."
+msgstr ""
+
+#: src/available_models_descriptions.py:60
+msgid "An extension of Llama 2 that supports a context of up to 128k tokens."
+msgstr ""
+
+#: src/available_models_descriptions.py:61
+msgid ""
+"Conversational model based on Llama 2 that performs competitively on various "
+"benchmarks."
+msgstr ""
+
+#: src/available_models_descriptions.py:62
+msgid "An advanced language model crafted with 2 trillion bilingual tokens."
+msgstr ""
+
+#: src/available_models_descriptions.py:63
+msgid ""
+"A model from NVIDIA based on Llama 3 that excels at conversational question "
+"answering (QA) and retrieval-augmented generation (RAG)."
+msgstr ""
+
+#: src/available_models_descriptions.py:64
msgid ""
"Orca 2 is built by Microsoft research, and are a fine-tuned version of "
"Meta's Llama 2 models. The model is designed to excel particularly in "
"reasoning."
msgstr ""
-#: src/available_models_descriptions.py:55
-msgid ""
-"This model extends LLama-3 8B's context length from 8k to over 1m tokens."
+#: src/available_models_descriptions.py:65
+msgid "General use model based on Llama 2."
msgstr ""
-#: src/available_models_descriptions.py:56
-msgid "An advanced language model crafted with 2 trillion bilingual tokens."
-msgstr ""
-
-#: src/available_models_descriptions.py:57
-msgid "An extension of Llama 2 that supports a context of up to 128k tokens."
-msgstr ""
-
-#: src/available_models_descriptions.py:58
-msgid ""
-"A model from NVIDIA based on Llama 3 that excels at conversational question "
-"answering (QA) and retrieval-augmented generation (RAG)."
-msgstr ""
-
-#: src/available_models_descriptions.py:59
+#: src/available_models_descriptions.py:66
msgid ""
"A compact, yet powerful 10.7B large language model designed for single-turn "
"conversation."
msgstr ""
-#: src/available_models_descriptions.py:60
-msgid ""
-"Conversational model based on Llama 2 that performs competitively on various "
-"benchmarks."
-msgstr ""
-
-#: src/available_models_descriptions.py:61
-msgid "A family of open foundation models by IBM for Code Intelligence"
-msgstr ""
-
-#: src/available_models_descriptions.py:62
-msgid ""
-"2.7B uncensored Dolphin model by Eric Hartford, based on the Phi language "
-"model by Microsoft Research."
-msgstr ""
-
-#: src/available_models_descriptions.py:63
-msgid "General use model based on Llama 2."
-msgstr ""
-
-#: src/available_models_descriptions.py:64
+#: src/available_models_descriptions.py:67
msgid ""
"A companion assistant trained in philosophy, psychology, and personal "
"relationships. Based on Mistral."
msgstr ""
-#: src/available_models_descriptions.py:65
+#: src/available_models_descriptions.py:68
+msgid ""
+"2.7B uncensored Dolphin model by Eric Hartford, based on the Phi language "
+"model by Microsoft Research."
+msgstr ""
+
+#: src/available_models_descriptions.py:69
msgid ""
"Llama 2 based model fine tuned on an Orca-style dataset. Originally called "
"Free Willy."
msgstr ""
-#: src/available_models_descriptions.py:66
+#: src/available_models_descriptions.py:70
+msgid ""
+"moondream2 is a small vision language model designed to run efficiently on "
+"edge devices."
+msgstr ""
+
+#: src/available_models_descriptions.py:71
msgid ""
"BakLLaVA is a multimodal model consisting of the Mistral 7B base model "
"augmented with the LLaVA architecture."
msgstr ""
-#: src/available_models_descriptions.py:67
-msgid ""
-"A LLaVA model fine-tuned from Llama 3 Instruct with better scores in several "
-"benchmarks."
-msgstr ""
-
-#: src/available_models_descriptions.py:68
+#: src/available_models_descriptions.py:72
msgid "Uncensored version of Wizard LM model"
msgstr ""
-#: src/available_models_descriptions.py:69
+#: src/available_models_descriptions.py:73
+msgid ""
+"A suite of text embedding models by Snowflake, optimized for performance."
+msgstr ""
+
+#: src/available_models_descriptions.py:74
+msgid "A strong, economical, and efficient Mixture-of-Experts language model."
+msgstr ""
+
+#: src/available_models_descriptions.py:75
msgid ""
"Fine-tuned Llama 2 model to answer medical questions based on an open source "
"medical dataset."
msgstr ""
-#: src/available_models_descriptions.py:70
-msgid "The Nous Hermes 2 model from Nous Research, now trained over Mixtral."
-msgstr ""
-
-#: src/available_models_descriptions.py:71
+#: src/available_models_descriptions.py:76
msgid "An extension of Mistral to support context windows of 64K or 128K."
msgstr ""
-#: src/available_models_descriptions.py:72
-msgid ""
-"A suite of text embedding models by Snowflake, optimized for performance."
-msgstr ""
-
-#: src/available_models_descriptions.py:73
+#: src/available_models_descriptions.py:77
msgid ""
"An expansion of Llama 2 that specializes in integrating both general "
"language understanding and domain-specific knowledge, particularly in "
"programming and mathematics."
msgstr ""
-#: src/available_models_descriptions.py:74
-msgid "Great code generation model based on Llama2."
+#: src/available_models_descriptions.py:78
+msgid "The Nous Hermes 2 model from Nous Research, now trained over Mixtral."
msgstr ""
-#: src/available_models_descriptions.py:75
+#: src/available_models_descriptions.py:79
msgid ""
"Open-source medical large language model adapted from Llama 2 to the medical "
"domain."
msgstr ""
-#: src/available_models_descriptions.py:76
-msgid ""
-"moondream2 is a small vision language model designed to run efficiently on "
-"edge devices."
-msgstr ""
-
-#: src/available_models_descriptions.py:77
-msgid "Uncensored Llama2 based model with support for a 16K context window."
-msgstr ""
-
-#: src/available_models_descriptions.py:78
-msgid ""
-"Nexus Raven is a 13B instruction tuned model for function calling tasks."
-msgstr ""
-
-#: src/available_models_descriptions.py:79
-msgid ""
-"🎩 Magicoder is a family of 7B parameter models trained on 75K synthetic "
-"instruction data using OSS-Instruct, a novel approach to enlightening LLMs "
-"with open-source code snippets."
-msgstr ""
-
#: src/available_models_descriptions.py:80
-msgid "A strong, economical, and efficient Mixture-of-Experts language model."
+msgid "Great code generation model based on Llama2."
msgstr ""
#: src/available_models_descriptions.py:81
msgid ""
-"A lightweight chat model allowing accurate, and responsive output without "
-"requiring high-end hardware."
+"Nexus Raven is a 13B instruction tuned model for function calling tasks."
msgstr ""
#: src/available_models_descriptions.py:82
-msgid ""
-"A high-performing code instruct model created by merging two existing code "
-"models."
+msgid "Uncensored Llama2 based model with support for a 16K context window."
msgstr ""
#: src/available_models_descriptions.py:83
@@ -1259,63 +1564,124 @@ msgstr ""
#: src/available_models_descriptions.py:84
msgid ""
+"A versatile model for AI software development scenarios, including code "
+"completion."
+msgstr ""
+
+#: src/available_models_descriptions.py:85
+msgid ""
+"A strong multi-lingual general language model with competitive performance "
+"to Llama 3."
+msgstr ""
+
+#: src/available_models_descriptions.py:86
+msgid ""
+"🎩 Magicoder is a family of 7B parameter models trained on 75K synthetic "
+"instruction data using OSS-Instruct, a novel approach to enlightening LLMs "
+"with open-source code snippets."
+msgstr ""
+
+#: src/available_models_descriptions.py:87
+msgid ""
+"A lightweight chat model allowing accurate, and responsive output without "
+"requiring high-end hardware."
+msgstr ""
+
+#: src/available_models_descriptions.py:88
+msgid ""
+"A high-performing code instruct model created by merging two existing code "
+"models."
+msgstr ""
+
+#: src/available_models_descriptions.py:89
+msgid ""
"MistralLite is a fine-tuned model based on Mistral with enhanced "
"capabilities of processing long contexts."
msgstr ""
-#: src/available_models_descriptions.py:85
+#: src/available_models_descriptions.py:90
msgid ""
"Wizard Vicuna is a 13B parameter model based on Llama 2 trained by "
"MelodysDreamj."
msgstr ""
-#: src/available_models_descriptions.py:86
+#: src/available_models_descriptions.py:91
msgid "7B parameter text-to-SQL model made by MotherDuck and Numbers Station."
msgstr ""
-#: src/available_models_descriptions.py:87
-msgid ""
-"A language model created by combining two fine-tuned Llama 2 70B models into "
-"one."
-msgstr ""
-
-#: src/available_models_descriptions.py:88
+#: src/available_models_descriptions.py:92
msgid ""
"MegaDolphin-2.2-120b is a transformation of Dolphin-2.2-70b created by "
"interleaving the model with itself."
msgstr ""
-#: src/available_models_descriptions.py:89
+#: src/available_models_descriptions.py:93
+msgid ""
+"A language model created by combining two fine-tuned Llama 2 70B models into "
+"one."
+msgstr ""
+
+#: src/available_models_descriptions.py:94
+msgid ""
+"A top-performing mixture of experts model, fine-tuned with high-quality data."
+msgstr ""
+
+#: src/available_models_descriptions.py:95
msgid ""
"Merge of the Open Orca OpenChat model and the Garage-bAInd Platypus 2 model. "
"Designed for chat and code generation."
msgstr ""
-#: src/available_models_descriptions.py:90
-msgid ""
-"A top-performing mixture of experts model, fine-tuned with high-quality data."
-msgstr ""
-
-#: src/available_models_descriptions.py:91
-msgid "A 7B chat model fine-tuned with high-quality data and based on Zephyr."
-msgstr ""
-
-#: src/available_models_descriptions.py:92
-msgid "DBRX is an open, general-purpose LLM created by Databricks."
-msgstr ""
-
-#: src/available_models_descriptions.py:93
+#: src/available_models_descriptions.py:96
msgid ""
"Falcon2 is an 11B parameters causal decoder-only model built by TII and "
"trained over 5T tokens."
msgstr ""
-#: src/available_models_descriptions.py:94
+#: src/available_models_descriptions.py:97
+msgid "A 7B chat model fine-tuned with high-quality data and based on Zephyr."
+msgstr ""
+
+#: src/available_models_descriptions.py:98
+msgid "DBRX is an open, general-purpose LLM created by Databricks."
+msgstr ""
+
+#: src/available_models_descriptions.py:99
+msgid ""
+"InternLM2.5 is a 7B parameter model tailored for practical scenarios with "
+"outstanding reasoning capability."
+msgstr ""
+
+#: src/available_models_descriptions.py:100
msgid ""
"A robust conversational model designed to be used for both chat and instruct "
"use cases."
msgstr ""
+#: src/available_models_descriptions.py:101
+msgid ""
+"A series of models from Groq that represent a significant advancement in "
+"open-source AI capabilities for tool use/function calling."
+msgstr ""
+
+#: src/available_models_descriptions.py:102
+msgid ""
+"MathΣtral: a 7B model designed for math reasoning and scientific discovery "
+"by Mistral AI."
+msgstr ""
+
+#: src/available_models_descriptions.py:103
+msgid ""
+"An open weights function calling model based on Llama 3, competitive with "
+"GPT-4o function calling capabilities."
+msgstr ""
+
+#: src/available_models_descriptions.py:104
+msgid ""
+"A 3.8B model fine-tuned on a private high-quality synthetic dataset for "
+"information extraction, based on Phi-3."
+msgstr ""
+
#: src/dialogs.py:17
msgid "Chat cannot be cleared while receiving a message"
msgstr ""
@@ -1329,8 +1695,8 @@ msgid "Are you sure you want to clear the chat?"
msgstr ""
#: src/dialogs.py:24 src/dialogs.py:45 src/dialogs.py:72 src/dialogs.py:99
-#: src/dialogs.py:121 src/dialogs.py:142 src/dialogs.py:164 src/dialogs.py:224
-#: src/dialogs.py:314 src/dialogs.py:352
+#: src/dialogs.py:121 src/dialogs.py:142 src/dialogs.py:164 src/dialogs.py:236
+#: src/dialogs.py:326 src/dialogs.py:364
msgid "Cancel"
msgstr ""
@@ -1402,71 +1768,91 @@ msgstr ""
msgid "Remove"
msgstr ""
-#: src/dialogs.py:190
+#: src/dialogs.py:202
msgid "Connection Error"
msgstr ""
-#: src/dialogs.py:191
+#: src/dialogs.py:203
msgid "The remote instance has disconnected"
msgstr ""
-#: src/dialogs.py:195
+#: src/dialogs.py:207
msgid "Close Alpaca"
msgstr ""
-#: src/dialogs.py:196
+#: src/dialogs.py:208
msgid "Use local instance"
msgstr ""
-#: src/dialogs.py:197
+#: src/dialogs.py:209
msgid "Connect"
msgstr ""
-#: src/dialogs.py:220
+#: src/dialogs.py:232
msgid "Select Model"
msgstr ""
-#: src/dialogs.py:221
+#: src/dialogs.py:233
msgid "This model will be used as the base for the new model"
msgstr ""
-#: src/dialogs.py:225 src/dialogs.py:315 src/dialogs.py:353
+#: src/dialogs.py:237 src/dialogs.py:327 src/dialogs.py:365
msgid "Accept"
msgstr ""
-#: src/dialogs.py:242
+#: src/dialogs.py:254
msgid "An error occurred while creating the model"
msgstr ""
-#: src/dialogs.py:300
+#: src/dialogs.py:312
msgid "This video does not have any transcriptions"
msgstr ""
-#: src/dialogs.py:309
+#: src/dialogs.py:321
msgid "Attach YouTube Video?"
msgstr ""
-#: src/dialogs.py:310
+#: src/dialogs.py:322
msgid ""
"{}\n"
"\n"
"Please select a transcript to include"
msgstr ""
-#: src/dialogs.py:343
+#: src/dialogs.py:355
msgid "An error occurred while extracting text from the website"
msgstr ""
-#: src/dialogs.py:348
+#: src/dialogs.py:360
msgid "Attach Website? (Experimental)"
msgstr ""
-#: src/dialogs.py:349
+#: src/dialogs.py:361
msgid ""
"Are you sure you want to attach\n"
"'{}'?"
msgstr ""
+#: src/dialogs.py:379
+msgid "Thank you!"
+msgstr ""
+
+#: src/dialogs.py:386 src/dialogs.py:393
+msgid "Support"
+msgstr ""
+
+#: src/dialogs.py:387
+msgid "Are you enjoying Alpaca? Consider sponsoring the project!"
+msgstr ""
+
+#: src/dialogs.py:390
+msgid "Don't show again"
+msgstr ""
+
+#: src/dialogs.py:392
+msgid "Later"
+msgstr ""
+
#: src/window.ui:54
msgid "Menu"
msgstr ""
@@ -1741,3 +2127,12 @@ msgstr ""
#: src/window.ui:1187
msgid "Insert new line"
msgstr ""
+
+#~ msgid "A conversation showing code highlight"
+#~ msgstr "Code avec coloration syntaxique"
+
+#~ msgid "A conversation involving multiple models"
+#~ msgstr "Utilisation de plusieurs modèles"
+
+#~ msgid "Managing models"
+#~ msgstr "Gestion des modèles"
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 9a41ba5..6512310 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-07-21 18:18-0600\n"
+"POT-Creation-Date: 2024-08-01 14:36-0600\n"
"PO-Revision-Date: 2024-07-02 18:24-0600\n"
"Last-Translator: Niklas Opsahl Halvorsen\n"
"Language-Team: Norwegian\n"
@@ -31,7 +31,7 @@ msgid "An Ollama client"
msgstr "En Ollama klient"
#: data/com.jeffser.Alpaca.metainfo.xml.in:11
-#: data/com.jeffser.Alpaca.metainfo.xml.in:416
+#: data/com.jeffser.Alpaca.metainfo.xml.in:549
msgid "Features"
msgstr "Funksjonalitet"
@@ -40,12 +40,12 @@ msgid "Built in Ollama instance"
msgstr "Innebygd Ollama programvareinstans"
#: data/com.jeffser.Alpaca.metainfo.xml.in:14
-#: data/com.jeffser.Alpaca.metainfo.xml.in:418
+#: data/com.jeffser.Alpaca.metainfo.xml.in:551
msgid "Talk to multiple models in the same conversation"
msgstr "Snakk til flere modeller i samme samtale"
#: data/com.jeffser.Alpaca.metainfo.xml.in:15
-#: data/com.jeffser.Alpaca.metainfo.xml.in:419
+#: data/com.jeffser.Alpaca.metainfo.xml.in:552
msgid "Pull and delete models from the app"
msgstr "Last ned og slett modeller fra appen"
@@ -65,11 +65,23 @@ msgstr "Råtekst dokument tolking"
msgid "Import and export chats"
msgstr "Importer og eksporter samtaler"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:21 src/window.ui:883
+#: data/com.jeffser.Alpaca.metainfo.xml.in:20
+msgid "Append YouTube transcripts to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:21
+msgid "Append text from a website to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:22
+msgid "PDF recognition"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:24 src/window.ui:883
msgid "Disclaimer"
msgstr "Obs!"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:22
+#: data/com.jeffser.Alpaca.metainfo.xml.in:25
msgid ""
"This project is not affiliated at all with Ollama, I'm not responsible for "
"any damages to your device or software caused by running code given by any "
@@ -79,60 +91,349 @@ msgstr ""
"noen skader til din enhet eller programvare ved bruk av kode gitt fra "
"modellene."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:25
+#: data/com.jeffser.Alpaca.metainfo.xml.in:28
msgid "Jeffry Samuel Eduarte Rojas"
msgstr "Jeffry Samuel Eduarte Rojas"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:51
-msgid "A conversation showing code highlight"
-msgstr "En samtale som viser kodebelysning"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:54
+msgid "A normal conversation with an AI Model"
+msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:55
-msgid "A conversation involving multiple models"
-msgstr "En samtale som involverer flere modeller"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:58
+msgid "A conversation involving image recognition"
+msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:59
-msgid "Managing models"
-msgstr "Administrer modeller"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:62
+msgid "A conversation showing code highlighting"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:66
+msgid "A conversation involving a YouTube video transcript"
+msgstr ""
#: data/com.jeffser.Alpaca.metainfo.xml.in:70
-#: data/com.jeffser.Alpaca.metainfo.xml.in:119
+msgid "Multiple models being downloaded"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:86
+#: data/com.jeffser.Alpaca.metainfo.xml.in:99
+#: data/com.jeffser.Alpaca.metainfo.xml.in:124
+msgid "New"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:88
+msgid "Added table rendering (Thanks Nokse)"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:90
+#: data/com.jeffser.Alpaca.metainfo.xml.in:106
+#: data/com.jeffser.Alpaca.metainfo.xml.in:118
+#: data/com.jeffser.Alpaca.metainfo.xml.in:134
+msgid "Fixes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:92
+msgid "Made support dialog more common"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:101
+msgid "Bearer Token entry on connection error dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:102
+msgid "Small appearance changes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:103
+msgid "Compatibility with code blocks without explicit language"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:104
+msgid "Rare, optional and dismissible support dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:108
+msgid "Date format for Simplified Chinese translation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:109
+msgid "Bug with unsupported localizations"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:110
+msgid "Min height being too large to be used on mobile"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:111
+msgid "Remote connection checker bug"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:120
+msgid "Models with capital letters on their tag don't work"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:121
+msgid "Ollama fails to launch on some systems"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:122
+msgid "YouTube transcripts are not being saved in the right TMP directory"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:126
+msgid "Debug messages are now shown on the 'About Alpaca' dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:127
+msgid "Updated Ollama to v0.3.0 (new models)"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:136
+msgid "Models with '-' in their names didn't work properly, this is now fixed"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:137
+msgid "Better connection check for Ollama"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:144
+msgid "Stable Release"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:145
+msgid ""
+"The new icon was made by Tobias Bernard over the Gnome Gitlab, thanks for "
+"the great icon!"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:146
+msgid "Features and fixes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:148
+msgid "Updated Ollama instance to 0.2.8"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:149
+msgid "Better model selector"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:150
+msgid "Model manager redesign"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:151
+msgid "Better tag selector when pulling a model"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:152
+msgid "Model search"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:153
+msgid "Added support for bearer tokens on remote instances"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:154
+msgid "Preferences dialog redesign"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:155
+msgid "Added context menus to interact with a chat"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:156
+msgid "Redesigned primary and secondary menus"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:157
+msgid ""
+"YouTube integration: Paste the URL of a video with a transcript and it will "
+"be added to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:158
+msgid ""
+"Website integration (Experimental): Extract the text from the body of a "
+"website by adding it's URL to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:159
+msgid "Chat title generation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:160
+msgid "Auto resizing of message entry"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:161
+msgid "Chat notifications"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:162
+msgid "Added indicator when an image is missing"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:163
+msgid "Auto rearrange the order of chats when a message is received"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:164
+msgid "Redesigned file preview dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:165
+msgid "Credited new contributors"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:166
+msgid "Better stability and optimization"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:167
+msgid "Edit messages to change the context of a conversation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:168
+msgid "Added disclaimers when pulling models"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:169
+msgid "Preview files before sending a message"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:170
+msgid "Better format for date and time on messages"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:171
+msgid "Error and debug logging on terminal"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:172
+msgid "Auto-hiding sidebar button"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:173
+msgid "Various UI tweaks"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:175
+msgid "New Models"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:177
+msgid "Gemma2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:178
+msgid "GLM4"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:179
+msgid "Codegeex4"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:180
+msgid "InternLM2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:181
+msgid "Llama3-groq-tool-use"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:182
+msgid "Mathstral"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:183
+msgid "Mistral-nemo"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:184
+msgid "Firefunction-v2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:185
+msgid "Nuextract"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:187
+msgid "Translations"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:188
+msgid ""
+"These are all the available translations on 1.0.0, thanks to all the "
+"contributors!"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:190
+msgid "Russian: Alex K"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:191
+msgid "Spanish: Jeffser"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:192
+msgid "Brazilian Portuguese: Daimar Stein"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:193
+msgid "French: Louis Chauvet-Villaret"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:194
+msgid "Norwegian: CounterFlow64"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:195
+msgid "Bengali: Aritra Saha"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:196
+msgid "Simplified Chinese: Yuehao Sui"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:203
+#: data/com.jeffser.Alpaca.metainfo.xml.in:252
msgid "Fix"
msgstr "Fiks"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:71
+#: data/com.jeffser.Alpaca.metainfo.xml.in:204
msgid ""
"Removed DOCX compatibility temporally due to error with python-lxml "
"dependency"
msgstr ""
"Fjernet DOCX støtte midlertidig fordi problemer med python-lxml avhengighet"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:77
-#: data/com.jeffser.Alpaca.metainfo.xml.in:107
-#: data/com.jeffser.Alpaca.metainfo.xml.in:128
-#: data/com.jeffser.Alpaca.metainfo.xml.in:333
-#: data/com.jeffser.Alpaca.metainfo.xml.in:390
+#: data/com.jeffser.Alpaca.metainfo.xml.in:210
+#: data/com.jeffser.Alpaca.metainfo.xml.in:240
+#: data/com.jeffser.Alpaca.metainfo.xml.in:261
+#: data/com.jeffser.Alpaca.metainfo.xml.in:466
+#: data/com.jeffser.Alpaca.metainfo.xml.in:523
msgid "Big Update"
msgstr "Stor oppdatering"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:79
+#: data/com.jeffser.Alpaca.metainfo.xml.in:212
msgid "Added compatibility for PDF"
msgstr "Lo til PDF-støtte."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:80
+#: data/com.jeffser.Alpaca.metainfo.xml.in:213
msgid "Added compatibility for DOCX"
msgstr "Støtte for DOCX"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:81
+#: data/com.jeffser.Alpaca.metainfo.xml.in:214
msgid "Merged 'file attachment' menu into one button"
msgstr "Slått sammen filvedleggsmenyen til en knapp"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:88
-#: data/com.jeffser.Alpaca.metainfo.xml.in:281
+#: data/com.jeffser.Alpaca.metainfo.xml.in:221
+#: data/com.jeffser.Alpaca.metainfo.xml.in:414
msgid "Quick Fix"
msgstr "Rask fiks"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:89
+#: data/com.jeffser.Alpaca.metainfo.xml.in:222
msgid ""
"There were some errors when transitioning from the old version of chats to "
"the new version. I apologize if this caused any corruption in your chat "
@@ -142,197 +443,197 @@ msgstr ""
"den nye versjonen. Jeg beklager hvis dette skapte korrupsjon i samtale "
"historien. Dette skal være den eneste gangen en slik overføring kreves."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:95
-#: data/com.jeffser.Alpaca.metainfo.xml.in:247
+#: data/com.jeffser.Alpaca.metainfo.xml.in:228
+#: data/com.jeffser.Alpaca.metainfo.xml.in:380
msgid "Huge Update"
msgstr "Stor oppdatering"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:97
+#: data/com.jeffser.Alpaca.metainfo.xml.in:230
msgid "Added: Support for plain text files"
msgstr "Støtte for råtekstfiler"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:98
+#: data/com.jeffser.Alpaca.metainfo.xml.in:231
msgid "Added: New backend system for storing messages"
msgstr "Nytt bakgrunnssystem for å sortere meldinger"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:99
+#: data/com.jeffser.Alpaca.metainfo.xml.in:232
msgid "Added: Support for changing Ollama's overrides"
msgstr "Støtte for å endre Ollama sine overskrivelser"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:100
+#: data/com.jeffser.Alpaca.metainfo.xml.in:233
msgid "General Optimization"
msgstr "Generell optimalisering"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:109
+#: data/com.jeffser.Alpaca.metainfo.xml.in:242
msgid "Added: Support for GGUF models (experimental)"
msgstr "Støtte for GGUF modeller (eksperimentalt)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:110
+#: data/com.jeffser.Alpaca.metainfo.xml.in:243
msgid "Added: Support for customization and creation of models"
msgstr "Støtte for personalisering og skapelse av modeller"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:111
+#: data/com.jeffser.Alpaca.metainfo.xml.in:244
msgid "Fixed: Icons don't appear on non Gnome systems"
msgstr "Fikset et problem hvor ikoner ikke dukket opp på Gnome systemer"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:112
+#: data/com.jeffser.Alpaca.metainfo.xml.in:245
msgid "Update Ollama to v0.1.39"
msgstr "Oppdater Ollama til v0.1.39"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:121
+#: data/com.jeffser.Alpaca.metainfo.xml.in:254
msgid ""
"Fixed: app didn't open if models tweaks wasn't present in the config files"
msgstr ""
"Fikset problem hvor app ikke åpnet hvis modellpersonalisering ikke var i "
"konfigurasjonsfiler"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:130
+#: data/com.jeffser.Alpaca.metainfo.xml.in:263
msgid "Changed multiple icons (paper airplane for the send button)"
msgstr "Endret flere ikoner, som papirflyet for sendeknappen"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:131
+#: data/com.jeffser.Alpaca.metainfo.xml.in:264
msgid "Combined export / import chat buttons into a menu"
msgstr "Kombinerte eksporter og importer chat-knappene til en meny."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:132
+#: data/com.jeffser.Alpaca.metainfo.xml.in:265
msgid "Added 'model tweaks' (temperature, seed, keep_alive)"
msgstr "Lo til 'modellpersonalisering' (temperatur, frø, hold_aktiv)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:133
+#: data/com.jeffser.Alpaca.metainfo.xml.in:266
msgid "Fixed send / stop button"
msgstr "Fikset send / stopp knapp"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:134
+#: data/com.jeffser.Alpaca.metainfo.xml.in:267
msgid "Fixed app not checking if remote connection works when starting"
msgstr "Fikset problem hvor app ikke sjekket at eksterne tilkoblinger funker"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:141
+#: data/com.jeffser.Alpaca.metainfo.xml.in:274
msgid "Daily Update"
msgstr "Daglig oppdatering"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:143
+#: data/com.jeffser.Alpaca.metainfo.xml.in:276
msgid "Added text ellipsis to chat name so it doesn't change the button width"
msgstr ""
"Lo til tekst ellipsis til chat-navn slik at den ikke endrer knappbredden"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:144
+#: data/com.jeffser.Alpaca.metainfo.xml.in:277
msgid "New shortcut for creating a chat (CTRL+N)"
msgstr "Ny hurtigtast for å lage samtale (CTRL+N)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:145
+#: data/com.jeffser.Alpaca.metainfo.xml.in:278
msgid "New message entry design"
msgstr "Ny meldingsoppføringsdesign"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:146
+#: data/com.jeffser.Alpaca.metainfo.xml.in:279
msgid "Fixed: Can't rename the same chat multiple times"
msgstr "Fikset: Kan ikke navngi den samme samtalen flere ganger"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:153
+#: data/com.jeffser.Alpaca.metainfo.xml.in:286
msgid "The fix"
msgstr "Fikset"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:155
+#: data/com.jeffser.Alpaca.metainfo.xml.in:288
msgid ""
"Fixed: Ollama instance keeps running on the background even when it is "
"disabled"
msgstr "Fikset: Ollama instans kjører i bakgrunnen selv hvis den er skrudd av"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:156
+#: data/com.jeffser.Alpaca.metainfo.xml.in:289
msgid "Fixed: Can't pull models on the integrated instance"
msgstr "Fikset: Kan ikke nedlaste modeller på den samme instansen"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:163
+#: data/com.jeffser.Alpaca.metainfo.xml.in:296
msgid "Quick tweaks"
msgstr "Raske endringer"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:165
+#: data/com.jeffser.Alpaca.metainfo.xml.in:298
msgid "Added progress bar to models that are being pulled"
msgstr "Lo til progresjonsbar på modeller som blir lastet ned"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:166
+#: data/com.jeffser.Alpaca.metainfo.xml.in:299
msgid "Added size to tags when pulling a model"
msgstr "Lo til størrelse på tagger for nedlastende modeller"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:167
+#: data/com.jeffser.Alpaca.metainfo.xml.in:300
msgid "General optimizations on the background"
msgstr "Generelle oppstimaliseringer i bakgrunnen"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:174
+#: data/com.jeffser.Alpaca.metainfo.xml.in:307
msgid "Quick fixes"
msgstr "Raske endringer"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:176
+#: data/com.jeffser.Alpaca.metainfo.xml.in:309
msgid "Fixed: Scroll when message is received"
msgstr "Fikset: Scroll når beskjed er mottatt."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:177
+#: data/com.jeffser.Alpaca.metainfo.xml.in:310
msgid "Fixed: Content doesn't change when creating a new chat"
msgstr "Fikset: Innhold ender seg ikke når en ny samtale skapes"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:178
+#: data/com.jeffser.Alpaca.metainfo.xml.in:311
msgid "Added 'Featured Models' page on welcome dialog"
msgstr "Lo til 'fremhevede modeller' på velkomstdialog"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:185
+#: data/com.jeffser.Alpaca.metainfo.xml.in:318
msgid "Nice Update"
msgstr "Fin oppdatering"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:187
+#: data/com.jeffser.Alpaca.metainfo.xml.in:320
msgid "UI tweaks (Thanks Nokse22)"
msgstr "Brukergrensesnitt endringer (Takk Nokse22)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:188
+#: data/com.jeffser.Alpaca.metainfo.xml.in:321
msgid "General optimizations"
msgstr "General optimizations"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:189
+#: data/com.jeffser.Alpaca.metainfo.xml.in:322
msgid "Metadata fixes"
msgstr "Generelle optimaliseringer"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:196
+#: data/com.jeffser.Alpaca.metainfo.xml.in:329
msgid "Quick fix"
msgstr "Rask fiks"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:198
+#: data/com.jeffser.Alpaca.metainfo.xml.in:331
msgid "Updated Spanish translation"
msgstr "Oppdaterte Spansk oversettelse"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:199
+#: data/com.jeffser.Alpaca.metainfo.xml.in:332
msgid "Added compatibility for PNG"
msgstr "Lo til støtte for PNG filformat."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:206
+#: data/com.jeffser.Alpaca.metainfo.xml.in:339
msgid "New Update"
msgstr "Ny oppdatering"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:208
+#: data/com.jeffser.Alpaca.metainfo.xml.in:341
msgid "Updated model list"
msgstr "Oppdaterte modell liste"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:209
+#: data/com.jeffser.Alpaca.metainfo.xml.in:342
msgid "Added image recognition to more models"
msgstr "Lo til bildetolkning for flere modeller"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:210
+#: data/com.jeffser.Alpaca.metainfo.xml.in:343
msgid "Added Brazilian Portuguese translation (Thanks Daimaar Stein)"
msgstr "Lo til brasiliansk portugalsk oversettelse (Takk Daimaar Stein)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:211
+#: data/com.jeffser.Alpaca.metainfo.xml.in:344
msgid "Refined the general UI (Thanks Nokse22)"
msgstr "Finpusset brukergrensesnitt (Takk Nokse22)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:212
+#: data/com.jeffser.Alpaca.metainfo.xml.in:345
msgid "Added 'delete message' feature"
msgstr "Lo til melding slett funksjon"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:213
+#: data/com.jeffser.Alpaca.metainfo.xml.in:346
msgid ""
"Added metadata so that software distributors know that the app is compatible "
"with mobile"
msgstr ""
"Lo til metadata, så programvaresenter vet at appen er kompatibel med mobil"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:214
+#: data/com.jeffser.Alpaca.metainfo.xml.in:347
msgid ""
"Changed 'send' shortcut to just the return/enter key (to add a new line use "
"shift+return)"
@@ -340,106 +641,106 @@ msgstr ""
"Endret 'send' hurtigtast til return/enter knapp (for å skape ny line bruk "
"shift+return)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:221
+#: data/com.jeffser.Alpaca.metainfo.xml.in:354
msgid "Bug Fixes"
msgstr "Diverse feil fiks"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:223
+#: data/com.jeffser.Alpaca.metainfo.xml.in:356
msgid "Fixed: Minor spelling mistake"
msgstr "Fikset: stavelsefeil"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:224
+#: data/com.jeffser.Alpaca.metainfo.xml.in:357
msgid "Added 'mobile' as a supported form factor"
msgstr "Lo til mobil som støttet formfaktor"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:225
+#: data/com.jeffser.Alpaca.metainfo.xml.in:358
msgid "Fixed: 'Connection Error' dialog not working properly"
msgstr "Fikset: 'Tilkopling Problem' dialog ikke fungerte som det skal"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:226
+#: data/com.jeffser.Alpaca.metainfo.xml.in:359
msgid "Fixed: App might freeze randomly on startup"
msgstr "Fikset et problem hvor appen noen ganger fryser på oppstart"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:227
+#: data/com.jeffser.Alpaca.metainfo.xml.in:360
msgid "Changed 'chats' label on sidebar for 'Alpaca'"
msgstr "Endret 'samtaler' merke på sidefelt for 'Alpaca'"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:234
+#: data/com.jeffser.Alpaca.metainfo.xml.in:367
msgid "Cool Update"
msgstr "Kul oppdatering"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:236
+#: data/com.jeffser.Alpaca.metainfo.xml.in:369
msgid "Better design for chat window"
msgstr "Bedre design for samtalevinduet"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:237
+#: data/com.jeffser.Alpaca.metainfo.xml.in:370
msgid "Better design for chat sidebar"
msgstr "Bedre design for sidefelt"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:238
+#: data/com.jeffser.Alpaca.metainfo.xml.in:371
msgid "Fixed remote connections"
msgstr "Fikset eksterne tilkoblinger."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:239
+#: data/com.jeffser.Alpaca.metainfo.xml.in:372
msgid "Fixed Ollama restarting in loop"
msgstr "Fikset problem hvor Ollama sto fast i oppstart"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:240
+#: data/com.jeffser.Alpaca.metainfo.xml.in:373
msgid "Other cool backend stuff"
msgstr "Annet kult bakgrunnstoff"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:249
+#: data/com.jeffser.Alpaca.metainfo.xml.in:382
msgid "Added Ollama as part of Alpaca, Ollama will run in a sandbox"
msgstr "Lo til Ollama som del av Alpaca, Ollama vil skjøre i en sandkasse"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:250
+#: data/com.jeffser.Alpaca.metainfo.xml.in:383
msgid "Added option to connect to remote instances (how it worked before)"
msgstr ""
"Lo til innstilling for å koble til eksterne instanser, som det fungerte før"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:251
+#: data/com.jeffser.Alpaca.metainfo.xml.in:384
msgid "Added option to import and export chats"
msgstr "Lo til innstilling for å importere og eksportere samtaler"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:252
+#: data/com.jeffser.Alpaca.metainfo.xml.in:385
msgid "Added option to run Alpaca with Ollama in the background"
msgstr "Innstilling for å kjøre Alpaca med Ollama i bakgrunnen"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:253
+#: data/com.jeffser.Alpaca.metainfo.xml.in:386
msgid "Added preferences dialog"
msgstr "Personalisering dialog"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:254
+#: data/com.jeffser.Alpaca.metainfo.xml.in:387
msgid "Changed the welcome dialog"
msgstr "Endret velkomstdialog"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:256
-#: data/com.jeffser.Alpaca.metainfo.xml.in:273
-#: data/com.jeffser.Alpaca.metainfo.xml.in:285
-#: data/com.jeffser.Alpaca.metainfo.xml.in:304
-#: data/com.jeffser.Alpaca.metainfo.xml.in:325
-#: data/com.jeffser.Alpaca.metainfo.xml.in:341
-#: data/com.jeffser.Alpaca.metainfo.xml.in:357
-#: data/com.jeffser.Alpaca.metainfo.xml.in:371
-#: data/com.jeffser.Alpaca.metainfo.xml.in:381
-#: data/com.jeffser.Alpaca.metainfo.xml.in:399
-#: data/com.jeffser.Alpaca.metainfo.xml.in:421
+#: data/com.jeffser.Alpaca.metainfo.xml.in:389
+#: data/com.jeffser.Alpaca.metainfo.xml.in:406
+#: data/com.jeffser.Alpaca.metainfo.xml.in:418
+#: data/com.jeffser.Alpaca.metainfo.xml.in:437
+#: data/com.jeffser.Alpaca.metainfo.xml.in:458
+#: data/com.jeffser.Alpaca.metainfo.xml.in:474
+#: data/com.jeffser.Alpaca.metainfo.xml.in:490
+#: data/com.jeffser.Alpaca.metainfo.xml.in:504
+#: data/com.jeffser.Alpaca.metainfo.xml.in:514
+#: data/com.jeffser.Alpaca.metainfo.xml.in:532
+#: data/com.jeffser.Alpaca.metainfo.xml.in:554
msgid "Please report any errors to the issues page, thank you."
msgstr "Vær så snill å rapporter problemer i \"issues\" siden, tusen takk."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:264
+#: data/com.jeffser.Alpaca.metainfo.xml.in:397
msgid "Yet Another Daily Update"
msgstr "Enda en daglig oppdatering"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:266
+#: data/com.jeffser.Alpaca.metainfo.xml.in:399
msgid "Added better UI for 'Manage Models' dialog"
msgstr "Bedre brukergrensesnitt for modell tilpassing dialog"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:267
+#: data/com.jeffser.Alpaca.metainfo.xml.in:400
msgid "Added better UI for the chat sidebar"
msgstr "Bedre brukergrensesnitt for samtale sidefelt"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:268
+#: data/com.jeffser.Alpaca.metainfo.xml.in:401
msgid ""
"Replaced model description with a button to open Ollama's website for the "
"model"
@@ -447,47 +748,47 @@ msgstr ""
"Erstattet modellforklaring med en knapp som åpner beskrivelsen i Ollama sin "
"nettside"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:269
+#: data/com.jeffser.Alpaca.metainfo.xml.in:402
msgid "Added myself to the credits as the spanish translator"
msgstr "Lagt til meg selv i kredittene som spansk oversetter"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:270
+#: data/com.jeffser.Alpaca.metainfo.xml.in:403
msgid "Using XDG properly to get config folder"
msgstr "Bruker XDG riktig for å nå konfigurasjons mappe"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:271
+#: data/com.jeffser.Alpaca.metainfo.xml.in:404
msgid "Update for translations"
msgstr "Oppdatering for oversettelser"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:283
+#: data/com.jeffser.Alpaca.metainfo.xml.in:416
msgid "The last update had some mistakes in the description of the update"
msgstr "Den siste oppdateringen hadde noen feil i beskrivelsen"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:293
+#: data/com.jeffser.Alpaca.metainfo.xml.in:426
msgid "Another Daily Update"
msgstr "Enda en daglig oppdatering"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:295
+#: data/com.jeffser.Alpaca.metainfo.xml.in:428
msgid "Added full Spanish translation"
msgstr "Spansk oversettelse er ferdig"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:296
+#: data/com.jeffser.Alpaca.metainfo.xml.in:429
msgid "Added support for background pulling of multiple models"
msgstr "Støtte for bakgrunnsnedlasting av flere modeller"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:297
+#: data/com.jeffser.Alpaca.metainfo.xml.in:430
msgid "Added interrupt button"
msgstr "Lo til avbryt knapp."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:298
+#: data/com.jeffser.Alpaca.metainfo.xml.in:431
msgid "Added basic shortcuts"
msgstr "Hurtigtaster er nå lagt til"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:299
+#: data/com.jeffser.Alpaca.metainfo.xml.in:432
msgid "Better translation support"
msgstr "Bedre oversettelsestøtte"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:300
+#: data/com.jeffser.Alpaca.metainfo.xml.in:433
msgid ""
"User can now leave chat name empty when creating a new one, it will add a "
"placeholder name"
@@ -495,125 +796,125 @@ msgstr ""
"Bruker kan nå lage ny samtale med tomt navn, appen vil legge til et "
"stedsholdernavn"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:301
+#: data/com.jeffser.Alpaca.metainfo.xml.in:434
msgid "Better scalling for different window sizes"
msgstr "Bedre skalering for forskjellige vinduestørrelser"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:302
+#: data/com.jeffser.Alpaca.metainfo.xml.in:435
msgid "Fixed: Can't close app if first time setup fails"
msgstr "Fikset problem hvor appen ikke kan lukkes hvis første oppstart feilet"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:312
+#: data/com.jeffser.Alpaca.metainfo.xml.in:445
msgid "Really Big Update"
msgstr "Veldig stor oppdatering"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:314
+#: data/com.jeffser.Alpaca.metainfo.xml.in:447
msgid "Added multiple chats support!"
msgstr "Støtte for flere samtaler!"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:315
+#: data/com.jeffser.Alpaca.metainfo.xml.in:448
msgid "Added Pango Markup support (bold, list, title, subtitle, monospace)"
msgstr "Støtte for Pango merketekst (fet, liste, tittel, undertekst, monorom)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:316
+#: data/com.jeffser.Alpaca.metainfo.xml.in:449
msgid "Added autoscroll if the user is at the bottom of the chat"
msgstr "Lagt til autoscroll hvis brukeren er på bunnen av samtalen"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:317
+#: data/com.jeffser.Alpaca.metainfo.xml.in:450
msgid "Added support for multiple tags on a single model"
msgstr "Lagt til støtte for flere tagger for en modell"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:318
+#: data/com.jeffser.Alpaca.metainfo.xml.in:451
msgid "Added better model management dialog"
msgstr "Bedre modell tilpassing dialog."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:319
+#: data/com.jeffser.Alpaca.metainfo.xml.in:452
msgid "Added loading spinner when sending message"
msgstr "Lagt til Lastejul når det en beskjed sendes"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:320
+#: data/com.jeffser.Alpaca.metainfo.xml.in:453
msgid "Added notifications if app is not active and a model pull finishes"
msgstr ""
"Appen vil nå sende en beskjed hvis den ikke er åpen mens en modell er ferdig "
"nedlastet"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:321
+#: data/com.jeffser.Alpaca.metainfo.xml.in:454
msgid "Added new symbolic icon"
msgstr "Lagt til nytt symbolsk ikon"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:322
+#: data/com.jeffser.Alpaca.metainfo.xml.in:455
msgid "Added frame to message textview widget"
msgstr "Lagt til ramme for melding tekstvindu programsnutt"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:323
+#: data/com.jeffser.Alpaca.metainfo.xml.in:456
msgid "Fixed \"code blocks shouldn't be editable\""
msgstr "Fikset \"Kodeblokker skal ikke være redigerbare.\""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:335
+#: data/com.jeffser.Alpaca.metainfo.xml.in:468
msgid "Added code highlighting"
msgstr "Lagt til kodebelysning."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:336
+#: data/com.jeffser.Alpaca.metainfo.xml.in:469
msgid "Added image recognition (llava model)"
msgstr "Lagt til bildetolkning (llava modell)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:337
+#: data/com.jeffser.Alpaca.metainfo.xml.in:470
msgid "Added multiline prompt"
msgstr "Lagt til multilinje skrivefelt"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:338
+#: data/com.jeffser.Alpaca.metainfo.xml.in:471
msgid "Fixed some small bugs"
msgstr "Fikset noen små programfeil"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:339
+#: data/com.jeffser.Alpaca.metainfo.xml.in:472
msgid "General optimization"
msgstr "Generelle optimalisering"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:349
+#: data/com.jeffser.Alpaca.metainfo.xml.in:482
msgid "Fixes and features"
msgstr "Korrektur og funksjonalitet"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:351
+#: data/com.jeffser.Alpaca.metainfo.xml.in:484
msgid "Russian translation (thanks github/alexkdeveloper)"
msgstr "Russisk oversettelse (takk github/alexkdeveloper)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:352
+#: data/com.jeffser.Alpaca.metainfo.xml.in:485
msgid "Fixed: Cannot close app on first setup"
msgstr "Fikset: Kan ikke lukke app på første oppstart"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:353
+#: data/com.jeffser.Alpaca.metainfo.xml.in:486
msgid "Fixed: Brand colors for Flathub"
msgstr "Fikset merkevare farger for Flathub"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:354
+#: data/com.jeffser.Alpaca.metainfo.xml.in:487
msgid "Fixed: App description"
msgstr "Fikset: App beskrivelse"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:355
+#: data/com.jeffser.Alpaca.metainfo.xml.in:488
msgid "Fixed: Only show 'save changes dialog' when you actually change the url"
msgstr "Fikset: Bare vis 'lagre endringer dialog' når du faktisk endrer URL"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:365
+#: data/com.jeffser.Alpaca.metainfo.xml.in:498
msgid "0.2.2 Bug fixes"
msgstr "0.2.2 Diverse løsninger"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:367
+#: data/com.jeffser.Alpaca.metainfo.xml.in:500
msgid "Toast messages appearing behind dialogs"
msgstr "Toast meldinger dukker opp bak dialoger."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:368
+#: data/com.jeffser.Alpaca.metainfo.xml.in:501
msgid "Local model list not updating when changing servers"
msgstr "Lokal modelliste som ikke oppdateres ved serverendring"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:369
+#: data/com.jeffser.Alpaca.metainfo.xml.in:502
msgid "Closing the setup dialog closes the whole app"
msgstr "Lukking av oppstartsdialog lukker hele appen"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:379
+#: data/com.jeffser.Alpaca.metainfo.xml.in:512
msgid "0.2.1 Data saving fix"
msgstr "0.2.1 Datasparing fiks"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:380
+#: data/com.jeffser.Alpaca.metainfo.xml.in:513
msgid ""
"The app didn't save the config files and chat history to the right "
"directory, this is now fixed"
@@ -621,52 +922,52 @@ msgstr ""
"Appen lagret ikke konfigurasjonfiler og historikk til riktig filplass, dette "
"er nå fikset"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:389
+#: data/com.jeffser.Alpaca.metainfo.xml.in:522
msgid "0.2.0"
msgstr "0.2.0"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:391
+#: data/com.jeffser.Alpaca.metainfo.xml.in:524
msgid "New Features"
msgstr "Ny funksjonalitet"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:393
+#: data/com.jeffser.Alpaca.metainfo.xml.in:526
msgid "Restore chat after closing the app"
msgstr "Gjenopprett samtale etter lukking av appen"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:394
+#: data/com.jeffser.Alpaca.metainfo.xml.in:527
msgid "A button to clear the chat"
msgstr "En knapp for å rense samtalen"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:395
+#: data/com.jeffser.Alpaca.metainfo.xml.in:528
msgid "Fixed multiple bugs involving how messages are shown"
msgstr "Fikset flere problemer som involverte hvordan meldingen vises"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:396
+#: data/com.jeffser.Alpaca.metainfo.xml.in:529
msgid "Added welcome dialog"
msgstr "Lagt til velkomstdialog"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:397
+#: data/com.jeffser.Alpaca.metainfo.xml.in:530
msgid "More stability"
msgstr "Mer stabilitet"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:407
+#: data/com.jeffser.Alpaca.metainfo.xml.in:540
msgid "0.1.2 Quick fixes"
msgstr "0.1.2 Raske løsninger"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:408
+#: data/com.jeffser.Alpaca.metainfo.xml.in:541
msgid ""
"This release fixes some metadata needed to have a proper Flatpak application"
msgstr "Fikset metadata som trengs for å ha korrekt Flatpak applikasjon"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:414
+#: data/com.jeffser.Alpaca.metainfo.xml.in:547
msgid "0.1.1 Stable Release"
msgstr "0.1.1 Stabil utgivelse"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:415
+#: data/com.jeffser.Alpaca.metainfo.xml.in:548
msgid "This is the first public version of Alpaca"
msgstr "Dette er den første offentlige versjonen av Alpaca"
-#: src/window.py:62 src/window.py:1100 src/window.py:1166 src/dialogs.py:84
+#: src/window.py:61 src/window.py:1131 src/window.py:1197 src/dialogs.py:84
#: src/window.ui:43
msgid "New Chat"
msgstr "Ny samtale"
@@ -687,119 +988,138 @@ msgstr "Lukk"
msgid "Next"
msgstr "Neste"
-#: src/window.py:299 src/window.py:310
+#: src/window.py:302 src/window.py:313
msgid "Failed to connect to server"
msgstr "Feilet tilkobling til server"
-#: src/window.py:317
+#: src/window.py:320
msgid "Pulling in the background..."
msgstr "Nedlaster i bakgrunnen..."
-#: src/window.py:369
+#: src/window.py:372
msgid "Stop Creating '{}'"
msgstr "Stopp skaping '{}'"
-#: src/window.py:406
+#: src/window.py:409
msgid "image"
msgstr "bilde"
-#: src/window.py:478
+#: src/window.py:481
msgid "Message copied to the clipboard"
msgstr "Melding kopiert til utklippstavle"
-#: src/window.py:603
+#: src/window.py:607
msgid "Remove Message"
msgstr "Fjern Melding"
-#: src/window.py:608 src/window.py:876
+#: src/window.py:612 src/window.py:904
msgid "Copy Message"
msgstr "Kopier Melding"
-#: src/window.py:613
+#: src/window.py:617
msgid "Edit Message"
msgstr "Rediger Melding"
-#: src/window.py:666
+#: src/window.py:670
msgid "Missing Image"
msgstr ""
-#: src/window.py:682 src/window.py:684
+#: src/window.py:686 src/window.py:688
msgid "Missing image"
msgstr ""
-#: src/window.py:764
+#: src/window.py:768
msgid "Remove '{} ({})'"
msgstr "Fjern '{} ({})'"
-#: src/window.py:904
+#: src/window.py:903
+msgid "Code Block"
+msgstr ""
+
+#: src/window.py:935
msgid "Code copied to the clipboard"
msgstr "Kode kopiert til utklippstavle"
-#: src/window.py:985
+#: src/window.py:1016
msgid "Task Complete"
msgstr "Oppgave Ferdig"
-#: src/window.py:985 src/window.py:986
+#: src/window.py:1016 src/window.py:1017
msgid "Model '{}' pulled successfully."
msgstr "Modell '{}' suksessfullt nedlasted."
-#: src/window.py:990
+#: src/window.py:1021
msgid "Pull Model Error"
msgstr "Problem med modell nedlasting"
-#: src/window.py:990
+#: src/window.py:1021
msgid "Failed to pull model '{}' due to network error."
msgstr "Mislykkes nedlasting av modell '{}' grunnet av nettverks feil."
-#: src/window.py:1022
+#: src/window.py:1053
msgid "Stop Pulling '{} ({})'"
msgstr "Stopp Nedlasting '{} ({})'"
-#: src/window.py:1065
+#: src/window.py:1096
msgid "Image Recognition"
msgstr ""
-#: src/window.py:1182
+#: src/window.py:1213
msgid "Model deleted successfully"
msgstr "Modell suksessfullt slettet"
-#: src/window.py:1260
+#: src/window.py:1292
msgid "There was an error with the local Ollama instance, so it has been reset"
msgstr "Det var et problem med lokal Ollama instans, så den har fått omstart"
-#: src/window.py:1280
+#: src/window.py:1312
msgid "Chat exported successfully"
msgstr "Samtale suksessfullt eksportert"
-#: src/window.py:1349
+#: src/window.py:1381
msgid "Chat imported successfully"
msgstr "Samtale suksessfullt importert"
-#: src/window.py:1382
+#: src/window.py:1414
msgid "Cannot open image"
msgstr "Kan ikke åpne bilde"
-#: src/window.py:1464
+#: src/window.py:1496
msgid "This video is not available"
msgstr "Denne videoen er ikke tilgjengelig"
-#: src/window.py:1482 src/dialogs.py:264
+#: src/window.py:1514 src/dialogs.py:276
msgid "Image recognition is only available on specific models"
msgstr "Bildetolkning er bare tilgjengelig på enkelte modeller"
#: src/available_models_descriptions.py:2
+msgid ""
+"Llama 3.1 is a new state-of-the-art model from Meta available in 8B, 70B and "
+"405B parameter sizes."
+msgstr ""
+
+#: src/available_models_descriptions.py:3
msgid "Google Gemma 2 is now available in 2 sizes, 9B and 27B."
msgstr "Google Gemma 2 er nå tilgjengelig i 2 størrelser, 9B og 27B."
-#: src/available_models_descriptions.py:3
-msgid "Meta Llama 3: The most capable openly available LLM to date"
+#: src/available_models_descriptions.py:4
+msgid ""
+"A state-of-the-art 12B model with 128k context length, built by Mistral AI "
+"in collaboration with NVIDIA."
msgstr ""
-#: src/available_models_descriptions.py:4
+#: src/available_models_descriptions.py:5
+msgid ""
+"Mistral Large 2 is Mistral's new flagship model that is significantly more "
+"capable in code generation, mathematics, and reasoning with 128k context "
+"window and support for dozens of languages."
+msgstr ""
+
+#: src/available_models_descriptions.py:6
msgid "Qwen2 is a new series of large language models from Alibaba group"
msgstr "Qwen2 er en ny serie av store språkmodeller fra Alibaba-gruppen"
-#: src/available_models_descriptions.py:5
+#: src/available_models_descriptions.py:7
msgid ""
"An open-source Mixture-of-Experts code language model that achieves "
"performance comparable to GPT4-Turbo in code-specific tasks."
@@ -807,7 +1127,7 @@ msgstr ""
"En åpen kildekode Mixture-of-Experts kodespråkmodell som oppnår sammenlignes "
"ytelse med GPT4-Turbo i kodespesifikke oppgaver."
-#: src/available_models_descriptions.py:6
+#: src/available_models_descriptions.py:8
msgid ""
"Phi-3 is a family of lightweight 3B (Mini) and 14B (Medium) state-of-the-art "
"open models by Microsoft."
@@ -815,19 +1135,11 @@ msgstr ""
"Phi-3 er en familie av topp ytende lett 3B (Mini) og 14B (medium) åpne "
"modeller fra Microsoft."
-#: src/available_models_descriptions.py:7
-msgid ""
-"Aya 23, released by Cohere, is a new family of state-of-the-art, "
-"multilingual models that support 23 languages."
-msgstr ""
-"Aya 23, utgitt av Cohere, er en ny familie av toppmoderne flerspråklige "
-"modeller som støtter 23 språk."
-
-#: src/available_models_descriptions.py:8
+#: src/available_models_descriptions.py:9
msgid "The 7B model released by Mistral AI, updated to version 0.3."
msgstr "7B-modellen utgitt av Mistral AI, oppdatert til versjon 0.3."
-#: src/available_models_descriptions.py:9
+#: src/available_models_descriptions.py:10
msgid ""
"A set of Mixture of Experts (MoE) model with open weights by Mistral AI in "
"8x7b and 8x22b parameter sizes."
@@ -835,7 +1147,7 @@ msgstr ""
"Et sett av Mixture-of-Experts (MoE) modeller med åpne vekter av Mistral AI i "
"8x7b og 8x22b parameterstørrelser."
-#: src/available_models_descriptions.py:10
+#: src/available_models_descriptions.py:11
msgid ""
"CodeGemma is a collection of powerful, lightweight models that can perform a "
"variety of coding tasks like fill-in-the-middle code completion, code "
@@ -847,7 +1159,7 @@ msgstr ""
"generasjon, naturlig språkforståelse, matematisk resonnement, og instruksjon "
"følging."
-#: src/available_models_descriptions.py:11
+#: src/available_models_descriptions.py:12
msgid ""
"Command R is a Large Language Model optimized for conversational interaction "
"and long context tasks."
@@ -855,7 +1167,7 @@ msgstr ""
"Command R er en stor språkmodell optimalisert for samtaleinteraksjon og lang "
"kontekst forståelse."
-#: src/available_models_descriptions.py:12
+#: src/available_models_descriptions.py:13
msgid ""
"Command R+ is a powerful, scalable large language model purpose-built to "
"excel at real-world enterprise use cases."
@@ -863,7 +1175,7 @@ msgstr ""
"Command R+ er en kraftig, skalerbar stor språkmodell som er bygget til å yte "
"utmerket i virkelige bedrift bruk tilfeller."
-#: src/available_models_descriptions.py:13
+#: src/available_models_descriptions.py:14
msgid ""
"🌋 LLaVA is a novel end-to-end trained large multimodal model that combines "
"a vision encoder and Vicuna for general-purpose visual and language "
@@ -873,7 +1185,11 @@ msgstr ""
"kombinerer en visjon koder og Vicuna for generell visuelt og språk "
"forståelse. Oppdatert til versjon 1.6."
-#: src/available_models_descriptions.py:14
+#: src/available_models_descriptions.py:15
+msgid "Meta Llama 3: The most capable openly available LLM to date"
+msgstr ""
+
+#: src/available_models_descriptions.py:16
msgid ""
"Gemma is a family of lightweight, state-of-the-art open models built by "
"Google DeepMind. Updated to version 1.1"
@@ -881,7 +1197,7 @@ msgstr ""
"Gemma er en familie av lette, topp ytende åpne modeller bygget av Google "
"DeepMind. Oppdatert til versjon 1.1"
-#: src/available_models_descriptions.py:15
+#: src/available_models_descriptions.py:17
msgid ""
"Qwen 1.5 is a series of large language models by Alibaba Cloud spanning from "
"0.5B to 110B parameters"
@@ -889,21 +1205,21 @@ msgstr ""
"Qwen 1.5 er en rekke store språkmodeller av Alibaba Cloud som spenner fra "
"0,5B til 110B parametere"
-#: src/available_models_descriptions.py:16
+#: src/available_models_descriptions.py:18
msgid ""
"Llama 2 is a collection of foundation language models ranging from 7B to 70B "
"parameters."
msgstr ""
"Llama 2 er en samling grunnleggende språkmodeller fra 7B til 70B parametere."
-#: src/available_models_descriptions.py:17
+#: src/available_models_descriptions.py:19
msgid ""
"A large language model that can use text prompts to generate and discuss "
"code."
msgstr ""
"En stor språkmodell som kan bruke tekstfelt til å generere og diskutere kode."
-#: src/available_models_descriptions.py:18
+#: src/available_models_descriptions.py:20
msgid ""
"Uncensored, 8x7b and 8x22b fine-tuned models based on the Mixtral mixture of "
"experts models that excels at coding tasks. Created by Eric Hartford."
@@ -911,18 +1227,6 @@ msgstr ""
"Usensurert, 8x7b og 8x22b finjusterte modeller basert på Mixtral mixture-of-"
"experts modeller som utmerker seg i kode oppgaver. Laget av Eric Hartford."
-#: src/available_models_descriptions.py:19
-msgid "Uncensored Llama 2 model by George Sung and Jarrad Hope."
-msgstr "Uncensurert Llama 2 modell av George Sung og Jarrad Hope."
-
-#: src/available_models_descriptions.py:20
-msgid ""
-"DeepSeek Coder is a capable coding model trained on two trillion code and "
-"natural language tokens."
-msgstr ""
-"DeepSeek Coder er en dyktig kodemodell som trenes på to trillioner kode og "
-"naturlig språk inndataer."
-
#: src/available_models_descriptions.py:21
msgid ""
"A high-performing open embedding model with a large token context window."
@@ -931,6 +1235,10 @@ msgstr ""
"kontekstvindu."
#: src/available_models_descriptions.py:22
+msgid "Uncensored Llama 2 model by George Sung and Jarrad Hope."
+msgstr "Uncensurert Llama 2 modell av George Sung og Jarrad Hope."
+
+#: src/available_models_descriptions.py:23
msgid ""
"Phi-2: a 2.7B language model by Microsoft Research that demonstrates "
"outstanding reasoning and language understanding capabilities."
@@ -938,7 +1246,15 @@ msgstr ""
"Phi-2: en 2.7B-språkmodell av Microsoft Research som viser veldig god "
"resonnement og språkforståelse med tanke på størrelse."
-#: src/available_models_descriptions.py:23
+#: src/available_models_descriptions.py:24
+msgid ""
+"DeepSeek Coder is a capable coding model trained on two trillion code and "
+"natural language tokens."
+msgstr ""
+"DeepSeek Coder er en dyktig kodemodell som trenes på to trillioner kode og "
+"naturlig språk inndataer."
+
+#: src/available_models_descriptions.py:25
msgid ""
"The uncensored Dolphin model based on Mistral that excels at coding tasks. "
"Updated to version 2.8."
@@ -946,15 +1262,7 @@ msgstr ""
"Den usensurerte Dolphin-modellen basert på Mistral som utmerker seg ved "
"kodeoppgaver. Oppdatert til versjon 2.8."
-#: src/available_models_descriptions.py:24
-msgid ""
-"Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the "
-"Mistral 7B model using the OpenOrca dataset."
-msgstr ""
-"Mistral OpenOrca er en 7 milliarder parametermodell, finjustert på toppen av "
-"Mistral 7B-modellen via OpenOrca-datasettet."
-
-#: src/available_models_descriptions.py:25
+#: src/available_models_descriptions.py:26
msgid ""
"A general-purpose model ranging from 3 billion parameters to 70 billion, "
"suitable for entry-level hardware."
@@ -962,10 +1270,6 @@ msgstr ""
"En generell modell fra 3 milliarder parametre til 70 milliarder, passer til "
"maskinvare av lav datakraft."
-#: src/available_models_descriptions.py:26
-msgid "State-of-the-art large embedding model from mixedbread.ai"
-msgstr "Topp ytende stor innbyggingsmodell fra mixedbread.ai"
-
#: src/available_models_descriptions.py:27
msgid ""
"Dolphin 2.9 is a new model with 8B and 70B sizes by Eric Hartford based on "
@@ -975,6 +1279,10 @@ msgstr ""
"på Llama 3, som har en rekke instruksjon, konversasjon og koding ferdigheter."
#: src/available_models_descriptions.py:28
+msgid "State-of-the-art large embedding model from mixedbread.ai"
+msgstr "Topp ytende stor innbyggingsmodell fra mixedbread.ai"
+
+#: src/available_models_descriptions.py:29
msgid ""
"StarCoder2 is the next generation of transparently trained open code LLMs "
"that comes in three sizes: 3B, 7B and 15B parameters."
@@ -982,17 +1290,13 @@ msgstr ""
"StarCoder2 er neste generasjon av gjennomsiktig trent åpen kode "
"språkmodeller som kommer i tre størrelser: 3B, 7B og 15B parametere."
-#: src/available_models_descriptions.py:29
-msgid "Llama 2 based model fine tuned to improve Chinese dialogue ability."
-msgstr "Llama 2 basert modell finjustert for å forbedre kinesisk dialog evne."
-
#: src/available_models_descriptions.py:30
msgid ""
-"Zephyr is a series of fine-tuned versions of the Mistral and Mixtral models "
-"that are trained to act as helpful assistants."
+"Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the "
+"Mistral 7B model using the OpenOrca dataset."
msgstr ""
-"Zephyr er en serie av finjusterte versjoner av Mistral og Mixtral modeller "
-"som er trent til å fungere som hjelpsomme assistenter."
+"Mistral OpenOrca er en 7 milliarder parametermodell, finjustert på toppen av "
+"Mistral 7B-modellen via OpenOrca-datasettet."
#: src/available_models_descriptions.py:31
msgid "Yi 1.5 is a high-performing, bilingual language model."
@@ -1000,13 +1304,25 @@ msgstr "Yi 1.5 er en høy-ytende, flerspråklig språkmodell."
#: src/available_models_descriptions.py:32
msgid ""
-"The powerful family of models by Nous Research that excels at scientific "
-"discussion and coding tasks."
+"Zephyr is a series of fine-tuned versions of the Mistral and Mixtral models "
+"that are trained to act as helpful assistants."
msgstr ""
-"Den kraftige familien av modeller av Nous Research som utmerker seg på "
-"vitenskapelig diskusjon og kodeoppgaver."
+"Zephyr er en serie av finjusterte versjoner av Mistral og Mixtral modeller "
+"som er trent til å fungere som hjelpsomme assistenter."
#: src/available_models_descriptions.py:33
+msgid "Llama 2 based model fine tuned to improve Chinese dialogue ability."
+msgstr "Llama 2 basert modell finjustert for å forbedre kinesisk dialog evne."
+
+#: src/available_models_descriptions.py:34
+msgid ""
+"A LLaVA model fine-tuned from Llama 3 Instruct with better scores in several "
+"benchmarks."
+msgstr ""
+"En LLaVA-modell finjustert fra Llama 3 Instruct med bedre resultat i flere "
+"tester."
+
+#: src/available_models_descriptions.py:35
msgid ""
"General use chat model based on Llama and Llama 2 with 2K to 16K context "
"sizes."
@@ -1014,15 +1330,15 @@ msgstr ""
"Generelt bruk chat modell basert på Llama og Llama 2 med 2K til 16K "
"sammenheng kontekst størrelser."
-#: src/available_models_descriptions.py:34
+#: src/available_models_descriptions.py:36
msgid ""
-"Wizard Vicuna Uncensored is a 7B, 13B, and 30B parameter model based on "
-"Llama 2 uncensored by Eric Hartford."
+"The powerful family of models by Nous Research that excels at scientific "
+"discussion and coding tasks."
msgstr ""
-"Wizard Vicuna Usensurert er en 7B, 13B og 30B parametermodell basert på "
-"Llama 2 uncensurert av Eric Hartford."
+"Den kraftige familien av modeller av Nous Research som utmerker seg på "
+"vitenskapelig diskusjon og kodeoppgaver."
-#: src/available_models_descriptions.py:35
+#: src/available_models_descriptions.py:37
msgid ""
"The TinyLlama project is an open endeavor to train a compact 1.1B Llama "
"model on 3 trillion tokens."
@@ -1030,7 +1346,28 @@ msgstr ""
"TinyLlama prosjektet er en åpen innsats for å trene en kompakt 1.1B Llama "
"modell på 3 trillioner tokens."
-#: src/available_models_descriptions.py:36
+#: src/available_models_descriptions.py:38
+msgid ""
+"Wizard Vicuna Uncensored is a 7B, 13B, and 30B parameter model based on "
+"Llama 2 uncensored by Eric Hartford."
+msgstr ""
+"Wizard Vicuna Usensurert er en 7B, 13B og 30B parametermodell basert på "
+"Llama 2 uncensurert av Eric Hartford."
+
+#: src/available_models_descriptions.py:39
+msgid ""
+"Codestral is Mistral AI’s first-ever code model designed for code generation "
+"tasks."
+msgstr ""
+"Codestral er Mistral AIs første kodemodell for kodegenerering oppgaver."
+
+#: src/available_models_descriptions.py:40
+msgid ""
+"StarCoder is a code generation model trained on 80+ programming languages."
+msgstr ""
+"StarCoder er en kodegenerasjonsmodell utdannet på 80+ programmeringsspråk."
+
+#: src/available_models_descriptions.py:41
msgid ""
"State of the art large language model from Microsoft AI with improved "
"performance on complex chat, multilingual, reasoning and agent use cases."
@@ -1038,20 +1375,7 @@ msgstr ""
"Topp ytende stor språkmodell fra Microsoft AI med forbedret ytelse på "
"kompleks chat, flerspråklig, resonnement og agent bruk tilfeller."
-#: src/available_models_descriptions.py:37
-msgid ""
-"StarCoder is a code generation model trained on 80+ programming languages."
-msgstr ""
-"StarCoder er en kodegenerasjonsmodell utdannet på 80+ programmeringsspråk."
-
-#: src/available_models_descriptions.py:38
-msgid ""
-"Codestral is Mistral AI’s first-ever code model designed for code generation "
-"tasks."
-msgstr ""
-"Codestral er Mistral AIs første kodemodell for kodegenerering oppgaver."
-
-#: src/available_models_descriptions.py:39
+#: src/available_models_descriptions.py:42
msgid ""
"A family of open-source models trained on a wide variety of data, surpassing "
"ChatGPT on various benchmarks. Updated to version 3.5-0106."
@@ -1059,7 +1383,15 @@ msgstr ""
"En familie med open-source-modeller trent på et bredt utvalg av data, som "
"overgår ChatGPT på ulike tester. Oppdatert til versjon 3.5.0106."
-#: src/available_models_descriptions.py:40
+#: src/available_models_descriptions.py:43
+msgid ""
+"Aya 23, released by Cohere, is a new family of state-of-the-art, "
+"multilingual models that support 23 languages."
+msgstr ""
+"Aya 23, utgitt av Cohere, er en ny familie av toppmoderne flerspråklige "
+"modeller som støtter 23 språk."
+
+#: src/available_models_descriptions.py:44
msgid ""
"An experimental 1.1B parameter model trained on the new Dolphin 2.8 dataset "
"by Eric Hartford and based on TinyLlama."
@@ -1067,7 +1399,7 @@ msgstr ""
"En eksperimentell 1.1B parametermodell trent på det nye Dolphin 2.8 datasett "
"av Eric Hartford og basert på TinyLlama."
-#: src/available_models_descriptions.py:41
+#: src/available_models_descriptions.py:45
msgid ""
"OpenHermes 2.5 is a 7B model fine-tuned by Teknium on Mistral with fully "
"open datasets."
@@ -1075,11 +1407,11 @@ msgstr ""
"OpenHermes 2.5 er en 7B-modell finjustert av Teknium på Mistral med fullt "
"åpent datasett."
-#: src/available_models_descriptions.py:42
+#: src/available_models_descriptions.py:46
msgid "State-of-the-art code generation model"
msgstr "Topp ytende kodeproduksjonsmodell"
-#: src/available_models_descriptions.py:43
+#: src/available_models_descriptions.py:47
msgid ""
"Stable Code 3B is a coding model with instruct and code completion variants "
"on par with models such as Code Llama 7B that are 2.5x larger."
@@ -1088,18 +1420,7 @@ msgstr ""
"kodefullføringsvarianter på nivå med modeller som Code Llama 7B som er 2,5x "
"større."
-#: src/available_models_descriptions.py:44
-msgid ""
-"A fine-tuned model based on Mistral with good coverage of domain and "
-"language."
-msgstr ""
-"En finjustert modell basert på Mistral med god dekning av domene og språk."
-
-#: src/available_models_descriptions.py:45
-msgid "Model focused on math and logic problems"
-msgstr "Modell fokusert på matematikk og logiske problemer"
-
-#: src/available_models_descriptions.py:46
+#: src/available_models_descriptions.py:48
msgid ""
"CodeQwen1.5 is a large language model pretrained on a large amount of code "
"data."
@@ -1107,11 +1428,18 @@ msgstr ""
"CodeQwen1.5 er en stor språkmodell forhånd-trent på en stor mengde kode "
"informasjon."
-#: src/available_models_descriptions.py:47
-msgid "Code generation model based on Code Llama."
-msgstr "Kode generasjonsmodell basert på Code Llama."
+#: src/available_models_descriptions.py:49
+msgid "Model focused on math and logic problems"
+msgstr "Modell fokusert på matematikk og logiske problemer"
-#: src/available_models_descriptions.py:48
+#: src/available_models_descriptions.py:50
+msgid ""
+"A fine-tuned model based on Mistral with good coverage of domain and "
+"language."
+msgstr ""
+"En finjustert modell basert på Mistral med god dekning av domene og språk."
+
+#: src/available_models_descriptions.py:51
msgid ""
"Stable LM 2 is a state-of-the-art 1.6B and 12B parameter language model "
"trained on multilingual data in English, Spanish, German, Italian, French, "
@@ -1121,7 +1449,19 @@ msgstr ""
"flerspråklige data på engelsk, spansk, tysk, italiensk, fransk, portugisisk "
"og nederlandsk."
-#: src/available_models_descriptions.py:49
+#: src/available_models_descriptions.py:52
+msgid "A family of open foundation models by IBM for Code Intelligence"
+msgstr "En familie med åpne fundamentmodeller av IBM for Code intelligens"
+
+#: src/available_models_descriptions.py:53
+msgid "Embedding models on very large sentence level datasets."
+msgstr "tekstinnbyggingsmodeller trent på svært store setningsnivå datasett."
+
+#: src/available_models_descriptions.py:54
+msgid "Code generation model based on Code Llama."
+msgstr "Kode generasjonsmodell basert på Code Llama."
+
+#: src/available_models_descriptions.py:55
msgid ""
"A 7B and 15B uncensored variant of the Dolphin model family that excels at "
"coding, based on StarCoder2."
@@ -1129,23 +1469,11 @@ msgstr ""
"En 7B og 15B usensurert variant av Dolphin modell familie som utmerker seg "
"ved koding, basert på StarCoder2."
-#: src/available_models_descriptions.py:50
-msgid "Embedding models on very large sentence level datasets."
-msgstr "tekstinnbyggingsmodeller trent på svært store setningsnivå datasett."
-
-#: src/available_models_descriptions.py:51
+#: src/available_models_descriptions.py:56
msgid "General use models based on Llama and Llama 2 from Nous Research."
msgstr "Generelt bruk modeller basert på Llama og Llama 2 fra Nous Research."
-#: src/available_models_descriptions.py:52
-msgid ""
-"Starling is a large language model trained by reinforcement learning from AI "
-"feedback focused on improving chatbot helpfulness."
-msgstr ""
-"Starling er en stor språkmodell som trenes gjennom forsterkningslæring fra "
-"AI tilbakemelding fokusert på å forbedre chatbot hjelpsomhet."
-
-#: src/available_models_descriptions.py:53
+#: src/available_models_descriptions.py:57
msgid ""
"SQLCoder is a code completion model fined-tuned on StarCoder for SQL "
"generation tasks"
@@ -1153,7 +1481,46 @@ msgstr ""
"SQLCoder er en kodefullføringsmodell fintunet på StarCoder for SQL "
"generasjonsoppgaver."
-#: src/available_models_descriptions.py:54
+#: src/available_models_descriptions.py:58
+msgid ""
+"This model extends LLama-3 8B's context length from 8k to over 1m tokens."
+msgstr ""
+"Denne modellen strekker LLama-3 8Bs kontekstlengde fra 8 tusen til 1 million."
+
+#: src/available_models_descriptions.py:59
+msgid ""
+"Starling is a large language model trained by reinforcement learning from AI "
+"feedback focused on improving chatbot helpfulness."
+msgstr ""
+"Starling er en stor språkmodell som trenes gjennom forsterkningslæring fra "
+"AI tilbakemelding fokusert på å forbedre chatbot hjelpsomhet."
+
+#: src/available_models_descriptions.py:60
+msgid "An extension of Llama 2 that supports a context of up to 128k tokens."
+msgstr ""
+"En forlengelse av Llama 2 som støtter en sammenheng på opptil 128k tokens."
+
+#: src/available_models_descriptions.py:61
+msgid ""
+"Conversational model based on Llama 2 that performs competitively on various "
+"benchmarks."
+msgstr ""
+"Samtalemodell basert på Llama 2 som utfører konkurransedyktig på ulike "
+"tester."
+
+#: src/available_models_descriptions.py:62
+msgid "An advanced language model crafted with 2 trillion bilingual tokens."
+msgstr "En avansert språkmodell laget med 2 trillioner flerspråklige tokens."
+
+#: src/available_models_descriptions.py:63
+msgid ""
+"A model from NVIDIA based on Llama 3 that excels at conversational question "
+"answering (QA) and retrieval-augmented generation (RAG)."
+msgstr ""
+"En modell fra NVIDIA basert på Llama 3 som utmerker seg på samtalespørsmål "
+"svar og fortrinnsvis generasjon."
+
+#: src/available_models_descriptions.py:64
msgid ""
"Orca 2 is built by Microsoft research, and are a fine-tuned version of "
"Meta's Llama 2 models. The model is designed to excel particularly in "
@@ -1163,30 +1530,11 @@ msgstr ""
"Meta's Llama 2 modeller. Modellen er laget for å utmerke seg spesielt i "
"tolkning."
-#: src/available_models_descriptions.py:55
-msgid ""
-"This model extends LLama-3 8B's context length from 8k to over 1m tokens."
-msgstr ""
-"Denne modellen strekker LLama-3 8Bs kontekstlengde fra 8 tusen til 1 million."
+#: src/available_models_descriptions.py:65
+msgid "General use model based on Llama 2."
+msgstr "Generell bruksmodell basert på Llama 2."
-#: src/available_models_descriptions.py:56
-msgid "An advanced language model crafted with 2 trillion bilingual tokens."
-msgstr "En avansert språkmodell laget med 2 trillioner flerspråklige tokens."
-
-#: src/available_models_descriptions.py:57
-msgid "An extension of Llama 2 that supports a context of up to 128k tokens."
-msgstr ""
-"En forlengelse av Llama 2 som støtter en sammenheng på opptil 128k tokens."
-
-#: src/available_models_descriptions.py:58
-msgid ""
-"A model from NVIDIA based on Llama 3 that excels at conversational question "
-"answering (QA) and retrieval-augmented generation (RAG)."
-msgstr ""
-"En modell fra NVIDIA basert på Llama 3 som utmerker seg på samtalespørsmål "
-"svar og fortrinnsvis generasjon."
-
-#: src/available_models_descriptions.py:59
+#: src/available_models_descriptions.py:66
msgid ""
"A compact, yet powerful 10.7B large language model designed for single-turn "
"conversation."
@@ -1194,31 +1542,7 @@ msgstr ""
"En kompakt, men kraftig 10.7B stor språkmodell designet for enkelt sving "
"samtaler."
-#: src/available_models_descriptions.py:60
-msgid ""
-"Conversational model based on Llama 2 that performs competitively on various "
-"benchmarks."
-msgstr ""
-"Samtalemodell basert på Llama 2 som utfører konkurransedyktig på ulike "
-"tester."
-
-#: src/available_models_descriptions.py:61
-msgid "A family of open foundation models by IBM for Code Intelligence"
-msgstr "En familie med åpne fundamentmodeller av IBM for Code intelligens"
-
-#: src/available_models_descriptions.py:62
-msgid ""
-"2.7B uncensored Dolphin model by Eric Hartford, based on the Phi language "
-"model by Microsoft Research."
-msgstr ""
-"2.7B usensurert Dolphin-modell av Eric Hartford, basert på Phi språk "
-"modellen av Microsoft Research."
-
-#: src/available_models_descriptions.py:63
-msgid "General use model based on Llama 2."
-msgstr "Generell bruksmodell basert på Llama 2."
-
-#: src/available_models_descriptions.py:64
+#: src/available_models_descriptions.py:67
msgid ""
"A companion assistant trained in philosophy, psychology, and personal "
"relationships. Based on Mistral."
@@ -1226,7 +1550,15 @@ msgstr ""
"En assistent som er utdannet i filosofi, psykologi og personlig forhold. "
"Basert på Mistral."
-#: src/available_models_descriptions.py:65
+#: src/available_models_descriptions.py:68
+msgid ""
+"2.7B uncensored Dolphin model by Eric Hartford, based on the Phi language "
+"model by Microsoft Research."
+msgstr ""
+"2.7B usensurert Dolphin-modell av Eric Hartford, basert på Phi språk "
+"modellen av Microsoft Research."
+
+#: src/available_models_descriptions.py:69
msgid ""
"Llama 2 based model fine tuned on an Orca-style dataset. Originally called "
"Free Willy."
@@ -1234,7 +1566,15 @@ msgstr ""
"Llama 2 basert modell finjustert på en Orca-stil datasett. Opprinnelig kalt "
"Free Willy."
-#: src/available_models_descriptions.py:66
+#: src/available_models_descriptions.py:70
+msgid ""
+"moondream2 is a small vision language model designed to run efficiently on "
+"edge devices."
+msgstr ""
+"moondream2 er en liten visjon språkmodell designet for å kjøre effektivt på "
+"svakere enheter."
+
+#: src/available_models_descriptions.py:71
msgid ""
"BakLLaVA is a multimodal model consisting of the Mistral 7B base model "
"augmented with the LLaVA architecture."
@@ -1242,19 +1582,21 @@ msgstr ""
"BakLLAVA er en flermodal modell som består av Mistral 7B-basemodellen "
"sammenslått med LLaVA arkitektur."
-#: src/available_models_descriptions.py:67
-msgid ""
-"A LLaVA model fine-tuned from Llama 3 Instruct with better scores in several "
-"benchmarks."
-msgstr ""
-"En LLaVA-modell finjustert fra Llama 3 Instruct med bedre resultat i flere "
-"tester."
-
-#: src/available_models_descriptions.py:68
+#: src/available_models_descriptions.py:72
msgid "Uncensored version of Wizard LM model"
msgstr "Usensurert versjon av Wizard LM modell"
-#: src/available_models_descriptions.py:69
+#: src/available_models_descriptions.py:73
+msgid ""
+"A suite of text embedding models by Snowflake, optimized for performance."
+msgstr ""
+"En gruppe med tekstinnebygge modeller av Snowflake, optimalisert for ytelse."
+
+#: src/available_models_descriptions.py:74
+msgid "A strong, economical, and efficient Mixture-of-Experts language model."
+msgstr "En sterk, økonomisk og effektiv Mixture-of-Experts språkmodell."
+
+#: src/available_models_descriptions.py:75
msgid ""
"Fine-tuned Llama 2 model to answer medical questions based on an open source "
"medical dataset."
@@ -1262,23 +1604,12 @@ msgstr ""
"Finjustert Llama 2 modell for å svare på medisinske spørsmål basert på en "
"åpen kildekode medisinsk datasett."
-#: src/available_models_descriptions.py:70
-msgid "The Nous Hermes 2 model from Nous Research, now trained over Mixtral."
-msgstr ""
-"Nous Hermes 2-modellen fra Nous Research, som nå er utdannet over Mixtral."
-
-#: src/available_models_descriptions.py:71
+#: src/available_models_descriptions.py:76
msgid "An extension of Mistral to support context windows of 64K or 128K."
msgstr ""
"En utvidelse av Mistral for å støtte kontekstvinduer på 64K eller 128K."
-#: src/available_models_descriptions.py:72
-msgid ""
-"A suite of text embedding models by Snowflake, optimized for performance."
-msgstr ""
-"En gruppe med tekstinnebygge modeller av Snowflake, optimalisert for ytelse."
-
-#: src/available_models_descriptions.py:73
+#: src/available_models_descriptions.py:77
msgid ""
"An expansion of Llama 2 that specializes in integrating both general "
"language understanding and domain-specific knowledge, particularly in "
@@ -1288,11 +1619,12 @@ msgstr ""
"språkforståelse og domenespesifikk kunnskap, spesielt i programmering og "
"matematikk."
-#: src/available_models_descriptions.py:74
-msgid "Great code generation model based on Llama2."
-msgstr "Flott kode generasjon modell basert på Llama2."
+#: src/available_models_descriptions.py:78
+msgid "The Nous Hermes 2 model from Nous Research, now trained over Mixtral."
+msgstr ""
+"Nous Hermes 2-modellen fra Nous Research, som nå er utdannet over Mixtral."
-#: src/available_models_descriptions.py:75
+#: src/available_models_descriptions.py:79
msgid ""
"Open-source medical large language model adapted from Llama 2 to the medical "
"domain."
@@ -1300,25 +1632,37 @@ msgstr ""
"Medisinsk modell med åpen kilde som er tilpasset fra Llama 2 til medisinsk "
"forståelse."
-#: src/available_models_descriptions.py:76
-msgid ""
-"moondream2 is a small vision language model designed to run efficiently on "
-"edge devices."
-msgstr ""
-"moondream2 er en liten visjon språkmodell designet for å kjøre effektivt på "
-"svakere enheter."
+#: src/available_models_descriptions.py:80
+msgid "Great code generation model based on Llama2."
+msgstr "Flott kode generasjon modell basert på Llama2."
-#: src/available_models_descriptions.py:77
-msgid "Uncensored Llama2 based model with support for a 16K context window."
-msgstr "Usensurert Llama2-basert modell med støtte for et 16K-kontekstvindu."
-
-#: src/available_models_descriptions.py:78
+#: src/available_models_descriptions.py:81
msgid ""
"Nexus Raven is a 13B instruction tuned model for function calling tasks."
msgstr ""
"Nexus Raven er en 13B instruksjon tuned modell for funksjon kall oppgaver."
-#: src/available_models_descriptions.py:79
+#: src/available_models_descriptions.py:82
+msgid "Uncensored Llama2 based model with support for a 16K context window."
+msgstr "Usensurert Llama2-basert modell med støtte for et 16K-kontekstvindu."
+
+#: src/available_models_descriptions.py:83
+msgid "A new small LLaVA model fine-tuned from Phi 3 Mini."
+msgstr "En ny liten LLaVA-modell finjustert fra Phi 3 Mini."
+
+#: src/available_models_descriptions.py:84
+msgid ""
+"A versatile model for AI software development scenarios, including code "
+"completion."
+msgstr ""
+
+#: src/available_models_descriptions.py:85
+msgid ""
+"A strong multi-lingual general language model with competitive performance "
+"to Llama 3."
+msgstr ""
+
+#: src/available_models_descriptions.py:86
msgid ""
"🎩 Magicoder is a family of 7B parameter models trained on 75K synthetic "
"instruction data using OSS-Instruct, a novel approach to enlightening LLMs "
@@ -1328,11 +1672,7 @@ msgstr ""
"syntetisk instruksjonsdata ved hjelp av OSS-Instruct, en ny tilnærming til å "
"opplyse språkmodeller med åpen kildekode snerter."
-#: src/available_models_descriptions.py:80
-msgid "A strong, economical, and efficient Mixture-of-Experts language model."
-msgstr "En sterk, økonomisk og effektiv Mixture-of-Experts språkmodell."
-
-#: src/available_models_descriptions.py:81
+#: src/available_models_descriptions.py:87
msgid ""
"A lightweight chat model allowing accurate, and responsive output without "
"requiring high-end hardware."
@@ -1340,7 +1680,7 @@ msgstr ""
"En lett chat-modell som gir nøyaktig og responsiv svar uten krav på sterk "
"maskinvare."
-#: src/available_models_descriptions.py:82
+#: src/available_models_descriptions.py:88
msgid ""
"A high-performing code instruct model created by merging two existing code "
"models."
@@ -1348,11 +1688,7 @@ msgstr ""
"En høy-ytende kode instruksmodell opprettet ved sammenslåing av to "
"eksisterende kode modeller."
-#: src/available_models_descriptions.py:83
-msgid "A new small LLaVA model fine-tuned from Phi 3 Mini."
-msgstr "En ny liten LLaVA-modell finjustert fra Phi 3 Mini."
-
-#: src/available_models_descriptions.py:84
+#: src/available_models_descriptions.py:89
msgid ""
"MistralLite is a fine-tuned model based on Mistral with enhanced "
"capabilities of processing long contexts."
@@ -1360,7 +1696,7 @@ msgstr ""
"MistralLite er en finjustert modell basert på Mistral med forbedret "
"kapasitet i å behandle lange kontekst vinduer."
-#: src/available_models_descriptions.py:85
+#: src/available_models_descriptions.py:90
msgid ""
"Wizard Vicuna is a 13B parameter model based on Llama 2 trained by "
"MelodysDreamj."
@@ -1368,20 +1704,12 @@ msgstr ""
"Wizard Vicuna er en 13B parametermodell basert på Llama 2 trent av "
"MelodysDreamj."
-#: src/available_models_descriptions.py:86
+#: src/available_models_descriptions.py:91
msgid "7B parameter text-to-SQL model made by MotherDuck and Numbers Station."
msgstr ""
"7B parameter tekst til SQL-modell laget av MotherDuck og Numbers Station."
-#: src/available_models_descriptions.py:87
-msgid ""
-"A language model created by combining two fine-tuned Llama 2 70B models into "
-"one."
-msgstr ""
-"En språkmodell opprettet ved å kombinere to finjusterte Llama 2 70B-modeller "
-"til en."
-
-#: src/available_models_descriptions.py:88
+#: src/available_models_descriptions.py:92
msgid ""
"MegaDolphin-2.2-120b is a transformation of Dolphin-2.2-70b created by "
"interleaving the model with itself."
@@ -1389,7 +1717,22 @@ msgstr ""
"MegaDolphin-2.2-120b er en transformasjon av Dolphin-2.2-70b opprettet av å "
"samhandle modellen med seg selv."
-#: src/available_models_descriptions.py:89
+#: src/available_models_descriptions.py:93
+msgid ""
+"A language model created by combining two fine-tuned Llama 2 70B models into "
+"one."
+msgstr ""
+"En språkmodell opprettet ved å kombinere to finjusterte Llama 2 70B-modeller "
+"til en."
+
+#: src/available_models_descriptions.py:94
+msgid ""
+"A top-performing mixture of experts model, fine-tuned with high-quality data."
+msgstr ""
+"En topp-ytende blanding av Mixture-Of-Experts model, finjustert med kvalitet "
+"data."
+
+#: src/available_models_descriptions.py:95
msgid ""
"Merge of the Open Orca OpenChat model and the Garage-bAInd Platypus 2 model. "
"Designed for chat and code generation."
@@ -1397,23 +1740,7 @@ msgstr ""
"Sammensmelting av Open Orca Open Chatmodell og Garage-baind Platypus 2 "
"modell. Designet for chat og kode generasjon."
-#: src/available_models_descriptions.py:90
-msgid ""
-"A top-performing mixture of experts model, fine-tuned with high-quality data."
-msgstr ""
-"En topp-ytende blanding av Mixture-Of-Experts model, finjustert med kvalitet "
-"data."
-
-#: src/available_models_descriptions.py:91
-msgid "A 7B chat model fine-tuned with high-quality data and based on Zephyr."
-msgstr ""
-"En 7B chat modell finjustert med høy kvalitet data og basert på Zephyr."
-
-#: src/available_models_descriptions.py:92
-msgid "DBRX is an open, general-purpose LLM created by Databricks."
-msgstr "DBRX er en åpen, generell språkmodell opprettet av Databricks."
-
-#: src/available_models_descriptions.py:93
+#: src/available_models_descriptions.py:96
msgid ""
"Falcon2 is an 11B parameters causal decoder-only model built by TII and "
"trained over 5T tokens."
@@ -1421,7 +1748,22 @@ msgstr ""
"Falcon2 er en 11B-parameter kausaldekoder-bare modell bygget av TII og trent "
"over 5T tokens."
-#: src/available_models_descriptions.py:94
+#: src/available_models_descriptions.py:97
+msgid "A 7B chat model fine-tuned with high-quality data and based on Zephyr."
+msgstr ""
+"En 7B chat modell finjustert med høy kvalitet data og basert på Zephyr."
+
+#: src/available_models_descriptions.py:98
+msgid "DBRX is an open, general-purpose LLM created by Databricks."
+msgstr "DBRX er en åpen, generell språkmodell opprettet av Databricks."
+
+#: src/available_models_descriptions.py:99
+msgid ""
+"InternLM2.5 is a 7B parameter model tailored for practical scenarios with "
+"outstanding reasoning capability."
+msgstr ""
+
+#: src/available_models_descriptions.py:100
msgid ""
"A robust conversational model designed to be used for both chat and instruct "
"use cases."
@@ -1429,6 +1771,30 @@ msgstr ""
"En robust samtalemodell designet for å brukes til både chat og instruksjon "
"formål."
+#: src/available_models_descriptions.py:101
+msgid ""
+"A series of models from Groq that represent a significant advancement in "
+"open-source AI capabilities for tool use/function calling."
+msgstr ""
+
+#: src/available_models_descriptions.py:102
+msgid ""
+"MathΣtral: a 7B model designed for math reasoning and scientific discovery "
+"by Mistral AI."
+msgstr ""
+
+#: src/available_models_descriptions.py:103
+msgid ""
+"An open weights function calling model based on Llama 3, competitive with "
+"GPT-4o function calling capabilities."
+msgstr ""
+
+#: src/available_models_descriptions.py:104
+msgid ""
+"A 3.8B model fine-tuned on a private high-quality synthetic dataset for "
+"information extraction, based on Phi-3."
+msgstr ""
+
#: src/dialogs.py:17
msgid "Chat cannot be cleared while receiving a message"
msgstr "Samtale kan ikke renses mens melding blir mottatt"
@@ -1442,8 +1808,8 @@ msgid "Are you sure you want to clear the chat?"
msgstr ""
#: src/dialogs.py:24 src/dialogs.py:45 src/dialogs.py:72 src/dialogs.py:99
-#: src/dialogs.py:121 src/dialogs.py:142 src/dialogs.py:164 src/dialogs.py:224
-#: src/dialogs.py:314 src/dialogs.py:352
+#: src/dialogs.py:121 src/dialogs.py:142 src/dialogs.py:164 src/dialogs.py:236
+#: src/dialogs.py:326 src/dialogs.py:364
msgid "Cancel"
msgstr ""
@@ -1515,71 +1881,91 @@ msgstr ""
msgid "Remove"
msgstr ""
-#: src/dialogs.py:190
+#: src/dialogs.py:202
msgid "Connection Error"
msgstr ""
-#: src/dialogs.py:191
+#: src/dialogs.py:203
msgid "The remote instance has disconnected"
msgstr ""
-#: src/dialogs.py:195
+#: src/dialogs.py:207
msgid "Close Alpaca"
msgstr ""
-#: src/dialogs.py:196
+#: src/dialogs.py:208
msgid "Use local instance"
msgstr ""
-#: src/dialogs.py:197
+#: src/dialogs.py:209
msgid "Connect"
msgstr ""
-#: src/dialogs.py:220
+#: src/dialogs.py:232
msgid "Select Model"
msgstr ""
-#: src/dialogs.py:221
+#: src/dialogs.py:233
msgid "This model will be used as the base for the new model"
msgstr ""
-#: src/dialogs.py:225 src/dialogs.py:315 src/dialogs.py:353
+#: src/dialogs.py:237 src/dialogs.py:327 src/dialogs.py:365
msgid "Accept"
msgstr ""
-#: src/dialogs.py:242
+#: src/dialogs.py:254
msgid "An error occurred while creating the model"
msgstr ""
-#: src/dialogs.py:300
+#: src/dialogs.py:312
msgid "This video does not have any transcriptions"
msgstr "Denne videoen har ingen transkripsjon"
-#: src/dialogs.py:309
+#: src/dialogs.py:321
msgid "Attach YouTube Video?"
msgstr ""
-#: src/dialogs.py:310
+#: src/dialogs.py:322
msgid ""
"{}\n"
"\n"
"Please select a transcript to include"
msgstr ""
-#: src/dialogs.py:343
+#: src/dialogs.py:355
msgid "An error occurred while extracting text from the website"
msgstr ""
-#: src/dialogs.py:348
+#: src/dialogs.py:360
msgid "Attach Website? (Experimental)"
msgstr ""
-#: src/dialogs.py:349
+#: src/dialogs.py:361
msgid ""
"Are you sure you want to attach\n"
"'{}'?"
msgstr ""
+#: src/dialogs.py:379
+msgid "Thank you!"
+msgstr ""
+
+#: src/dialogs.py:386 src/dialogs.py:393
+msgid "Support"
+msgstr ""
+
+#: src/dialogs.py:387
+msgid "Are you enjoying Alpaca? Consider sponsoring the project!"
+msgstr ""
+
+#: src/dialogs.py:390
+msgid "Don't show again"
+msgstr ""
+
+#: src/dialogs.py:392
+msgid "Later"
+msgstr ""
+
#: src/window.ui:54
msgid "Menu"
msgstr "Meny"
@@ -1868,6 +2254,15 @@ msgstr "Lim inn"
msgid "Insert new line"
msgstr "Sett inn ny linje"
+#~ msgid "A conversation showing code highlight"
+#~ msgstr "En samtale som viser kodebelysning"
+
+#~ msgid "A conversation involving multiple models"
+#~ msgstr "En samtale som involverer flere modeller"
+
+#~ msgid "Managing models"
+#~ msgstr "Administrer modeller"
+
#~ msgid "An error occurred"
#~ msgstr "Et problem dukket opp"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 13ec434..eee0134 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-07-21 18:18-0600\n"
+"POT-Creation-Date: 2024-08-01 14:36-0600\n"
"PO-Revision-Date: 2024-05-23 23:29-0600\n"
"Last-Translator: Daimar Stein \n"
"Language-Team: Brazilian Portuguese\n"
@@ -32,7 +32,7 @@ msgid "An Ollama client"
msgstr "Um cliente Ollama"
#: data/com.jeffser.Alpaca.metainfo.xml.in:11
-#: data/com.jeffser.Alpaca.metainfo.xml.in:416
+#: data/com.jeffser.Alpaca.metainfo.xml.in:549
msgid "Features"
msgstr "Funcionalidades"
@@ -42,12 +42,12 @@ msgid "Built in Ollama instance"
msgstr "Um cliente Ollama"
#: data/com.jeffser.Alpaca.metainfo.xml.in:14
-#: data/com.jeffser.Alpaca.metainfo.xml.in:418
+#: data/com.jeffser.Alpaca.metainfo.xml.in:551
msgid "Talk to multiple models in the same conversation"
msgstr "Fale com múltiplos modelos na mesma conversa"
#: data/com.jeffser.Alpaca.metainfo.xml.in:15
-#: data/com.jeffser.Alpaca.metainfo.xml.in:419
+#: data/com.jeffser.Alpaca.metainfo.xml.in:552
msgid "Pull and delete models from the app"
msgstr "Baixe e delete modelos através do app"
@@ -70,11 +70,23 @@ msgstr ""
msgid "Import and export chats"
msgstr "Importe e exporte conversas"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:21 src/window.ui:883
+#: data/com.jeffser.Alpaca.metainfo.xml.in:20
+msgid "Append YouTube transcripts to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:21
+msgid "Append text from a website to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:22
+msgid "PDF recognition"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:24 src/window.ui:883
msgid "Disclaimer"
msgstr "Aviso Legal"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:22
+#: data/com.jeffser.Alpaca.metainfo.xml.in:25
msgid ""
"This project is not affiliated at all with Ollama, I'm not responsible for "
"any damages to your device or software caused by running code given by any "
@@ -84,268 +96,556 @@ msgstr ""
"por quaisquer danos ao seu dispositivo ou software causados por código "
"gerado por qualquer um dos modelos disponíveis."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:25
+#: data/com.jeffser.Alpaca.metainfo.xml.in:28
msgid "Jeffry Samuel Eduarte Rojas"
msgstr "Jeffry Samuel Eduarte Rojas"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:51
-#, fuzzy
-msgid "A conversation showing code highlight"
-msgstr "Uma conversa exibindo highlighting de código"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:54
+msgid "A normal conversation with an AI Model"
+msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:55
-msgid "A conversation involving multiple models"
-msgstr "Uma conversa envolvendo múltiplos modelos"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:58
+msgid "A conversation involving image recognition"
+msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:59
-msgid "Managing models"
-msgstr "Gerenciando modelos"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:62
+msgid "A conversation showing code highlighting"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:66
+msgid "A conversation involving a YouTube video transcript"
+msgstr ""
#: data/com.jeffser.Alpaca.metainfo.xml.in:70
-#: data/com.jeffser.Alpaca.metainfo.xml.in:119
+msgid "Multiple models being downloaded"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:86
+#: data/com.jeffser.Alpaca.metainfo.xml.in:99
+#: data/com.jeffser.Alpaca.metainfo.xml.in:124
+msgid "New"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:88
+msgid "Added table rendering (Thanks Nokse)"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:90
+#: data/com.jeffser.Alpaca.metainfo.xml.in:106
+#: data/com.jeffser.Alpaca.metainfo.xml.in:118
+#: data/com.jeffser.Alpaca.metainfo.xml.in:134
+msgid "Fixes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:92
+msgid "Made support dialog more common"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:101
+msgid "Bearer Token entry on connection error dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:102
+msgid "Small appearance changes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:103
+msgid "Compatibility with code blocks without explicit language"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:104
+msgid "Rare, optional and dismissible support dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:108
+msgid "Date format for Simplified Chinese translation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:109
+msgid "Bug with unsupported localizations"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:110
+msgid "Min height being too large to be used on mobile"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:111
+msgid "Remote connection checker bug"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:120
+msgid "Models with capital letters on their tag don't work"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:121
+msgid "Ollama fails to launch on some systems"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:122
+msgid "YouTube transcripts are not being saved in the right TMP directory"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:126
+msgid "Debug messages are now shown on the 'About Alpaca' dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:127
+msgid "Updated Ollama to v0.3.0 (new models)"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:136
+msgid "Models with '-' in their names didn't work properly, this is now fixed"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:137
+msgid "Better connection check for Ollama"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:144
+msgid "Stable Release"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:145
+msgid ""
+"The new icon was made by Tobias Bernard over the Gnome Gitlab, thanks for "
+"the great icon!"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:146
+msgid "Features and fixes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:148
+msgid "Updated Ollama instance to 0.2.8"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:149
+msgid "Better model selector"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:150
+msgid "Model manager redesign"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:151
+msgid "Better tag selector when pulling a model"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:152
+msgid "Model search"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:153
+msgid "Added support for bearer tokens on remote instances"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:154
+msgid "Preferences dialog redesign"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:155
+msgid "Added context menus to interact with a chat"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:156
+msgid "Redesigned primary and secondary menus"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:157
+msgid ""
+"YouTube integration: Paste the URL of a video with a transcript and it will "
+"be added to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:158
+msgid ""
+"Website integration (Experimental): Extract the text from the body of a "
+"website by adding it's URL to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:159
+msgid "Chat title generation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:160
+msgid "Auto resizing of message entry"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:161
+msgid "Chat notifications"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:162
+msgid "Added indicator when an image is missing"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:163
+msgid "Auto rearrange the order of chats when a message is received"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:164
+msgid "Redesigned file preview dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:165
+msgid "Credited new contributors"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:166
+msgid "Better stability and optimization"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:167
+msgid "Edit messages to change the context of a conversation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:168
+msgid "Added disclaimers when pulling models"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:169
+msgid "Preview files before sending a message"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:170
+msgid "Better format for date and time on messages"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:171
+msgid "Error and debug logging on terminal"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:172
+msgid "Auto-hiding sidebar button"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:173
+msgid "Various UI tweaks"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:175
+msgid "New Models"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:177
+msgid "Gemma2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:178
+msgid "GLM4"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:179
+msgid "Codegeex4"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:180
+msgid "InternLM2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:181
+msgid "Llama3-groq-tool-use"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:182
+msgid "Mathstral"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:183
+msgid "Mistral-nemo"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:184
+msgid "Firefunction-v2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:185
+msgid "Nuextract"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:187
+msgid "Translations"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:188
+msgid ""
+"These are all the available translations on 1.0.0, thanks to all the "
+"contributors!"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:190
+msgid "Russian: Alex K"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:191
+msgid "Spanish: Jeffser"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:192
+msgid "Brazilian Portuguese: Daimar Stein"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:193
+msgid "French: Louis Chauvet-Villaret"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:194
+msgid "Norwegian: CounterFlow64"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:195
+msgid "Bengali: Aritra Saha"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:196
+msgid "Simplified Chinese: Yuehao Sui"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:203
+#: data/com.jeffser.Alpaca.metainfo.xml.in:252
msgid "Fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:71
+#: data/com.jeffser.Alpaca.metainfo.xml.in:204
msgid ""
"Removed DOCX compatibility temporally due to error with python-lxml "
"dependency"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:77
-#: data/com.jeffser.Alpaca.metainfo.xml.in:107
-#: data/com.jeffser.Alpaca.metainfo.xml.in:128
-#: data/com.jeffser.Alpaca.metainfo.xml.in:333
-#: data/com.jeffser.Alpaca.metainfo.xml.in:390
+#: data/com.jeffser.Alpaca.metainfo.xml.in:210
+#: data/com.jeffser.Alpaca.metainfo.xml.in:240
+#: data/com.jeffser.Alpaca.metainfo.xml.in:261
+#: data/com.jeffser.Alpaca.metainfo.xml.in:466
+#: data/com.jeffser.Alpaca.metainfo.xml.in:523
msgid "Big Update"
msgstr "Grande Atualização"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:79
+#: data/com.jeffser.Alpaca.metainfo.xml.in:212
#, fuzzy
msgid "Added compatibility for PDF"
msgstr "Compatibilidade com PNG adicionada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:80
+#: data/com.jeffser.Alpaca.metainfo.xml.in:213
#, fuzzy
msgid "Added compatibility for DOCX"
msgstr "Compatibilidade com PNG adicionada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:81
+#: data/com.jeffser.Alpaca.metainfo.xml.in:214
msgid "Merged 'file attachment' menu into one button"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:88
-#: data/com.jeffser.Alpaca.metainfo.xml.in:281
+#: data/com.jeffser.Alpaca.metainfo.xml.in:221
+#: data/com.jeffser.Alpaca.metainfo.xml.in:414
#, fuzzy
msgid "Quick Fix"
msgstr "Consertos Rápidos"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:89
+#: data/com.jeffser.Alpaca.metainfo.xml.in:222
msgid ""
"There were some errors when transitioning from the old version of chats to "
"the new version. I apologize if this caused any corruption in your chat "
"history. This should be the only time such a transition is needed."
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:95
-#: data/com.jeffser.Alpaca.metainfo.xml.in:247
+#: data/com.jeffser.Alpaca.metainfo.xml.in:228
+#: data/com.jeffser.Alpaca.metainfo.xml.in:380
#, fuzzy
msgid "Huge Update"
msgstr "Atualização Enorme"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:97
+#: data/com.jeffser.Alpaca.metainfo.xml.in:230
#, fuzzy
msgid "Added: Support for plain text files"
msgstr "Suporte para múltiplas tags em um único modelo foi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:98
+#: data/com.jeffser.Alpaca.metainfo.xml.in:231
msgid "Added: New backend system for storing messages"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:99
+#: data/com.jeffser.Alpaca.metainfo.xml.in:232
#, fuzzy
msgid "Added: Support for changing Ollama's overrides"
msgstr "Suporte para múltiplas tags em um único modelo foi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:100
+#: data/com.jeffser.Alpaca.metainfo.xml.in:233
#, fuzzy
msgid "General Optimization"
msgstr "Otimização geral"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:109
+#: data/com.jeffser.Alpaca.metainfo.xml.in:242
msgid "Added: Support for GGUF models (experimental)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:110
+#: data/com.jeffser.Alpaca.metainfo.xml.in:243
#, fuzzy
msgid "Added: Support for customization and creation of models"
msgstr "Suporte para múltiplas tags em um único modelo foi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:111
+#: data/com.jeffser.Alpaca.metainfo.xml.in:244
msgid "Fixed: Icons don't appear on non Gnome systems"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:112
+#: data/com.jeffser.Alpaca.metainfo.xml.in:245
msgid "Update Ollama to v0.1.39"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:121
+#: data/com.jeffser.Alpaca.metainfo.xml.in:254
msgid ""
"Fixed: app didn't open if models tweaks wasn't present in the config files"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:130
+#: data/com.jeffser.Alpaca.metainfo.xml.in:263
msgid "Changed multiple icons (paper airplane for the send button)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:131
+#: data/com.jeffser.Alpaca.metainfo.xml.in:264
msgid "Combined export / import chat buttons into a menu"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:132
+#: data/com.jeffser.Alpaca.metainfo.xml.in:265
msgid "Added 'model tweaks' (temperature, seed, keep_alive)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:133
+#: data/com.jeffser.Alpaca.metainfo.xml.in:266
msgid "Fixed send / stop button"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:134
+#: data/com.jeffser.Alpaca.metainfo.xml.in:267
msgid "Fixed app not checking if remote connection works when starting"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:141
+#: data/com.jeffser.Alpaca.metainfo.xml.in:274
#, fuzzy
msgid "Daily Update"
msgstr "Outra Atualização Diária"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:143
+#: data/com.jeffser.Alpaca.metainfo.xml.in:276
msgid "Added text ellipsis to chat name so it doesn't change the button width"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:144
+#: data/com.jeffser.Alpaca.metainfo.xml.in:277
msgid "New shortcut for creating a chat (CTRL+N)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:145
+#: data/com.jeffser.Alpaca.metainfo.xml.in:278
msgid "New message entry design"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:146
+#: data/com.jeffser.Alpaca.metainfo.xml.in:279
msgid "Fixed: Can't rename the same chat multiple times"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:153
+#: data/com.jeffser.Alpaca.metainfo.xml.in:286
msgid "The fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:155
+#: data/com.jeffser.Alpaca.metainfo.xml.in:288
msgid ""
"Fixed: Ollama instance keeps running on the background even when it is "
"disabled"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:156
+#: data/com.jeffser.Alpaca.metainfo.xml.in:289
msgid "Fixed: Can't pull models on the integrated instance"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:163
+#: data/com.jeffser.Alpaca.metainfo.xml.in:296
#, fuzzy
msgid "Quick tweaks"
msgstr "Consertos Rápidos"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:165
+#: data/com.jeffser.Alpaca.metainfo.xml.in:298
msgid "Added progress bar to models that are being pulled"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:166
+#: data/com.jeffser.Alpaca.metainfo.xml.in:299
msgid "Added size to tags when pulling a model"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:167
+#: data/com.jeffser.Alpaca.metainfo.xml.in:300
#, fuzzy
msgid "General optimizations on the background"
msgstr "Otimização geral"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:174
+#: data/com.jeffser.Alpaca.metainfo.xml.in:307
#, fuzzy
msgid "Quick fixes"
msgstr "Consertos Rápidos"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:176
+#: data/com.jeffser.Alpaca.metainfo.xml.in:309
msgid "Fixed: Scroll when message is received"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:177
+#: data/com.jeffser.Alpaca.metainfo.xml.in:310
msgid "Fixed: Content doesn't change when creating a new chat"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:178
+#: data/com.jeffser.Alpaca.metainfo.xml.in:311
#, fuzzy
msgid "Added 'Featured Models' page on welcome dialog"
msgstr "Um melhor diálogo de gerenciamento de modelos foi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:185
+#: data/com.jeffser.Alpaca.metainfo.xml.in:318
#, fuzzy
msgid "Nice Update"
msgstr "Nova Atualização"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:187
+#: data/com.jeffser.Alpaca.metainfo.xml.in:320
#, fuzzy
msgid "UI tweaks (Thanks Nokse22)"
msgstr "A interface de usuário foi refinada (obrigado, Nokse22)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:188
+#: data/com.jeffser.Alpaca.metainfo.xml.in:321
#, fuzzy
msgid "General optimizations"
msgstr "Otimização geral"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:189
+#: data/com.jeffser.Alpaca.metainfo.xml.in:322
msgid "Metadata fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:196
+#: data/com.jeffser.Alpaca.metainfo.xml.in:329
#, fuzzy
msgid "Quick fix"
msgstr "Consertos Rápidos"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:198
+#: data/com.jeffser.Alpaca.metainfo.xml.in:331
#, fuzzy
msgid "Updated Spanish translation"
msgstr "Tradução para o Espanhol atualizada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:199
+#: data/com.jeffser.Alpaca.metainfo.xml.in:332
msgid "Added compatibility for PNG"
msgstr "Compatibilidade com PNG adicionada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:206
+#: data/com.jeffser.Alpaca.metainfo.xml.in:339
#, fuzzy
msgid "New Update"
msgstr "Nova Atualização"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:208
+#: data/com.jeffser.Alpaca.metainfo.xml.in:341
msgid "Updated model list"
msgstr "Lista de modelos atualizada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:209
+#: data/com.jeffser.Alpaca.metainfo.xml.in:342
#, fuzzy
msgid "Added image recognition to more models"
msgstr "Reconhecimento de imagem foi adicionado para mais modelos"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:210
+#: data/com.jeffser.Alpaca.metainfo.xml.in:343
msgid "Added Brazilian Portuguese translation (Thanks Daimaar Stein)"
msgstr ""
"Tradução para Português do Brasil foi adicionada (obrigado, Daimar Stein)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:211
+#: data/com.jeffser.Alpaca.metainfo.xml.in:344
msgid "Refined the general UI (Thanks Nokse22)"
msgstr "A interface de usuário foi refinada (obrigado, Nokse22)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:212
+#: data/com.jeffser.Alpaca.metainfo.xml.in:345
msgid "Added 'delete message' feature"
msgstr "A funcionalidade de 'deletar mensagem' foi adicionada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:213
+#: data/com.jeffser.Alpaca.metainfo.xml.in:346
msgid ""
"Added metadata so that software distributors know that the app is compatible "
"with mobile"
@@ -353,7 +653,7 @@ msgstr ""
"Metadados foram adicionados para que distribuidores saibam que o app é "
"compatível com dispositivos móveis"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:214
+#: data/com.jeffser.Alpaca.metainfo.xml.in:347
msgid ""
"Changed 'send' shortcut to just the return/enter key (to add a new line use "
"shift+return)"
@@ -361,117 +661,117 @@ msgstr ""
"O atalho de 'enviar mensagem' foi modificado para 'Enter/Return'(para "
"adicionar uma nova linha use 'shift+enter/return)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:221
+#: data/com.jeffser.Alpaca.metainfo.xml.in:354
#, fuzzy
msgid "Bug Fixes"
msgstr "Conserto de Bugs"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:223
+#: data/com.jeffser.Alpaca.metainfo.xml.in:356
msgid "Fixed: Minor spelling mistake"
msgstr "Consertado: Pequenos erros de escrita"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:224
+#: data/com.jeffser.Alpaca.metainfo.xml.in:357
#, fuzzy
msgid "Added 'mobile' as a supported form factor"
msgstr "Suporte ao formato de dispositivos móveis foi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:225
+#: data/com.jeffser.Alpaca.metainfo.xml.in:358
msgid "Fixed: 'Connection Error' dialog not working properly"
msgstr "Consertado: Diálogo de 'Erro de Conexão' não funcionando corretamente"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:226
+#: data/com.jeffser.Alpaca.metainfo.xml.in:359
msgid "Fixed: App might freeze randomly on startup"
msgstr "Consertado: O app travava de forma aleatória ao iniciar"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:227
+#: data/com.jeffser.Alpaca.metainfo.xml.in:360
msgid "Changed 'chats' label on sidebar for 'Alpaca'"
msgstr "O nome 'chats' na barra lateral foi alterado para 'Alpaca'"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:234
+#: data/com.jeffser.Alpaca.metainfo.xml.in:367
#, fuzzy
msgid "Cool Update"
msgstr "Atualização Legal"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:236
+#: data/com.jeffser.Alpaca.metainfo.xml.in:369
#, fuzzy
msgid "Better design for chat window"
msgstr "Design da janela da conversa foi melhorado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:237
+#: data/com.jeffser.Alpaca.metainfo.xml.in:370
#, fuzzy
msgid "Better design for chat sidebar"
msgstr "A interface da barra lateral das conversas foi melhorada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:238
+#: data/com.jeffser.Alpaca.metainfo.xml.in:371
#, fuzzy
msgid "Fixed remote connections"
msgstr "Conexões remotas foram consertadas"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:239
+#: data/com.jeffser.Alpaca.metainfo.xml.in:372
msgid "Fixed Ollama restarting in loop"
msgstr "Erro que fazia o Ollama reiniciar em loop foi consertado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:240
+#: data/com.jeffser.Alpaca.metainfo.xml.in:373
msgid "Other cool backend stuff"
msgstr "Outras coisas legais de backend"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:249
+#: data/com.jeffser.Alpaca.metainfo.xml.in:382
msgid "Added Ollama as part of Alpaca, Ollama will run in a sandbox"
msgstr "Ollama foi adicionado como parte do Alpaca, executado em sandbox"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:250
+#: data/com.jeffser.Alpaca.metainfo.xml.in:383
msgid "Added option to connect to remote instances (how it worked before)"
msgstr ""
"A opção de conectar com uma instância remota (como funcionava antes) foi "
"adicionada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:251
+#: data/com.jeffser.Alpaca.metainfo.xml.in:384
msgid "Added option to import and export chats"
msgstr "A opção de importar e exportar conversas foi adicionada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:252
+#: data/com.jeffser.Alpaca.metainfo.xml.in:385
msgid "Added option to run Alpaca with Ollama in the background"
msgstr "A opção de continuar sendo executado em segundo plano foi adicionada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:253
+#: data/com.jeffser.Alpaca.metainfo.xml.in:386
#, fuzzy
msgid "Added preferences dialog"
msgstr "Diálogo de preferências foi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:254
+#: data/com.jeffser.Alpaca.metainfo.xml.in:387
#, fuzzy
msgid "Changed the welcome dialog"
msgstr "O diálogo de boas-vindas foi modificado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:256
-#: data/com.jeffser.Alpaca.metainfo.xml.in:273
-#: data/com.jeffser.Alpaca.metainfo.xml.in:285
-#: data/com.jeffser.Alpaca.metainfo.xml.in:304
-#: data/com.jeffser.Alpaca.metainfo.xml.in:325
-#: data/com.jeffser.Alpaca.metainfo.xml.in:341
-#: data/com.jeffser.Alpaca.metainfo.xml.in:357
-#: data/com.jeffser.Alpaca.metainfo.xml.in:371
-#: data/com.jeffser.Alpaca.metainfo.xml.in:381
-#: data/com.jeffser.Alpaca.metainfo.xml.in:399
-#: data/com.jeffser.Alpaca.metainfo.xml.in:421
+#: data/com.jeffser.Alpaca.metainfo.xml.in:389
+#: data/com.jeffser.Alpaca.metainfo.xml.in:406
+#: data/com.jeffser.Alpaca.metainfo.xml.in:418
+#: data/com.jeffser.Alpaca.metainfo.xml.in:437
+#: data/com.jeffser.Alpaca.metainfo.xml.in:458
+#: data/com.jeffser.Alpaca.metainfo.xml.in:474
+#: data/com.jeffser.Alpaca.metainfo.xml.in:490
+#: data/com.jeffser.Alpaca.metainfo.xml.in:504
+#: data/com.jeffser.Alpaca.metainfo.xml.in:514
+#: data/com.jeffser.Alpaca.metainfo.xml.in:532
+#: data/com.jeffser.Alpaca.metainfo.xml.in:554
msgid "Please report any errors to the issues page, thank you."
msgstr "Por favor, reportar quaisquer erros na página de issues, obrigado."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:264
+#: data/com.jeffser.Alpaca.metainfo.xml.in:397
#, fuzzy
msgid "Yet Another Daily Update"
msgstr "Mais Uma Atualização Diária"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:266
+#: data/com.jeffser.Alpaca.metainfo.xml.in:399
#, fuzzy
msgid "Added better UI for 'Manage Models' dialog"
msgstr "Uma melhor interface para 'Gerenciar Modelos' foi adicionada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:267
+#: data/com.jeffser.Alpaca.metainfo.xml.in:400
msgid "Added better UI for the chat sidebar"
msgstr "Uma interface melhor para a barra lateral das conversas foi adicionada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:268
+#: data/com.jeffser.Alpaca.metainfo.xml.in:401
msgid ""
"Replaced model description with a button to open Ollama's website for the "
"model"
@@ -479,51 +779,51 @@ msgstr ""
"A descrição dos modelos foi substituída com um botão para abrir o site do "
"Ollama para cada modelo"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:269
+#: data/com.jeffser.Alpaca.metainfo.xml.in:402
msgid "Added myself to the credits as the spanish translator"
msgstr "Me adicionei aos créditos como o tradutor para espanhol"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:270
+#: data/com.jeffser.Alpaca.metainfo.xml.in:403
msgid "Using XDG properly to get config folder"
msgstr "Agora a spec XDG é usada propriamente para ter uma pasta de config"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:271
+#: data/com.jeffser.Alpaca.metainfo.xml.in:404
#, fuzzy
msgid "Update for translations"
msgstr "Melhor suporte a traduções"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:283
+#: data/com.jeffser.Alpaca.metainfo.xml.in:416
msgid "The last update had some mistakes in the description of the update"
msgstr "A última atualização teve alguns erros na descrição da mesma"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:293
+#: data/com.jeffser.Alpaca.metainfo.xml.in:426
msgid "Another Daily Update"
msgstr "Outra Atualização Diária"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:295
+#: data/com.jeffser.Alpaca.metainfo.xml.in:428
msgid "Added full Spanish translation"
msgstr "Tradução completa para o Espanhol foi adicionada"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:296
+#: data/com.jeffser.Alpaca.metainfo.xml.in:429
#, fuzzy
msgid "Added support for background pulling of multiple models"
msgstr ""
"Suporte para o download de múltiplos modelos em segundo planofoi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:297
+#: data/com.jeffser.Alpaca.metainfo.xml.in:430
msgid "Added interrupt button"
msgstr "Um botão de interromper foi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:298
+#: data/com.jeffser.Alpaca.metainfo.xml.in:431
#, fuzzy
msgid "Added basic shortcuts"
msgstr "Atalhos de teclado básicos foram adicionados"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:299
+#: data/com.jeffser.Alpaca.metainfo.xml.in:432
msgid "Better translation support"
msgstr "Melhor suporte a traduções"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:300
+#: data/com.jeffser.Alpaca.metainfo.xml.in:433
msgid ""
"User can now leave chat name empty when creating a new one, it will add a "
"placeholder name"
@@ -531,134 +831,134 @@ msgstr ""
"O usuário agora pode deixar o nome da conversa vazio ao criar uma nova, um "
"nome substituto será gerado em seu lugar"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:301
+#: data/com.jeffser.Alpaca.metainfo.xml.in:434
msgid "Better scalling for different window sizes"
msgstr "Melhor escala para diferentes tamanhos de janela"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:302
+#: data/com.jeffser.Alpaca.metainfo.xml.in:435
#, fuzzy
msgid "Fixed: Can't close app if first time setup fails"
msgstr ""
"Consertado: Não era possível fechar o app caso a configuração inicial "
"falhasse"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:312
+#: data/com.jeffser.Alpaca.metainfo.xml.in:445
msgid "Really Big Update"
msgstr "Uma Atualização Realmente Grande"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:314
+#: data/com.jeffser.Alpaca.metainfo.xml.in:447
msgid "Added multiple chats support!"
msgstr "Suporte para múltiplas conversas foi adicionado!"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:315
+#: data/com.jeffser.Alpaca.metainfo.xml.in:448
msgid "Added Pango Markup support (bold, list, title, subtitle, monospace)"
msgstr ""
"Suporte para Pango Markup (negrito, lista, título, subtítulo, monospace) foi "
"adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:316
+#: data/com.jeffser.Alpaca.metainfo.xml.in:449
msgid "Added autoscroll if the user is at the bottom of the chat"
msgstr ""
"Rolagem automática caso o usuário esteja na mensagem mais recente da "
"conversa foi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:317
+#: data/com.jeffser.Alpaca.metainfo.xml.in:450
msgid "Added support for multiple tags on a single model"
msgstr "Suporte para múltiplas tags em um único modelo foi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:318
+#: data/com.jeffser.Alpaca.metainfo.xml.in:451
msgid "Added better model management dialog"
msgstr "Um melhor diálogo de gerenciamento de modelos foi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:319
+#: data/com.jeffser.Alpaca.metainfo.xml.in:452
msgid "Added loading spinner when sending message"
msgstr "Um spinner de carregamento ao mandar mensagens foi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:320
+#: data/com.jeffser.Alpaca.metainfo.xml.in:453
msgid "Added notifications if app is not active and a model pull finishes"
msgstr ""
"Notificações caso o app não esteja ativo e o download de um modelo for "
"finalizado foram adicionadas"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:321
+#: data/com.jeffser.Alpaca.metainfo.xml.in:454
msgid "Added new symbolic icon"
msgstr "Um novo ícone simbólico foi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:322
+#: data/com.jeffser.Alpaca.metainfo.xml.in:455
msgid "Added frame to message textview widget"
msgstr "Quadro ao redor do textview do widget de mensagem foi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:323
+#: data/com.jeffser.Alpaca.metainfo.xml.in:456
msgid "Fixed \"code blocks shouldn't be editable\""
msgstr "Consertado \"blocos de código não deveriam ser editáveis\""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:335
+#: data/com.jeffser.Alpaca.metainfo.xml.in:468
msgid "Added code highlighting"
msgstr "Highlighting de código foi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:336
+#: data/com.jeffser.Alpaca.metainfo.xml.in:469
msgid "Added image recognition (llava model)"
msgstr "Reconhecimento de imagem foi adicionado (modelo llava)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:337
+#: data/com.jeffser.Alpaca.metainfo.xml.in:470
msgid "Added multiline prompt"
msgstr "Prompt de múltiplas linhas foi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:338
+#: data/com.jeffser.Alpaca.metainfo.xml.in:471
msgid "Fixed some small bugs"
msgstr "Pequenos erros foram consertados"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:339
+#: data/com.jeffser.Alpaca.metainfo.xml.in:472
msgid "General optimization"
msgstr "Otimização geral"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:349
+#: data/com.jeffser.Alpaca.metainfo.xml.in:482
msgid "Fixes and features"
msgstr "Consertos e funcionalidades"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:351
+#: data/com.jeffser.Alpaca.metainfo.xml.in:484
msgid "Russian translation (thanks github/alexkdeveloper)"
msgstr "Tradução para Russo (obrigado, github/alexkdeveloper)"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:352
+#: data/com.jeffser.Alpaca.metainfo.xml.in:485
msgid "Fixed: Cannot close app on first setup"
msgstr "Consertado: Não era possível fechar o app no setup inicial"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:353
+#: data/com.jeffser.Alpaca.metainfo.xml.in:486
msgid "Fixed: Brand colors for Flathub"
msgstr "Consertado: Cores de branding para o Flathub"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:354
+#: data/com.jeffser.Alpaca.metainfo.xml.in:487
msgid "Fixed: App description"
msgstr "Consertada: Descrição do app"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:355
+#: data/com.jeffser.Alpaca.metainfo.xml.in:488
msgid "Fixed: Only show 'save changes dialog' when you actually change the url"
msgstr ""
"Consertado: Somente exibir 'diálogo de salvamento de mudanças' quando "
"vocêrealmente mudar o URL"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:365
+#: data/com.jeffser.Alpaca.metainfo.xml.in:498
msgid "0.2.2 Bug fixes"
msgstr "0.2.2 Conserto de Bugs"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:367
+#: data/com.jeffser.Alpaca.metainfo.xml.in:500
msgid "Toast messages appearing behind dialogs"
msgstr "Mensagens toast aparecendo atrás de diálogos"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:368
+#: data/com.jeffser.Alpaca.metainfo.xml.in:501
msgid "Local model list not updating when changing servers"
msgstr "Lista de modelos locais não é atualizada ao mudar de servidor"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:369
+#: data/com.jeffser.Alpaca.metainfo.xml.in:502
msgid "Closing the setup dialog closes the whole app"
msgstr "Fechar o diálogo de primeira configuração fecha o app"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:379
+#: data/com.jeffser.Alpaca.metainfo.xml.in:512
msgid "0.2.1 Data saving fix"
msgstr "0.2.1 Conserto de Salvamento de Dados"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:380
+#: data/com.jeffser.Alpaca.metainfo.xml.in:513
msgid ""
"The app didn't save the config files and chat history to the right "
"directory, this is now fixed"
@@ -666,55 +966,55 @@ msgstr ""
"O app não salvava os arquivos de config. e o histórico de conversa para a "
"pasta correta, isso foi corrigido."
-#: data/com.jeffser.Alpaca.metainfo.xml.in:389
+#: data/com.jeffser.Alpaca.metainfo.xml.in:522
msgid "0.2.0"
msgstr "0.2.0"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:391
+#: data/com.jeffser.Alpaca.metainfo.xml.in:524
msgid "New Features"
msgstr "Novas Funcionalidades"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:393
+#: data/com.jeffser.Alpaca.metainfo.xml.in:526
msgid "Restore chat after closing the app"
msgstr "Restaura a conversa após fechar o app"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:394
+#: data/com.jeffser.Alpaca.metainfo.xml.in:527
msgid "A button to clear the chat"
msgstr "Um botão para limpar a conversa"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:395
+#: data/com.jeffser.Alpaca.metainfo.xml.in:528
msgid "Fixed multiple bugs involving how messages are shown"
msgstr ""
"Múltiplos bugs envolvendo como mensagens são exibidas foram consertados"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:396
+#: data/com.jeffser.Alpaca.metainfo.xml.in:529
msgid "Added welcome dialog"
msgstr "Um diálogo de boas-vindas foi adicionado"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:397
+#: data/com.jeffser.Alpaca.metainfo.xml.in:530
msgid "More stability"
msgstr "Maior estabilidade"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:407
+#: data/com.jeffser.Alpaca.metainfo.xml.in:540
msgid "0.1.2 Quick fixes"
msgstr "0.1.2 Consertos Rápidos"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:408
+#: data/com.jeffser.Alpaca.metainfo.xml.in:541
msgid ""
"This release fixes some metadata needed to have a proper Flatpak application"
msgstr ""
"Este lançamento conserta parte dos metadados necessários para ter um app em "
"Flatpak corretamente"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:414
+#: data/com.jeffser.Alpaca.metainfo.xml.in:547
msgid "0.1.1 Stable Release"
msgstr "0.1.1 Lançamento Estável"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:415
+#: data/com.jeffser.Alpaca.metainfo.xml.in:548
msgid "This is the first public version of Alpaca"
msgstr "Essa é a primeira versão pública de Alpaca"
-#: src/window.py:62 src/window.py:1100 src/window.py:1166 src/dialogs.py:84
+#: src/window.py:61 src/window.py:1131 src/window.py:1197 src/dialogs.py:84
#: src/window.ui:43
msgid "New Chat"
msgstr "Nova Conversa"
@@ -736,155 +1036,168 @@ msgstr ""
msgid "Next"
msgstr "Próximo"
-#: src/window.py:299 src/window.py:310
+#: src/window.py:302 src/window.py:313
msgid "Failed to connect to server"
msgstr "Falha ao conectar com o servidor"
-#: src/window.py:317
+#: src/window.py:320
#, fuzzy
msgid "Pulling in the background..."
msgstr "Executar em segundo plano"
-#: src/window.py:369
+#: src/window.py:372
msgid "Stop Creating '{}'"
msgstr ""
-#: src/window.py:406
+#: src/window.py:409
#, fuzzy
msgid "image"
msgstr "Imagem"
-#: src/window.py:478
+#: src/window.py:481
msgid "Message copied to the clipboard"
msgstr ""
-#: src/window.py:603
+#: src/window.py:607
#, fuzzy
msgid "Remove Message"
msgstr "Remover Imagem"
-#: src/window.py:608 src/window.py:876
+#: src/window.py:612 src/window.py:904
#, fuzzy
msgid "Copy Message"
msgstr "Enviar Mensagem"
-#: src/window.py:613
+#: src/window.py:617
#, fuzzy
msgid "Edit Message"
msgstr "Enviar Mensagem"
-#: src/window.py:666
+#: src/window.py:670
msgid "Missing Image"
msgstr ""
-#: src/window.py:682 src/window.py:684
+#: src/window.py:686 src/window.py:688
msgid "Missing image"
msgstr ""
-#: src/window.py:764
+#: src/window.py:768
msgid "Remove '{} ({})'"
msgstr ""
-#: src/window.py:904
+#: src/window.py:903
+msgid "Code Block"
+msgstr ""
+
+#: src/window.py:935
msgid "Code copied to the clipboard"
msgstr ""
-#: src/window.py:985
+#: src/window.py:1016
msgid "Task Complete"
msgstr "Tarefa Concluída"
-#: src/window.py:985 src/window.py:986
+#: src/window.py:1016 src/window.py:1017
msgid "Model '{}' pulled successfully."
msgstr "O modelo '{}' foi baixado com sucesso"
-#: src/window.py:990
+#: src/window.py:1021
msgid "Pull Model Error"
msgstr "Erro ao Baixar Modelo"
-#: src/window.py:990
+#: src/window.py:1021
msgid "Failed to pull model '{}' due to network error."
msgstr "Não foi possível baixar o modelo '{}' devido a um erro de rede."
-#: src/window.py:1022
+#: src/window.py:1053
msgid "Stop Pulling '{} ({})'"
msgstr ""
-#: src/window.py:1065
+#: src/window.py:1096
msgid "Image Recognition"
msgstr ""
-#: src/window.py:1182
+#: src/window.py:1213
msgid "Model deleted successfully"
msgstr "Modelo excluído com sucesso"
-#: src/window.py:1260
+#: src/window.py:1292
msgid "There was an error with the local Ollama instance, so it has been reset"
msgstr "Houve um erro com a instância local Ollama, a mesma foi desconfigurada"
-#: src/window.py:1280
+#: src/window.py:1312
#, fuzzy
msgid "Chat exported successfully"
msgstr "Conversa exportada com sucesso"
-#: src/window.py:1349
+#: src/window.py:1381
#, fuzzy
msgid "Chat imported successfully"
msgstr "Conversa importada com sucesso"
-#: src/window.py:1382
+#: src/window.py:1414
msgid "Cannot open image"
msgstr "Não foi possível abrir a imagem"
-#: src/window.py:1464
+#: src/window.py:1496
msgid "This video is not available"
msgstr ""
-#: src/window.py:1482 src/dialogs.py:264
+#: src/window.py:1514 src/dialogs.py:276
#, fuzzy
msgid "Image recognition is only available on specific models"
msgstr "Reconhecimento de imagem (Disponível apenas com o modelo LLaVA)"
#: src/available_models_descriptions.py:2
-msgid "Google Gemma 2 is now available in 2 sizes, 9B and 27B."
+msgid ""
+"Llama 3.1 is a new state-of-the-art model from Meta available in 8B, 70B and "
+"405B parameter sizes."
msgstr ""
#: src/available_models_descriptions.py:3
-msgid "Meta Llama 3: The most capable openly available LLM to date"
+msgid "Google Gemma 2 is now available in 2 sizes, 9B and 27B."
msgstr ""
#: src/available_models_descriptions.py:4
-msgid "Qwen2 is a new series of large language models from Alibaba group"
+msgid ""
+"A state-of-the-art 12B model with 128k context length, built by Mistral AI "
+"in collaboration with NVIDIA."
msgstr ""
#: src/available_models_descriptions.py:5
msgid ""
+"Mistral Large 2 is Mistral's new flagship model that is significantly more "
+"capable in code generation, mathematics, and reasoning with 128k context "
+"window and support for dozens of languages."
+msgstr ""
+
+#: src/available_models_descriptions.py:6
+msgid "Qwen2 is a new series of large language models from Alibaba group"
+msgstr ""
+
+#: src/available_models_descriptions.py:7
+msgid ""
"An open-source Mixture-of-Experts code language model that achieves "
"performance comparable to GPT4-Turbo in code-specific tasks."
msgstr ""
-#: src/available_models_descriptions.py:6
+#: src/available_models_descriptions.py:8
msgid ""
"Phi-3 is a family of lightweight 3B (Mini) and 14B (Medium) state-of-the-art "
"open models by Microsoft."
msgstr ""
-#: src/available_models_descriptions.py:7
-msgid ""
-"Aya 23, released by Cohere, is a new family of state-of-the-art, "
-"multilingual models that support 23 languages."
-msgstr ""
-
-#: src/available_models_descriptions.py:8
+#: src/available_models_descriptions.py:9
msgid "The 7B model released by Mistral AI, updated to version 0.3."
msgstr ""
-#: src/available_models_descriptions.py:9
+#: src/available_models_descriptions.py:10
msgid ""
"A set of Mixture of Experts (MoE) model with open weights by Mistral AI in "
"8x7b and 8x22b parameter sizes."
msgstr ""
-#: src/available_models_descriptions.py:10
+#: src/available_models_descriptions.py:11
msgid ""
"CodeGemma is a collection of powerful, lightweight models that can perform a "
"variety of coding tasks like fill-in-the-middle code completion, code "
@@ -892,98 +1205,92 @@ msgid ""
"instruction following."
msgstr ""
-#: src/available_models_descriptions.py:11
+#: src/available_models_descriptions.py:12
msgid ""
"Command R is a Large Language Model optimized for conversational interaction "
"and long context tasks."
msgstr ""
-#: src/available_models_descriptions.py:12
+#: src/available_models_descriptions.py:13
msgid ""
"Command R+ is a powerful, scalable large language model purpose-built to "
"excel at real-world enterprise use cases."
msgstr ""
-#: src/available_models_descriptions.py:13
+#: src/available_models_descriptions.py:14
msgid ""
"🌋 LLaVA is a novel end-to-end trained large multimodal model that combines "
"a vision encoder and Vicuna for general-purpose visual and language "
"understanding. Updated to version 1.6."
msgstr ""
-#: src/available_models_descriptions.py:14
+#: src/available_models_descriptions.py:15
+msgid "Meta Llama 3: The most capable openly available LLM to date"
+msgstr ""
+
+#: src/available_models_descriptions.py:16
msgid ""
"Gemma is a family of lightweight, state-of-the-art open models built by "
"Google DeepMind. Updated to version 1.1"
msgstr ""
-#: src/available_models_descriptions.py:15
+#: src/available_models_descriptions.py:17
msgid ""
"Qwen 1.5 is a series of large language models by Alibaba Cloud spanning from "
"0.5B to 110B parameters"
msgstr ""
-#: src/available_models_descriptions.py:16
+#: src/available_models_descriptions.py:18
msgid ""
"Llama 2 is a collection of foundation language models ranging from 7B to 70B "
"parameters."
msgstr ""
-#: src/available_models_descriptions.py:17
+#: src/available_models_descriptions.py:19
msgid ""
"A large language model that can use text prompts to generate and discuss "
"code."
msgstr ""
-#: src/available_models_descriptions.py:18
+#: src/available_models_descriptions.py:20
msgid ""
"Uncensored, 8x7b and 8x22b fine-tuned models based on the Mixtral mixture of "
"experts models that excels at coding tasks. Created by Eric Hartford."
msgstr ""
-#: src/available_models_descriptions.py:19
-msgid "Uncensored Llama 2 model by George Sung and Jarrad Hope."
-msgstr ""
-
-#: src/available_models_descriptions.py:20
-msgid ""
-"DeepSeek Coder is a capable coding model trained on two trillion code and "
-"natural language tokens."
-msgstr ""
-
#: src/available_models_descriptions.py:21
msgid ""
"A high-performing open embedding model with a large token context window."
msgstr ""
#: src/available_models_descriptions.py:22
+msgid "Uncensored Llama 2 model by George Sung and Jarrad Hope."
+msgstr ""
+
+#: src/available_models_descriptions.py:23
msgid ""
"Phi-2: a 2.7B language model by Microsoft Research that demonstrates "
"outstanding reasoning and language understanding capabilities."
msgstr ""
-#: src/available_models_descriptions.py:23
+#: src/available_models_descriptions.py:24
+msgid ""
+"DeepSeek Coder is a capable coding model trained on two trillion code and "
+"natural language tokens."
+msgstr ""
+
+#: src/available_models_descriptions.py:25
msgid ""
"The uncensored Dolphin model based on Mistral that excels at coding tasks. "
"Updated to version 2.8."
msgstr ""
-#: src/available_models_descriptions.py:24
-msgid ""
-"Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the "
-"Mistral 7B model using the OpenOrca dataset."
-msgstr ""
-
-#: src/available_models_descriptions.py:25
+#: src/available_models_descriptions.py:26
msgid ""
"A general-purpose model ranging from 3 billion parameters to 70 billion, "
"suitable for entry-level hardware."
msgstr ""
-#: src/available_models_descriptions.py:26
-msgid "State-of-the-art large embedding model from mixedbread.ai"
-msgstr ""
-
#: src/available_models_descriptions.py:27
msgid ""
"Dolphin 2.9 is a new model with 8B and 70B sizes by Eric Hartford based on "
@@ -991,19 +1298,19 @@ msgid ""
msgstr ""
#: src/available_models_descriptions.py:28
+msgid "State-of-the-art large embedding model from mixedbread.ai"
+msgstr ""
+
+#: src/available_models_descriptions.py:29
msgid ""
"StarCoder2 is the next generation of transparently trained open code LLMs "
"that comes in three sizes: 3B, 7B and 15B parameters."
msgstr ""
-#: src/available_models_descriptions.py:29
-msgid "Llama 2 based model fine tuned to improve Chinese dialogue ability."
-msgstr ""
-
#: src/available_models_descriptions.py:30
msgid ""
-"Zephyr is a series of fine-tuned versions of the Mistral and Mixtral models "
-"that are trained to act as helpful assistants."
+"Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the "
+"Mistral 7B model using the OpenOrca dataset."
msgstr ""
#: src/available_models_descriptions.py:31
@@ -1012,278 +1319,275 @@ msgstr ""
#: src/available_models_descriptions.py:32
msgid ""
-"The powerful family of models by Nous Research that excels at scientific "
-"discussion and coding tasks."
+"Zephyr is a series of fine-tuned versions of the Mistral and Mixtral models "
+"that are trained to act as helpful assistants."
msgstr ""
#: src/available_models_descriptions.py:33
+msgid "Llama 2 based model fine tuned to improve Chinese dialogue ability."
+msgstr ""
+
+#: src/available_models_descriptions.py:34
+msgid ""
+"A LLaVA model fine-tuned from Llama 3 Instruct with better scores in several "
+"benchmarks."
+msgstr ""
+
+#: src/available_models_descriptions.py:35
msgid ""
"General use chat model based on Llama and Llama 2 with 2K to 16K context "
"sizes."
msgstr ""
-#: src/available_models_descriptions.py:34
+#: src/available_models_descriptions.py:36
msgid ""
-"Wizard Vicuna Uncensored is a 7B, 13B, and 30B parameter model based on "
-"Llama 2 uncensored by Eric Hartford."
+"The powerful family of models by Nous Research that excels at scientific "
+"discussion and coding tasks."
msgstr ""
-#: src/available_models_descriptions.py:35
+#: src/available_models_descriptions.py:37
msgid ""
"The TinyLlama project is an open endeavor to train a compact 1.1B Llama "
"model on 3 trillion tokens."
msgstr ""
-#: src/available_models_descriptions.py:36
-msgid ""
-"State of the art large language model from Microsoft AI with improved "
-"performance on complex chat, multilingual, reasoning and agent use cases."
-msgstr ""
-
-#: src/available_models_descriptions.py:37
-msgid ""
-"StarCoder is a code generation model trained on 80+ programming languages."
-msgstr ""
-
#: src/available_models_descriptions.py:38
msgid ""
+"Wizard Vicuna Uncensored is a 7B, 13B, and 30B parameter model based on "
+"Llama 2 uncensored by Eric Hartford."
+msgstr ""
+
+#: src/available_models_descriptions.py:39
+msgid ""
"Codestral is Mistral AI’s first-ever code model designed for code generation "
"tasks."
msgstr ""
-#: src/available_models_descriptions.py:39
+#: src/available_models_descriptions.py:40
+msgid ""
+"StarCoder is a code generation model trained on 80+ programming languages."
+msgstr ""
+
+#: src/available_models_descriptions.py:41
+msgid ""
+"State of the art large language model from Microsoft AI with improved "
+"performance on complex chat, multilingual, reasoning and agent use cases."
+msgstr ""
+
+#: src/available_models_descriptions.py:42
msgid ""
"A family of open-source models trained on a wide variety of data, surpassing "
"ChatGPT on various benchmarks. Updated to version 3.5-0106."
msgstr ""
-#: src/available_models_descriptions.py:40
+#: src/available_models_descriptions.py:43
+msgid ""
+"Aya 23, released by Cohere, is a new family of state-of-the-art, "
+"multilingual models that support 23 languages."
+msgstr ""
+
+#: src/available_models_descriptions.py:44
msgid ""
"An experimental 1.1B parameter model trained on the new Dolphin 2.8 dataset "
"by Eric Hartford and based on TinyLlama."
msgstr ""
-#: src/available_models_descriptions.py:41
+#: src/available_models_descriptions.py:45
msgid ""
"OpenHermes 2.5 is a 7B model fine-tuned by Teknium on Mistral with fully "
"open datasets."
msgstr ""
-#: src/available_models_descriptions.py:42
+#: src/available_models_descriptions.py:46
msgid "State-of-the-art code generation model"
msgstr ""
-#: src/available_models_descriptions.py:43
+#: src/available_models_descriptions.py:47
msgid ""
"Stable Code 3B is a coding model with instruct and code completion variants "
"on par with models such as Code Llama 7B that are 2.5x larger."
msgstr ""
-#: src/available_models_descriptions.py:44
-msgid ""
-"A fine-tuned model based on Mistral with good coverage of domain and "
-"language."
-msgstr ""
-
-#: src/available_models_descriptions.py:45
-msgid "Model focused on math and logic problems"
-msgstr ""
-
-#: src/available_models_descriptions.py:46
+#: src/available_models_descriptions.py:48
msgid ""
"CodeQwen1.5 is a large language model pretrained on a large amount of code "
"data."
msgstr ""
-#: src/available_models_descriptions.py:47
-msgid "Code generation model based on Code Llama."
+#: src/available_models_descriptions.py:49
+msgid "Model focused on math and logic problems"
msgstr ""
-#: src/available_models_descriptions.py:48
+#: src/available_models_descriptions.py:50
+msgid ""
+"A fine-tuned model based on Mistral with good coverage of domain and "
+"language."
+msgstr ""
+
+#: src/available_models_descriptions.py:51
msgid ""
"Stable LM 2 is a state-of-the-art 1.6B and 12B parameter language model "
"trained on multilingual data in English, Spanish, German, Italian, French, "
"Portuguese, and Dutch."
msgstr ""
-#: src/available_models_descriptions.py:49
+#: src/available_models_descriptions.py:52
+msgid "A family of open foundation models by IBM for Code Intelligence"
+msgstr ""
+
+#: src/available_models_descriptions.py:53
+msgid "Embedding models on very large sentence level datasets."
+msgstr ""
+
+#: src/available_models_descriptions.py:54
+msgid "Code generation model based on Code Llama."
+msgstr ""
+
+#: src/available_models_descriptions.py:55
msgid ""
"A 7B and 15B uncensored variant of the Dolphin model family that excels at "
"coding, based on StarCoder2."
msgstr ""
-#: src/available_models_descriptions.py:50
-msgid "Embedding models on very large sentence level datasets."
-msgstr ""
-
-#: src/available_models_descriptions.py:51
+#: src/available_models_descriptions.py:56
msgid "General use models based on Llama and Llama 2 from Nous Research."
msgstr ""
-#: src/available_models_descriptions.py:52
-msgid ""
-"Starling is a large language model trained by reinforcement learning from AI "
-"feedback focused on improving chatbot helpfulness."
-msgstr ""
-
-#: src/available_models_descriptions.py:53
+#: src/available_models_descriptions.py:57
msgid ""
"SQLCoder is a code completion model fined-tuned on StarCoder for SQL "
"generation tasks"
msgstr ""
-#: src/available_models_descriptions.py:54
+#: src/available_models_descriptions.py:58
+msgid ""
+"This model extends LLama-3 8B's context length from 8k to over 1m tokens."
+msgstr ""
+
+#: src/available_models_descriptions.py:59
+msgid ""
+"Starling is a large language model trained by reinforcement learning from AI "
+"feedback focused on improving chatbot helpfulness."
+msgstr ""
+
+#: src/available_models_descriptions.py:60
+msgid "An extension of Llama 2 that supports a context of up to 128k tokens."
+msgstr ""
+
+#: src/available_models_descriptions.py:61
+msgid ""
+"Conversational model based on Llama 2 that performs competitively on various "
+"benchmarks."
+msgstr ""
+
+#: src/available_models_descriptions.py:62
+msgid "An advanced language model crafted with 2 trillion bilingual tokens."
+msgstr ""
+
+#: src/available_models_descriptions.py:63
+msgid ""
+"A model from NVIDIA based on Llama 3 that excels at conversational question "
+"answering (QA) and retrieval-augmented generation (RAG)."
+msgstr ""
+
+#: src/available_models_descriptions.py:64
msgid ""
"Orca 2 is built by Microsoft research, and are a fine-tuned version of "
"Meta's Llama 2 models. The model is designed to excel particularly in "
"reasoning."
msgstr ""
-#: src/available_models_descriptions.py:55
-msgid ""
-"This model extends LLama-3 8B's context length from 8k to over 1m tokens."
+#: src/available_models_descriptions.py:65
+msgid "General use model based on Llama 2."
msgstr ""
-#: src/available_models_descriptions.py:56
-msgid "An advanced language model crafted with 2 trillion bilingual tokens."
-msgstr ""
-
-#: src/available_models_descriptions.py:57
-msgid "An extension of Llama 2 that supports a context of up to 128k tokens."
-msgstr ""
-
-#: src/available_models_descriptions.py:58
-msgid ""
-"A model from NVIDIA based on Llama 3 that excels at conversational question "
-"answering (QA) and retrieval-augmented generation (RAG)."
-msgstr ""
-
-#: src/available_models_descriptions.py:59
+#: src/available_models_descriptions.py:66
msgid ""
"A compact, yet powerful 10.7B large language model designed for single-turn "
"conversation."
msgstr ""
-#: src/available_models_descriptions.py:60
-msgid ""
-"Conversational model based on Llama 2 that performs competitively on various "
-"benchmarks."
-msgstr ""
-
-#: src/available_models_descriptions.py:61
-msgid "A family of open foundation models by IBM for Code Intelligence"
-msgstr ""
-
-#: src/available_models_descriptions.py:62
-msgid ""
-"2.7B uncensored Dolphin model by Eric Hartford, based on the Phi language "
-"model by Microsoft Research."
-msgstr ""
-
-#: src/available_models_descriptions.py:63
-msgid "General use model based on Llama 2."
-msgstr ""
-
-#: src/available_models_descriptions.py:64
+#: src/available_models_descriptions.py:67
msgid ""
"A companion assistant trained in philosophy, psychology, and personal "
"relationships. Based on Mistral."
msgstr ""
-#: src/available_models_descriptions.py:65
+#: src/available_models_descriptions.py:68
+msgid ""
+"2.7B uncensored Dolphin model by Eric Hartford, based on the Phi language "
+"model by Microsoft Research."
+msgstr ""
+
+#: src/available_models_descriptions.py:69
msgid ""
"Llama 2 based model fine tuned on an Orca-style dataset. Originally called "
"Free Willy."
msgstr ""
-#: src/available_models_descriptions.py:66
+#: src/available_models_descriptions.py:70
+msgid ""
+"moondream2 is a small vision language model designed to run efficiently on "
+"edge devices."
+msgstr ""
+
+#: src/available_models_descriptions.py:71
msgid ""
"BakLLaVA is a multimodal model consisting of the Mistral 7B base model "
"augmented with the LLaVA architecture."
msgstr ""
-#: src/available_models_descriptions.py:67
-msgid ""
-"A LLaVA model fine-tuned from Llama 3 Instruct with better scores in several "
-"benchmarks."
-msgstr ""
-
-#: src/available_models_descriptions.py:68
+#: src/available_models_descriptions.py:72
msgid "Uncensored version of Wizard LM model"
msgstr ""
-#: src/available_models_descriptions.py:69
+#: src/available_models_descriptions.py:73
+msgid ""
+"A suite of text embedding models by Snowflake, optimized for performance."
+msgstr ""
+
+#: src/available_models_descriptions.py:74
+msgid "A strong, economical, and efficient Mixture-of-Experts language model."
+msgstr ""
+
+#: src/available_models_descriptions.py:75
msgid ""
"Fine-tuned Llama 2 model to answer medical questions based on an open source "
"medical dataset."
msgstr ""
-#: src/available_models_descriptions.py:70
-msgid "The Nous Hermes 2 model from Nous Research, now trained over Mixtral."
-msgstr ""
-
-#: src/available_models_descriptions.py:71
+#: src/available_models_descriptions.py:76
msgid "An extension of Mistral to support context windows of 64K or 128K."
msgstr ""
-#: src/available_models_descriptions.py:72
-msgid ""
-"A suite of text embedding models by Snowflake, optimized for performance."
-msgstr ""
-
-#: src/available_models_descriptions.py:73
+#: src/available_models_descriptions.py:77
msgid ""
"An expansion of Llama 2 that specializes in integrating both general "
"language understanding and domain-specific knowledge, particularly in "
"programming and mathematics."
msgstr ""
-#: src/available_models_descriptions.py:74
-msgid "Great code generation model based on Llama2."
+#: src/available_models_descriptions.py:78
+msgid "The Nous Hermes 2 model from Nous Research, now trained over Mixtral."
msgstr ""
-#: src/available_models_descriptions.py:75
+#: src/available_models_descriptions.py:79
msgid ""
"Open-source medical large language model adapted from Llama 2 to the medical "
"domain."
msgstr ""
-#: src/available_models_descriptions.py:76
-msgid ""
-"moondream2 is a small vision language model designed to run efficiently on "
-"edge devices."
-msgstr ""
-
-#: src/available_models_descriptions.py:77
-msgid "Uncensored Llama2 based model with support for a 16K context window."
-msgstr ""
-
-#: src/available_models_descriptions.py:78
-msgid ""
-"Nexus Raven is a 13B instruction tuned model for function calling tasks."
-msgstr ""
-
-#: src/available_models_descriptions.py:79
-msgid ""
-"🎩 Magicoder is a family of 7B parameter models trained on 75K synthetic "
-"instruction data using OSS-Instruct, a novel approach to enlightening LLMs "
-"with open-source code snippets."
-msgstr ""
-
#: src/available_models_descriptions.py:80
-msgid "A strong, economical, and efficient Mixture-of-Experts language model."
+msgid "Great code generation model based on Llama2."
msgstr ""
#: src/available_models_descriptions.py:81
msgid ""
-"A lightweight chat model allowing accurate, and responsive output without "
-"requiring high-end hardware."
+"Nexus Raven is a 13B instruction tuned model for function calling tasks."
msgstr ""
#: src/available_models_descriptions.py:82
-msgid ""
-"A high-performing code instruct model created by merging two existing code "
-"models."
+msgid "Uncensored Llama2 based model with support for a 16K context window."
msgstr ""
#: src/available_models_descriptions.py:83
@@ -1292,63 +1596,124 @@ msgstr ""
#: src/available_models_descriptions.py:84
msgid ""
+"A versatile model for AI software development scenarios, including code "
+"completion."
+msgstr ""
+
+#: src/available_models_descriptions.py:85
+msgid ""
+"A strong multi-lingual general language model with competitive performance "
+"to Llama 3."
+msgstr ""
+
+#: src/available_models_descriptions.py:86
+msgid ""
+"🎩 Magicoder is a family of 7B parameter models trained on 75K synthetic "
+"instruction data using OSS-Instruct, a novel approach to enlightening LLMs "
+"with open-source code snippets."
+msgstr ""
+
+#: src/available_models_descriptions.py:87
+msgid ""
+"A lightweight chat model allowing accurate, and responsive output without "
+"requiring high-end hardware."
+msgstr ""
+
+#: src/available_models_descriptions.py:88
+msgid ""
+"A high-performing code instruct model created by merging two existing code "
+"models."
+msgstr ""
+
+#: src/available_models_descriptions.py:89
+msgid ""
"MistralLite is a fine-tuned model based on Mistral with enhanced "
"capabilities of processing long contexts."
msgstr ""
-#: src/available_models_descriptions.py:85
+#: src/available_models_descriptions.py:90
msgid ""
"Wizard Vicuna is a 13B parameter model based on Llama 2 trained by "
"MelodysDreamj."
msgstr ""
-#: src/available_models_descriptions.py:86
+#: src/available_models_descriptions.py:91
msgid "7B parameter text-to-SQL model made by MotherDuck and Numbers Station."
msgstr ""
-#: src/available_models_descriptions.py:87
-msgid ""
-"A language model created by combining two fine-tuned Llama 2 70B models into "
-"one."
-msgstr ""
-
-#: src/available_models_descriptions.py:88
+#: src/available_models_descriptions.py:92
msgid ""
"MegaDolphin-2.2-120b is a transformation of Dolphin-2.2-70b created by "
"interleaving the model with itself."
msgstr ""
-#: src/available_models_descriptions.py:89
+#: src/available_models_descriptions.py:93
+msgid ""
+"A language model created by combining two fine-tuned Llama 2 70B models into "
+"one."
+msgstr ""
+
+#: src/available_models_descriptions.py:94
+msgid ""
+"A top-performing mixture of experts model, fine-tuned with high-quality data."
+msgstr ""
+
+#: src/available_models_descriptions.py:95
msgid ""
"Merge of the Open Orca OpenChat model and the Garage-bAInd Platypus 2 model. "
"Designed for chat and code generation."
msgstr ""
-#: src/available_models_descriptions.py:90
-msgid ""
-"A top-performing mixture of experts model, fine-tuned with high-quality data."
-msgstr ""
-
-#: src/available_models_descriptions.py:91
-msgid "A 7B chat model fine-tuned with high-quality data and based on Zephyr."
-msgstr ""
-
-#: src/available_models_descriptions.py:92
-msgid "DBRX is an open, general-purpose LLM created by Databricks."
-msgstr ""
-
-#: src/available_models_descriptions.py:93
+#: src/available_models_descriptions.py:96
msgid ""
"Falcon2 is an 11B parameters causal decoder-only model built by TII and "
"trained over 5T tokens."
msgstr ""
-#: src/available_models_descriptions.py:94
+#: src/available_models_descriptions.py:97
+msgid "A 7B chat model fine-tuned with high-quality data and based on Zephyr."
+msgstr ""
+
+#: src/available_models_descriptions.py:98
+msgid "DBRX is an open, general-purpose LLM created by Databricks."
+msgstr ""
+
+#: src/available_models_descriptions.py:99
+msgid ""
+"InternLM2.5 is a 7B parameter model tailored for practical scenarios with "
+"outstanding reasoning capability."
+msgstr ""
+
+#: src/available_models_descriptions.py:100
msgid ""
"A robust conversational model designed to be used for both chat and instruct "
"use cases."
msgstr ""
+#: src/available_models_descriptions.py:101
+msgid ""
+"A series of models from Groq that represent a significant advancement in "
+"open-source AI capabilities for tool use/function calling."
+msgstr ""
+
+#: src/available_models_descriptions.py:102
+msgid ""
+"MathΣtral: a 7B model designed for math reasoning and scientific discovery "
+"by Mistral AI."
+msgstr ""
+
+#: src/available_models_descriptions.py:103
+msgid ""
+"An open weights function calling model based on Llama 3, competitive with "
+"GPT-4o function calling capabilities."
+msgstr ""
+
+#: src/available_models_descriptions.py:104
+msgid ""
+"A 3.8B model fine-tuned on a private high-quality synthetic dataset for "
+"information extraction, based on Phi-3."
+msgstr ""
+
#: src/dialogs.py:17
msgid "Chat cannot be cleared while receiving a message"
msgstr "A conversa não pode ser limpa enquanto gera uma mensagem"
@@ -1362,8 +1727,8 @@ msgid "Are you sure you want to clear the chat?"
msgstr "Tem certeza de que deseja limpar a conversa?"
#: src/dialogs.py:24 src/dialogs.py:45 src/dialogs.py:72 src/dialogs.py:99
-#: src/dialogs.py:121 src/dialogs.py:142 src/dialogs.py:164 src/dialogs.py:224
-#: src/dialogs.py:314 src/dialogs.py:352
+#: src/dialogs.py:121 src/dialogs.py:142 src/dialogs.py:164 src/dialogs.py:236
+#: src/dialogs.py:326 src/dialogs.py:364
msgid "Cancel"
msgstr "Cancelar"
@@ -1435,74 +1800,94 @@ msgstr ""
msgid "Remove"
msgstr "Remover"
-#: src/dialogs.py:190
+#: src/dialogs.py:202
#, fuzzy
msgid "Connection Error"
msgstr "Conexão Remota"
-#: src/dialogs.py:191
+#: src/dialogs.py:203
msgid "The remote instance has disconnected"
msgstr ""
-#: src/dialogs.py:195
+#: src/dialogs.py:207
#, fuzzy
msgid "Close Alpaca"
msgstr "Bem-vindo(a) a Alpaca"
-#: src/dialogs.py:196
+#: src/dialogs.py:208
#, fuzzy
msgid "Use local instance"
msgstr "URL da instância remota"
-#: src/dialogs.py:197
+#: src/dialogs.py:209
msgid "Connect"
msgstr ""
-#: src/dialogs.py:220
+#: src/dialogs.py:232
msgid "Select Model"
msgstr ""
-#: src/dialogs.py:221
+#: src/dialogs.py:233
msgid "This model will be used as the base for the new model"
msgstr ""
-#: src/dialogs.py:225 src/dialogs.py:315 src/dialogs.py:353
+#: src/dialogs.py:237 src/dialogs.py:327 src/dialogs.py:365
msgid "Accept"
msgstr ""
-#: src/dialogs.py:242
+#: src/dialogs.py:254
msgid "An error occurred while creating the model"
msgstr ""
-#: src/dialogs.py:300
+#: src/dialogs.py:312
msgid "This video does not have any transcriptions"
msgstr ""
-#: src/dialogs.py:309
+#: src/dialogs.py:321
msgid "Attach YouTube Video?"
msgstr ""
-#: src/dialogs.py:310
+#: src/dialogs.py:322
msgid ""
"{}\n"
"\n"
"Please select a transcript to include"
msgstr ""
-#: src/dialogs.py:343
+#: src/dialogs.py:355
msgid "An error occurred while extracting text from the website"
msgstr ""
-#: src/dialogs.py:348
+#: src/dialogs.py:360
msgid "Attach Website? (Experimental)"
msgstr ""
-#: src/dialogs.py:349
+#: src/dialogs.py:361
msgid ""
"Are you sure you want to attach\n"
"'{}'?"
msgstr ""
+#: src/dialogs.py:379
+msgid "Thank you!"
+msgstr ""
+
+#: src/dialogs.py:386 src/dialogs.py:393
+msgid "Support"
+msgstr ""
+
+#: src/dialogs.py:387
+msgid "Are you enjoying Alpaca? Consider sponsoring the project!"
+msgstr ""
+
+#: src/dialogs.py:390
+msgid "Don't show again"
+msgstr ""
+
+#: src/dialogs.py:392
+msgid "Later"
+msgstr ""
+
#: src/window.ui:54
msgid "Menu"
msgstr "Menu"
@@ -1796,6 +2181,16 @@ msgstr "Colar"
msgid "Insert new line"
msgstr ""
+#, fuzzy
+#~ msgid "A conversation showing code highlight"
+#~ msgstr "Uma conversa exibindo highlighting de código"
+
+#~ msgid "A conversation involving multiple models"
+#~ msgstr "Uma conversa envolvendo múltiplos modelos"
+
+#~ msgid "Managing models"
+#~ msgstr "Gerenciando modelos"
+
#~ msgid "An error occurred"
#~ msgstr "Ocorreu um erro"
diff --git a/po/ru.po b/po/ru.po
index 50b817f..fc6ab7e 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-07-21 18:18-0600\n"
+"POT-Creation-Date: 2024-08-01 14:36-0600\n"
"PO-Revision-Date: 2024-07-08 17:18+0800\n"
"Last-Translator: (YOUR NAME) <(EMAIL OPTIONAL)>\n"
"Language-Team: Russian\n"
@@ -33,7 +33,7 @@ msgid "An Ollama client"
msgstr ""
#: data/com.jeffser.Alpaca.metainfo.xml.in:11
-#: data/com.jeffser.Alpaca.metainfo.xml.in:416
+#: data/com.jeffser.Alpaca.metainfo.xml.in:549
msgid "Features"
msgstr ""
@@ -42,12 +42,12 @@ msgid "Built in Ollama instance"
msgstr ""
#: data/com.jeffser.Alpaca.metainfo.xml.in:14
-#: data/com.jeffser.Alpaca.metainfo.xml.in:418
+#: data/com.jeffser.Alpaca.metainfo.xml.in:551
msgid "Talk to multiple models in the same conversation"
msgstr ""
#: data/com.jeffser.Alpaca.metainfo.xml.in:15
-#: data/com.jeffser.Alpaca.metainfo.xml.in:419
+#: data/com.jeffser.Alpaca.metainfo.xml.in:552
msgid "Pull and delete models from the app"
msgstr ""
@@ -67,586 +67,887 @@ msgstr ""
msgid "Import and export chats"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:21 src/window.ui:883
+#: data/com.jeffser.Alpaca.metainfo.xml.in:20
+msgid "Append YouTube transcripts to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:21
+msgid "Append text from a website to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:22
+msgid "PDF recognition"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:24 src/window.ui:883
msgid "Disclaimer"
msgstr "Отказ от ответственности"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:22
+#: data/com.jeffser.Alpaca.metainfo.xml.in:25
msgid ""
"This project is not affiliated at all with Ollama, I'm not responsible for "
"any damages to your device or software caused by running code given by any "
"models."
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:25
+#: data/com.jeffser.Alpaca.metainfo.xml.in:28
msgid "Jeffry Samuel Eduarte Rojas"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:51
-msgid "A conversation showing code highlight"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:54
+msgid "A normal conversation with an AI Model"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:55
-msgid "A conversation involving multiple models"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:58
+msgid "A conversation involving image recognition"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:59
-msgid "Managing models"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:62
+msgid "A conversation showing code highlighting"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:66
+msgid "A conversation involving a YouTube video transcript"
msgstr ""
#: data/com.jeffser.Alpaca.metainfo.xml.in:70
-#: data/com.jeffser.Alpaca.metainfo.xml.in:119
+msgid "Multiple models being downloaded"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:86
+#: data/com.jeffser.Alpaca.metainfo.xml.in:99
+#: data/com.jeffser.Alpaca.metainfo.xml.in:124
+msgid "New"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:88
+msgid "Added table rendering (Thanks Nokse)"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:90
+#: data/com.jeffser.Alpaca.metainfo.xml.in:106
+#: data/com.jeffser.Alpaca.metainfo.xml.in:118
+#: data/com.jeffser.Alpaca.metainfo.xml.in:134
+msgid "Fixes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:92
+msgid "Made support dialog more common"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:101
+msgid "Bearer Token entry on connection error dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:102
+msgid "Small appearance changes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:103
+msgid "Compatibility with code blocks without explicit language"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:104
+msgid "Rare, optional and dismissible support dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:108
+msgid "Date format for Simplified Chinese translation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:109
+msgid "Bug with unsupported localizations"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:110
+msgid "Min height being too large to be used on mobile"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:111
+msgid "Remote connection checker bug"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:120
+msgid "Models with capital letters on their tag don't work"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:121
+msgid "Ollama fails to launch on some systems"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:122
+msgid "YouTube transcripts are not being saved in the right TMP directory"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:126
+msgid "Debug messages are now shown on the 'About Alpaca' dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:127
+msgid "Updated Ollama to v0.3.0 (new models)"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:136
+msgid "Models with '-' in their names didn't work properly, this is now fixed"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:137
+msgid "Better connection check for Ollama"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:144
+msgid "Stable Release"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:145
+msgid ""
+"The new icon was made by Tobias Bernard over the Gnome Gitlab, thanks for "
+"the great icon!"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:146
+msgid "Features and fixes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:148
+msgid "Updated Ollama instance to 0.2.8"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:149
+msgid "Better model selector"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:150
+msgid "Model manager redesign"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:151
+msgid "Better tag selector when pulling a model"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:152
+msgid "Model search"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:153
+msgid "Added support for bearer tokens on remote instances"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:154
+msgid "Preferences dialog redesign"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:155
+msgid "Added context menus to interact with a chat"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:156
+msgid "Redesigned primary and secondary menus"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:157
+msgid ""
+"YouTube integration: Paste the URL of a video with a transcript and it will "
+"be added to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:158
+msgid ""
+"Website integration (Experimental): Extract the text from the body of a "
+"website by adding it's URL to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:159
+msgid "Chat title generation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:160
+msgid "Auto resizing of message entry"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:161
+msgid "Chat notifications"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:162
+msgid "Added indicator when an image is missing"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:163
+msgid "Auto rearrange the order of chats when a message is received"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:164
+msgid "Redesigned file preview dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:165
+msgid "Credited new contributors"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:166
+msgid "Better stability and optimization"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:167
+msgid "Edit messages to change the context of a conversation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:168
+msgid "Added disclaimers when pulling models"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:169
+msgid "Preview files before sending a message"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:170
+msgid "Better format for date and time on messages"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:171
+msgid "Error and debug logging on terminal"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:172
+msgid "Auto-hiding sidebar button"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:173
+msgid "Various UI tweaks"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:175
+msgid "New Models"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:177
+msgid "Gemma2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:178
+msgid "GLM4"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:179
+msgid "Codegeex4"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:180
+msgid "InternLM2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:181
+msgid "Llama3-groq-tool-use"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:182
+msgid "Mathstral"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:183
+msgid "Mistral-nemo"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:184
+msgid "Firefunction-v2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:185
+msgid "Nuextract"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:187
+msgid "Translations"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:188
+msgid ""
+"These are all the available translations on 1.0.0, thanks to all the "
+"contributors!"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:190
+msgid "Russian: Alex K"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:191
+msgid "Spanish: Jeffser"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:192
+msgid "Brazilian Portuguese: Daimar Stein"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:193
+msgid "French: Louis Chauvet-Villaret"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:194
+msgid "Norwegian: CounterFlow64"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:195
+msgid "Bengali: Aritra Saha"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:196
+msgid "Simplified Chinese: Yuehao Sui"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:203
+#: data/com.jeffser.Alpaca.metainfo.xml.in:252
msgid "Fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:71
+#: data/com.jeffser.Alpaca.metainfo.xml.in:204
msgid ""
"Removed DOCX compatibility temporally due to error with python-lxml "
"dependency"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:77
-#: data/com.jeffser.Alpaca.metainfo.xml.in:107
-#: data/com.jeffser.Alpaca.metainfo.xml.in:128
-#: data/com.jeffser.Alpaca.metainfo.xml.in:333
-#: data/com.jeffser.Alpaca.metainfo.xml.in:390
+#: data/com.jeffser.Alpaca.metainfo.xml.in:210
+#: data/com.jeffser.Alpaca.metainfo.xml.in:240
+#: data/com.jeffser.Alpaca.metainfo.xml.in:261
+#: data/com.jeffser.Alpaca.metainfo.xml.in:466
+#: data/com.jeffser.Alpaca.metainfo.xml.in:523
msgid "Big Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:79
+#: data/com.jeffser.Alpaca.metainfo.xml.in:212
msgid "Added compatibility for PDF"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:80
+#: data/com.jeffser.Alpaca.metainfo.xml.in:213
msgid "Added compatibility for DOCX"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:81
+#: data/com.jeffser.Alpaca.metainfo.xml.in:214
msgid "Merged 'file attachment' menu into one button"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:88
-#: data/com.jeffser.Alpaca.metainfo.xml.in:281
+#: data/com.jeffser.Alpaca.metainfo.xml.in:221
+#: data/com.jeffser.Alpaca.metainfo.xml.in:414
msgid "Quick Fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:89
+#: data/com.jeffser.Alpaca.metainfo.xml.in:222
msgid ""
"There were some errors when transitioning from the old version of chats to "
"the new version. I apologize if this caused any corruption in your chat "
"history. This should be the only time such a transition is needed."
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:95
-#: data/com.jeffser.Alpaca.metainfo.xml.in:247
+#: data/com.jeffser.Alpaca.metainfo.xml.in:228
+#: data/com.jeffser.Alpaca.metainfo.xml.in:380
msgid "Huge Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:97
+#: data/com.jeffser.Alpaca.metainfo.xml.in:230
msgid "Added: Support for plain text files"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:98
+#: data/com.jeffser.Alpaca.metainfo.xml.in:231
msgid "Added: New backend system for storing messages"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:99
+#: data/com.jeffser.Alpaca.metainfo.xml.in:232
msgid "Added: Support for changing Ollama's overrides"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:100
+#: data/com.jeffser.Alpaca.metainfo.xml.in:233
msgid "General Optimization"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:109
+#: data/com.jeffser.Alpaca.metainfo.xml.in:242
msgid "Added: Support for GGUF models (experimental)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:110
+#: data/com.jeffser.Alpaca.metainfo.xml.in:243
msgid "Added: Support for customization and creation of models"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:111
+#: data/com.jeffser.Alpaca.metainfo.xml.in:244
msgid "Fixed: Icons don't appear on non Gnome systems"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:112
+#: data/com.jeffser.Alpaca.metainfo.xml.in:245
msgid "Update Ollama to v0.1.39"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:121
+#: data/com.jeffser.Alpaca.metainfo.xml.in:254
msgid ""
"Fixed: app didn't open if models tweaks wasn't present in the config files"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:130
+#: data/com.jeffser.Alpaca.metainfo.xml.in:263
msgid "Changed multiple icons (paper airplane for the send button)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:131
+#: data/com.jeffser.Alpaca.metainfo.xml.in:264
msgid "Combined export / import chat buttons into a menu"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:132
+#: data/com.jeffser.Alpaca.metainfo.xml.in:265
msgid "Added 'model tweaks' (temperature, seed, keep_alive)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:133
+#: data/com.jeffser.Alpaca.metainfo.xml.in:266
msgid "Fixed send / stop button"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:134
+#: data/com.jeffser.Alpaca.metainfo.xml.in:267
msgid "Fixed app not checking if remote connection works when starting"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:141
+#: data/com.jeffser.Alpaca.metainfo.xml.in:274
msgid "Daily Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:143
+#: data/com.jeffser.Alpaca.metainfo.xml.in:276
msgid "Added text ellipsis to chat name so it doesn't change the button width"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:144
+#: data/com.jeffser.Alpaca.metainfo.xml.in:277
msgid "New shortcut for creating a chat (CTRL+N)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:145
+#: data/com.jeffser.Alpaca.metainfo.xml.in:278
msgid "New message entry design"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:146
+#: data/com.jeffser.Alpaca.metainfo.xml.in:279
msgid "Fixed: Can't rename the same chat multiple times"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:153
+#: data/com.jeffser.Alpaca.metainfo.xml.in:286
msgid "The fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:155
+#: data/com.jeffser.Alpaca.metainfo.xml.in:288
msgid ""
"Fixed: Ollama instance keeps running on the background even when it is "
"disabled"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:156
+#: data/com.jeffser.Alpaca.metainfo.xml.in:289
msgid "Fixed: Can't pull models on the integrated instance"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:163
+#: data/com.jeffser.Alpaca.metainfo.xml.in:296
msgid "Quick tweaks"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:165
+#: data/com.jeffser.Alpaca.metainfo.xml.in:298
msgid "Added progress bar to models that are being pulled"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:166
+#: data/com.jeffser.Alpaca.metainfo.xml.in:299
msgid "Added size to tags when pulling a model"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:167
+#: data/com.jeffser.Alpaca.metainfo.xml.in:300
msgid "General optimizations on the background"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:174
+#: data/com.jeffser.Alpaca.metainfo.xml.in:307
msgid "Quick fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:176
+#: data/com.jeffser.Alpaca.metainfo.xml.in:309
msgid "Fixed: Scroll when message is received"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:177
+#: data/com.jeffser.Alpaca.metainfo.xml.in:310
msgid "Fixed: Content doesn't change when creating a new chat"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:178
+#: data/com.jeffser.Alpaca.metainfo.xml.in:311
msgid "Added 'Featured Models' page on welcome dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:185
+#: data/com.jeffser.Alpaca.metainfo.xml.in:318
msgid "Nice Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:187
+#: data/com.jeffser.Alpaca.metainfo.xml.in:320
msgid "UI tweaks (Thanks Nokse22)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:188
+#: data/com.jeffser.Alpaca.metainfo.xml.in:321
msgid "General optimizations"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:189
+#: data/com.jeffser.Alpaca.metainfo.xml.in:322
msgid "Metadata fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:196
+#: data/com.jeffser.Alpaca.metainfo.xml.in:329
msgid "Quick fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:198
+#: data/com.jeffser.Alpaca.metainfo.xml.in:331
msgid "Updated Spanish translation"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:199
+#: data/com.jeffser.Alpaca.metainfo.xml.in:332
msgid "Added compatibility for PNG"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:206
+#: data/com.jeffser.Alpaca.metainfo.xml.in:339
msgid "New Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:208
+#: data/com.jeffser.Alpaca.metainfo.xml.in:341
msgid "Updated model list"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:209
+#: data/com.jeffser.Alpaca.metainfo.xml.in:342
msgid "Added image recognition to more models"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:210
+#: data/com.jeffser.Alpaca.metainfo.xml.in:343
msgid "Added Brazilian Portuguese translation (Thanks Daimaar Stein)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:211
+#: data/com.jeffser.Alpaca.metainfo.xml.in:344
msgid "Refined the general UI (Thanks Nokse22)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:212
+#: data/com.jeffser.Alpaca.metainfo.xml.in:345
msgid "Added 'delete message' feature"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:213
+#: data/com.jeffser.Alpaca.metainfo.xml.in:346
msgid ""
"Added metadata so that software distributors know that the app is compatible "
"with mobile"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:214
+#: data/com.jeffser.Alpaca.metainfo.xml.in:347
msgid ""
"Changed 'send' shortcut to just the return/enter key (to add a new line use "
"shift+return)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:221
+#: data/com.jeffser.Alpaca.metainfo.xml.in:354
msgid "Bug Fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:223
+#: data/com.jeffser.Alpaca.metainfo.xml.in:356
msgid "Fixed: Minor spelling mistake"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:224
+#: data/com.jeffser.Alpaca.metainfo.xml.in:357
msgid "Added 'mobile' as a supported form factor"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:225
+#: data/com.jeffser.Alpaca.metainfo.xml.in:358
msgid "Fixed: 'Connection Error' dialog not working properly"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:226
+#: data/com.jeffser.Alpaca.metainfo.xml.in:359
msgid "Fixed: App might freeze randomly on startup"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:227
+#: data/com.jeffser.Alpaca.metainfo.xml.in:360
msgid "Changed 'chats' label on sidebar for 'Alpaca'"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:234
+#: data/com.jeffser.Alpaca.metainfo.xml.in:367
msgid "Cool Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:236
+#: data/com.jeffser.Alpaca.metainfo.xml.in:369
msgid "Better design for chat window"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:237
+#: data/com.jeffser.Alpaca.metainfo.xml.in:370
msgid "Better design for chat sidebar"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:238
+#: data/com.jeffser.Alpaca.metainfo.xml.in:371
msgid "Fixed remote connections"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:239
+#: data/com.jeffser.Alpaca.metainfo.xml.in:372
msgid "Fixed Ollama restarting in loop"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:240
+#: data/com.jeffser.Alpaca.metainfo.xml.in:373
msgid "Other cool backend stuff"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:249
+#: data/com.jeffser.Alpaca.metainfo.xml.in:382
msgid "Added Ollama as part of Alpaca, Ollama will run in a sandbox"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:250
+#: data/com.jeffser.Alpaca.metainfo.xml.in:383
msgid "Added option to connect to remote instances (how it worked before)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:251
+#: data/com.jeffser.Alpaca.metainfo.xml.in:384
msgid "Added option to import and export chats"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:252
+#: data/com.jeffser.Alpaca.metainfo.xml.in:385
msgid "Added option to run Alpaca with Ollama in the background"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:253
+#: data/com.jeffser.Alpaca.metainfo.xml.in:386
msgid "Added preferences dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:254
+#: data/com.jeffser.Alpaca.metainfo.xml.in:387
msgid "Changed the welcome dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:256
-#: data/com.jeffser.Alpaca.metainfo.xml.in:273
-#: data/com.jeffser.Alpaca.metainfo.xml.in:285
-#: data/com.jeffser.Alpaca.metainfo.xml.in:304
-#: data/com.jeffser.Alpaca.metainfo.xml.in:325
-#: data/com.jeffser.Alpaca.metainfo.xml.in:341
-#: data/com.jeffser.Alpaca.metainfo.xml.in:357
-#: data/com.jeffser.Alpaca.metainfo.xml.in:371
-#: data/com.jeffser.Alpaca.metainfo.xml.in:381
-#: data/com.jeffser.Alpaca.metainfo.xml.in:399
-#: data/com.jeffser.Alpaca.metainfo.xml.in:421
+#: data/com.jeffser.Alpaca.metainfo.xml.in:389
+#: data/com.jeffser.Alpaca.metainfo.xml.in:406
+#: data/com.jeffser.Alpaca.metainfo.xml.in:418
+#: data/com.jeffser.Alpaca.metainfo.xml.in:437
+#: data/com.jeffser.Alpaca.metainfo.xml.in:458
+#: data/com.jeffser.Alpaca.metainfo.xml.in:474
+#: data/com.jeffser.Alpaca.metainfo.xml.in:490
+#: data/com.jeffser.Alpaca.metainfo.xml.in:504
+#: data/com.jeffser.Alpaca.metainfo.xml.in:514
+#: data/com.jeffser.Alpaca.metainfo.xml.in:532
+#: data/com.jeffser.Alpaca.metainfo.xml.in:554
msgid "Please report any errors to the issues page, thank you."
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:264
+#: data/com.jeffser.Alpaca.metainfo.xml.in:397
msgid "Yet Another Daily Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:266
+#: data/com.jeffser.Alpaca.metainfo.xml.in:399
msgid "Added better UI for 'Manage Models' dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:267
+#: data/com.jeffser.Alpaca.metainfo.xml.in:400
msgid "Added better UI for the chat sidebar"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:268
+#: data/com.jeffser.Alpaca.metainfo.xml.in:401
msgid ""
"Replaced model description with a button to open Ollama's website for the "
"model"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:269
+#: data/com.jeffser.Alpaca.metainfo.xml.in:402
msgid "Added myself to the credits as the spanish translator"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:270
+#: data/com.jeffser.Alpaca.metainfo.xml.in:403
msgid "Using XDG properly to get config folder"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:271
+#: data/com.jeffser.Alpaca.metainfo.xml.in:404
msgid "Update for translations"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:283
+#: data/com.jeffser.Alpaca.metainfo.xml.in:416
msgid "The last update had some mistakes in the description of the update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:293
+#: data/com.jeffser.Alpaca.metainfo.xml.in:426
msgid "Another Daily Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:295
+#: data/com.jeffser.Alpaca.metainfo.xml.in:428
msgid "Added full Spanish translation"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:296
+#: data/com.jeffser.Alpaca.metainfo.xml.in:429
msgid "Added support for background pulling of multiple models"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:297
+#: data/com.jeffser.Alpaca.metainfo.xml.in:430
msgid "Added interrupt button"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:298
+#: data/com.jeffser.Alpaca.metainfo.xml.in:431
msgid "Added basic shortcuts"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:299
+#: data/com.jeffser.Alpaca.metainfo.xml.in:432
msgid "Better translation support"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:300
+#: data/com.jeffser.Alpaca.metainfo.xml.in:433
msgid ""
"User can now leave chat name empty when creating a new one, it will add a "
"placeholder name"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:301
+#: data/com.jeffser.Alpaca.metainfo.xml.in:434
msgid "Better scalling for different window sizes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:302
+#: data/com.jeffser.Alpaca.metainfo.xml.in:435
msgid "Fixed: Can't close app if first time setup fails"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:312
+#: data/com.jeffser.Alpaca.metainfo.xml.in:445
msgid "Really Big Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:314
+#: data/com.jeffser.Alpaca.metainfo.xml.in:447
msgid "Added multiple chats support!"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:315
+#: data/com.jeffser.Alpaca.metainfo.xml.in:448
msgid "Added Pango Markup support (bold, list, title, subtitle, monospace)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:316
+#: data/com.jeffser.Alpaca.metainfo.xml.in:449
msgid "Added autoscroll if the user is at the bottom of the chat"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:317
+#: data/com.jeffser.Alpaca.metainfo.xml.in:450
msgid "Added support for multiple tags on a single model"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:318
+#: data/com.jeffser.Alpaca.metainfo.xml.in:451
msgid "Added better model management dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:319
+#: data/com.jeffser.Alpaca.metainfo.xml.in:452
msgid "Added loading spinner when sending message"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:320
+#: data/com.jeffser.Alpaca.metainfo.xml.in:453
msgid "Added notifications if app is not active and a model pull finishes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:321
+#: data/com.jeffser.Alpaca.metainfo.xml.in:454
msgid "Added new symbolic icon"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:322
+#: data/com.jeffser.Alpaca.metainfo.xml.in:455
msgid "Added frame to message textview widget"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:323
+#: data/com.jeffser.Alpaca.metainfo.xml.in:456
msgid "Fixed \"code blocks shouldn't be editable\""
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:335
+#: data/com.jeffser.Alpaca.metainfo.xml.in:468
msgid "Added code highlighting"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:336
+#: data/com.jeffser.Alpaca.metainfo.xml.in:469
msgid "Added image recognition (llava model)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:337
+#: data/com.jeffser.Alpaca.metainfo.xml.in:470
msgid "Added multiline prompt"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:338
+#: data/com.jeffser.Alpaca.metainfo.xml.in:471
msgid "Fixed some small bugs"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:339
+#: data/com.jeffser.Alpaca.metainfo.xml.in:472
msgid "General optimization"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:349
+#: data/com.jeffser.Alpaca.metainfo.xml.in:482
msgid "Fixes and features"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:351
+#: data/com.jeffser.Alpaca.metainfo.xml.in:484
msgid "Russian translation (thanks github/alexkdeveloper)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:352
+#: data/com.jeffser.Alpaca.metainfo.xml.in:485
msgid "Fixed: Cannot close app on first setup"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:353
+#: data/com.jeffser.Alpaca.metainfo.xml.in:486
msgid "Fixed: Brand colors for Flathub"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:354
+#: data/com.jeffser.Alpaca.metainfo.xml.in:487
msgid "Fixed: App description"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:355
+#: data/com.jeffser.Alpaca.metainfo.xml.in:488
msgid "Fixed: Only show 'save changes dialog' when you actually change the url"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:365
+#: data/com.jeffser.Alpaca.metainfo.xml.in:498
msgid "0.2.2 Bug fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:367
+#: data/com.jeffser.Alpaca.metainfo.xml.in:500
msgid "Toast messages appearing behind dialogs"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:368
+#: data/com.jeffser.Alpaca.metainfo.xml.in:501
msgid "Local model list not updating when changing servers"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:369
+#: data/com.jeffser.Alpaca.metainfo.xml.in:502
msgid "Closing the setup dialog closes the whole app"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:379
+#: data/com.jeffser.Alpaca.metainfo.xml.in:512
msgid "0.2.1 Data saving fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:380
+#: data/com.jeffser.Alpaca.metainfo.xml.in:513
msgid ""
"The app didn't save the config files and chat history to the right "
"directory, this is now fixed"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:389
+#: data/com.jeffser.Alpaca.metainfo.xml.in:522
msgid "0.2.0"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:391
+#: data/com.jeffser.Alpaca.metainfo.xml.in:524
msgid "New Features"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:393
+#: data/com.jeffser.Alpaca.metainfo.xml.in:526
msgid "Restore chat after closing the app"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:394
+#: data/com.jeffser.Alpaca.metainfo.xml.in:527
msgid "A button to clear the chat"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:395
+#: data/com.jeffser.Alpaca.metainfo.xml.in:528
msgid "Fixed multiple bugs involving how messages are shown"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:396
+#: data/com.jeffser.Alpaca.metainfo.xml.in:529
msgid "Added welcome dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:397
+#: data/com.jeffser.Alpaca.metainfo.xml.in:530
msgid "More stability"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:407
+#: data/com.jeffser.Alpaca.metainfo.xml.in:540
msgid "0.1.2 Quick fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:408
+#: data/com.jeffser.Alpaca.metainfo.xml.in:541
msgid ""
"This release fixes some metadata needed to have a proper Flatpak application"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:414
+#: data/com.jeffser.Alpaca.metainfo.xml.in:547
msgid "0.1.1 Stable Release"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:415
+#: data/com.jeffser.Alpaca.metainfo.xml.in:548
msgid "This is the first public version of Alpaca"
msgstr ""
-#: src/window.py:62 src/window.py:1100 src/window.py:1166 src/dialogs.py:84
+#: src/window.py:61 src/window.py:1131 src/window.py:1197 src/dialogs.py:84
#: src/window.ui:43
msgid "New Chat"
msgstr "Новый Чат"
@@ -667,120 +968,139 @@ msgstr "Закрыть"
msgid "Next"
msgstr "Следующий"
-#: src/window.py:299 src/window.py:310
+#: src/window.py:302 src/window.py:313
msgid "Failed to connect to server"
msgstr "Не удалось подключиться к серверу"
-#: src/window.py:317
+#: src/window.py:320
msgid "Pulling in the background..."
msgstr "Извлечение в фоновом режиме..."
-#: src/window.py:369
+#: src/window.py:372
msgid "Stop Creating '{}'"
msgstr "Остановить создание '{}'"
-#: src/window.py:406
+#: src/window.py:409
msgid "image"
msgstr "изображение"
-#: src/window.py:478
+#: src/window.py:481
msgid "Message copied to the clipboard"
msgstr "Сообщение скопировано в буфер обмена"
-#: src/window.py:603
+#: src/window.py:607
msgid "Remove Message"
msgstr "Удалить Сообщение"
-#: src/window.py:608 src/window.py:876
+#: src/window.py:612 src/window.py:904
msgid "Copy Message"
msgstr "Копировать Сообщение"
-#: src/window.py:613
+#: src/window.py:617
msgid "Edit Message"
msgstr "Изменить Сообщение"
-#: src/window.py:666
+#: src/window.py:670
msgid "Missing Image"
msgstr "Изображение Отсутствует"
-#: src/window.py:682 src/window.py:684
+#: src/window.py:686 src/window.py:688
msgid "Missing image"
msgstr "Изображение отсутствует"
-#: src/window.py:764
+#: src/window.py:768
msgid "Remove '{} ({})'"
msgstr "Удалить '{} ({})'"
-#: src/window.py:904
+#: src/window.py:903
+msgid "Code Block"
+msgstr ""
+
+#: src/window.py:935
msgid "Code copied to the clipboard"
msgstr "Код скопирован в буфер обмена"
-#: src/window.py:985
+#: src/window.py:1016
msgid "Task Complete"
msgstr "Задача выполнена"
-#: src/window.py:985 src/window.py:986
+#: src/window.py:1016 src/window.py:1017
msgid "Model '{}' pulled successfully."
msgstr "Модель '{}' успешно извлечена."
-#: src/window.py:990
+#: src/window.py:1021
msgid "Pull Model Error"
msgstr "Ошибка Извлечения Модели"
-#: src/window.py:990
+#: src/window.py:1021
msgid "Failed to pull model '{}' due to network error."
msgstr "Не удалось извлечь модель '{}' из-за сетевой ошибки."
-#: src/window.py:1022
+#: src/window.py:1053
msgid "Stop Pulling '{} ({})'"
msgstr "Остановить извлечение '{} ({})'"
-#: src/window.py:1065
+#: src/window.py:1096
msgid "Image Recognition"
msgstr "Распознавание изображений"
-#: src/window.py:1182
+#: src/window.py:1213
msgid "Model deleted successfully"
msgstr "Модель успешно удалена"
-#: src/window.py:1260
+#: src/window.py:1292
msgid "There was an error with the local Ollama instance, so it has been reset"
msgstr ""
"Произошла ошибка с локальным экземпляром Ollama, поэтому он был сброшен"
-#: src/window.py:1280
+#: src/window.py:1312
msgid "Chat exported successfully"
msgstr "Чат успешно экспортирован"
-#: src/window.py:1349
+#: src/window.py:1381
msgid "Chat imported successfully"
msgstr "Чат успешно импортирован"
-#: src/window.py:1382
+#: src/window.py:1414
msgid "Cannot open image"
msgstr "Не удается открыть изображение"
-#: src/window.py:1464
+#: src/window.py:1496
msgid "This video is not available"
msgstr "Это видео недоступно"
-#: src/window.py:1482 src/dialogs.py:264
+#: src/window.py:1514 src/dialogs.py:276
msgid "Image recognition is only available on specific models"
msgstr "Распознавание изображений доступно только на определенных моделях"
#: src/available_models_descriptions.py:2
+msgid ""
+"Llama 3.1 is a new state-of-the-art model from Meta available in 8B, 70B and "
+"405B parameter sizes."
+msgstr ""
+
+#: src/available_models_descriptions.py:3
msgid "Google Gemma 2 is now available in 2 sizes, 9B and 27B."
msgstr "Google Gemma 2 теперь доступен в двух размерах: 9B и 27B."
-#: src/available_models_descriptions.py:3
-msgid "Meta Llama 3: The most capable openly available LLM to date"
-msgstr "Meta Llama 3: Самый мощный из открытых LLM на сегодняшний день"
-
#: src/available_models_descriptions.py:4
+msgid ""
+"A state-of-the-art 12B model with 128k context length, built by Mistral AI "
+"in collaboration with NVIDIA."
+msgstr ""
+
+#: src/available_models_descriptions.py:5
+msgid ""
+"Mistral Large 2 is Mistral's new flagship model that is significantly more "
+"capable in code generation, mathematics, and reasoning with 128k context "
+"window and support for dozens of languages."
+msgstr ""
+
+#: src/available_models_descriptions.py:6
msgid "Qwen2 is a new series of large language models from Alibaba group"
msgstr "Qwen2 — новая серия больших языковых моделей от группы Alibaba"
-#: src/available_models_descriptions.py:5
+#: src/available_models_descriptions.py:7
msgid ""
"An open-source Mixture-of-Experts code language model that achieves "
"performance comparable to GPT4-Turbo in code-specific tasks."
@@ -789,7 +1109,7 @@ msgstr ""
"обеспечивающая производительность, сравнимую с GPT4-Turbo, в задачах, "
"специфичных для кода."
-#: src/available_models_descriptions.py:6
+#: src/available_models_descriptions.py:8
msgid ""
"Phi-3 is a family of lightweight 3B (Mini) and 14B (Medium) state-of-the-art "
"open models by Microsoft."
@@ -797,19 +1117,11 @@ msgstr ""
"Phi-3 — это семейство легких современных открытых моделей 3B (Mini) и 14B "
"(Medium) от Microsoft."
-#: src/available_models_descriptions.py:7
-msgid ""
-"Aya 23, released by Cohere, is a new family of state-of-the-art, "
-"multilingual models that support 23 languages."
-msgstr ""
-"Aya 23, выпущенная компанией Cohere, представляет собой новое семейство "
-"современных многоязычных моделей, поддерживающих 23 языка."
-
-#: src/available_models_descriptions.py:8
+#: src/available_models_descriptions.py:9
msgid "The 7B model released by Mistral AI, updated to version 0.3."
msgstr "Модель 7Б, выпущенная Mistral AI, обновлена до версии 0.3."
-#: src/available_models_descriptions.py:9
+#: src/available_models_descriptions.py:10
msgid ""
"A set of Mixture of Experts (MoE) model with open weights by Mistral AI in "
"8x7b and 8x22b parameter sizes."
@@ -817,7 +1129,7 @@ msgstr ""
"Набор модели Mixture of Experts (MoE) с открытыми весами от Mistral AI с "
"размерами параметров 8x7b и 8x22b."
-#: src/available_models_descriptions.py:10
+#: src/available_models_descriptions.py:11
msgid ""
"CodeGemma is a collection of powerful, lightweight models that can perform a "
"variety of coding tasks like fill-in-the-middle code completion, code "
@@ -829,7 +1141,7 @@ msgstr ""
"посередине, генерация кода, понимание естественного языка, математические "
"рассуждения и выполнение инструкций."
-#: src/available_models_descriptions.py:11
+#: src/available_models_descriptions.py:12
msgid ""
"Command R is a Large Language Model optimized for conversational interaction "
"and long context tasks."
@@ -837,7 +1149,7 @@ msgstr ""
"Command R — это большая языковая модель, оптимизированная для диалогового "
"взаимодействия и задач с длинным контекстом."
-#: src/available_models_descriptions.py:12
+#: src/available_models_descriptions.py:13
msgid ""
"Command R+ is a powerful, scalable large language model purpose-built to "
"excel at real-world enterprise use cases."
@@ -846,7 +1158,7 @@ msgstr ""
"созданная для достижения успеха в реальных корпоративных сценариях "
"использования."
-#: src/available_models_descriptions.py:13
+#: src/available_models_descriptions.py:14
msgid ""
"🌋 LLaVA is a novel end-to-end trained large multimodal model that combines "
"a vision encoder and Vicuna for general-purpose visual and language "
@@ -856,7 +1168,11 @@ msgstr ""
"которая сочетает в себе видеокодер и Vicuna для общего визуального и "
"языкового понимания. Обновлено до версии 1.6."
-#: src/available_models_descriptions.py:14
+#: src/available_models_descriptions.py:15
+msgid "Meta Llama 3: The most capable openly available LLM to date"
+msgstr "Meta Llama 3: Самый мощный из открытых LLM на сегодняшний день"
+
+#: src/available_models_descriptions.py:16
msgid ""
"Gemma is a family of lightweight, state-of-the-art open models built by "
"Google DeepMind. Updated to version 1.1"
@@ -864,7 +1180,7 @@ msgstr ""
"Gemma — это семейство легких современных открытых моделей, созданных Google "
"DeepMind. Обновлено до версии 1.1"
-#: src/available_models_descriptions.py:15
+#: src/available_models_descriptions.py:17
msgid ""
"Qwen 1.5 is a series of large language models by Alibaba Cloud spanning from "
"0.5B to 110B parameters"
@@ -872,14 +1188,14 @@ msgstr ""
"Qwen 1.5 — это серия крупных языковых моделей от Alibaba Cloud с параметрами "
"от 0,5 до 110 B"
-#: src/available_models_descriptions.py:16
+#: src/available_models_descriptions.py:18
msgid ""
"Llama 2 is a collection of foundation language models ranging from 7B to 70B "
"parameters."
msgstr ""
"Llama 2 — это набор базовых языковых моделей с параметрами от 7B до 70B."
-#: src/available_models_descriptions.py:17
+#: src/available_models_descriptions.py:19
msgid ""
"A large language model that can use text prompts to generate and discuss "
"code."
@@ -887,7 +1203,7 @@ msgstr ""
"Большая языковая модель, которая может использовать текстовые подсказки для "
"создания и обсуждения кода."
-#: src/available_models_descriptions.py:18
+#: src/available_models_descriptions.py:20
msgid ""
"Uncensored, 8x7b and 8x22b fine-tuned models based on the Mixtral mixture of "
"experts models that excels at coding tasks. Created by Eric Hartford."
@@ -896,18 +1212,6 @@ msgstr ""
"экспертных моделей Mixtral, которые превосходно справляются с задачами "
"кодирования. Создан Эриком Хартфордом."
-#: src/available_models_descriptions.py:19
-msgid "Uncensored Llama 2 model by George Sung and Jarrad Hope."
-msgstr "Модель Llama 2 без цензуры от Джорджа Санга и Джаррада Хоупа."
-
-#: src/available_models_descriptions.py:20
-msgid ""
-"DeepSeek Coder is a capable coding model trained on two trillion code and "
-"natural language tokens."
-msgstr ""
-"DeepSeek Coder — это эффективная модель кодирования, обученная на двух "
-"триллионах кода и токенах естественного языка."
-
#: src/available_models_descriptions.py:21
msgid ""
"A high-performing open embedding model with a large token context window."
@@ -916,6 +1220,10 @@ msgstr ""
"токена."
#: src/available_models_descriptions.py:22
+msgid "Uncensored Llama 2 model by George Sung and Jarrad Hope."
+msgstr "Модель Llama 2 без цензуры от Джорджа Санга и Джаррада Хоупа."
+
+#: src/available_models_descriptions.py:23
msgid ""
"Phi-2: a 2.7B language model by Microsoft Research that demonstrates "
"outstanding reasoning and language understanding capabilities."
@@ -923,7 +1231,15 @@ msgstr ""
"Phi-2: языковая модель 2,7B от Microsoft Research, демонстрирующая "
"выдающиеся способности к рассуждению и пониманию языка."
-#: src/available_models_descriptions.py:23
+#: src/available_models_descriptions.py:24
+msgid ""
+"DeepSeek Coder is a capable coding model trained on two trillion code and "
+"natural language tokens."
+msgstr ""
+"DeepSeek Coder — это эффективная модель кодирования, обученная на двух "
+"триллионах кода и токенах естественного языка."
+
+#: src/available_models_descriptions.py:25
msgid ""
"The uncensored Dolphin model based on Mistral that excels at coding tasks. "
"Updated to version 2.8."
@@ -931,15 +1247,7 @@ msgstr ""
"Модель Dolphin без цензуры, основанная на Mistral, которая превосходно "
"справляется с задачами кодирования. Обновлено до версии 2.8."
-#: src/available_models_descriptions.py:24
-msgid ""
-"Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the "
-"Mistral 7B model using the OpenOrca dataset."
-msgstr ""
-"Mistral OpenOrca — это модель с 7 миллиардами параметров, доработанная на "
-"основе модели Mistral 7B с использованием набора данных OpenOrca."
-
-#: src/available_models_descriptions.py:25
+#: src/available_models_descriptions.py:26
msgid ""
"A general-purpose model ranging from 3 billion parameters to 70 billion, "
"suitable for entry-level hardware."
@@ -947,10 +1255,6 @@ msgstr ""
"Модель общего назначения с числом параметров от 3 до 70 миллиардов, "
"подходящая для аппаратного обеспечения начального уровня."
-#: src/available_models_descriptions.py:26
-msgid "State-of-the-art large embedding model from mixedbread.ai"
-msgstr "Современная большая модель встраивания от mixbread.ai"
-
#: src/available_models_descriptions.py:27
msgid ""
"Dolphin 2.9 is a new model with 8B and 70B sizes by Eric Hartford based on "
@@ -961,6 +1265,10 @@ msgstr ""
"обучения, общения и программирования."
#: src/available_models_descriptions.py:28
+msgid "State-of-the-art large embedding model from mixedbread.ai"
+msgstr "Современная большая модель встраивания от mixbread.ai"
+
+#: src/available_models_descriptions.py:29
msgid ""
"StarCoder2 is the next generation of transparently trained open code LLMs "
"that comes in three sizes: 3B, 7B and 15B parameters."
@@ -968,19 +1276,13 @@ msgstr ""
"StarCoder2 — это следующее поколение LLM с прозрачным обученным открытым "
"кодом, которое поставляется в трех размерах: параметры 3B, 7B и 15B."
-#: src/available_models_descriptions.py:29
-msgid "Llama 2 based model fine tuned to improve Chinese dialogue ability."
-msgstr ""
-"Модель на основе Llama 2 настроена для улучшения навыков диалога на "
-"китайском языке."
-
#: src/available_models_descriptions.py:30
msgid ""
-"Zephyr is a series of fine-tuned versions of the Mistral and Mixtral models "
-"that are trained to act as helpful assistants."
+"Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the "
+"Mistral 7B model using the OpenOrca dataset."
msgstr ""
-"Zephyr — это серия доработанных версий моделей Mistral и Mixtral, которые "
-"обучены выполнять роль полезных помощников."
+"Mistral OpenOrca — это модель с 7 миллиардами параметров, доработанная на "
+"основе модели Mistral 7B с использованием набора данных OpenOrca."
#: src/available_models_descriptions.py:31
msgid "Yi 1.5 is a high-performing, bilingual language model."
@@ -988,13 +1290,27 @@ msgstr "Yi 1.5 — это высокопроизводительная двуя
#: src/available_models_descriptions.py:32
msgid ""
-"The powerful family of models by Nous Research that excels at scientific "
-"discussion and coding tasks."
+"Zephyr is a series of fine-tuned versions of the Mistral and Mixtral models "
+"that are trained to act as helpful assistants."
msgstr ""
-"Мощное семейство моделей от Nous Research, которое превосходно справляется с "
-"задачами научного обсуждения и кодирования."
+"Zephyr — это серия доработанных версий моделей Mistral и Mixtral, которые "
+"обучены выполнять роль полезных помощников."
#: src/available_models_descriptions.py:33
+msgid "Llama 2 based model fine tuned to improve Chinese dialogue ability."
+msgstr ""
+"Модель на основе Llama 2 настроена для улучшения навыков диалога на "
+"китайском языке."
+
+#: src/available_models_descriptions.py:34
+msgid ""
+"A LLaVA model fine-tuned from Llama 3 Instruct with better scores in several "
+"benchmarks."
+msgstr ""
+"Модель LLaVA, доработанная на основе Llama 3 Instruct, с лучшими "
+"показателями в нескольких тестах."
+
+#: src/available_models_descriptions.py:35
msgid ""
"General use chat model based on Llama and Llama 2 with 2K to 16K context "
"sizes."
@@ -1002,15 +1318,15 @@ msgstr ""
"Модель чата общего использования на основе Llama и Llama 2 с размерами "
"контекста от 2 до 16 КБ."
-#: src/available_models_descriptions.py:34
+#: src/available_models_descriptions.py:36
msgid ""
-"Wizard Vicuna Uncensored is a 7B, 13B, and 30B parameter model based on "
-"Llama 2 uncensored by Eric Hartford."
+"The powerful family of models by Nous Research that excels at scientific "
+"discussion and coding tasks."
msgstr ""
-"Wizard Vicuna Uncensored — это модель с параметрами 7B, 13B и 30B, "
-"основанная на Llama 2 без цензуры Эрика Хартфорда."
+"Мощное семейство моделей от Nous Research, которое превосходно справляется с "
+"задачами научного обсуждения и кодирования."
-#: src/available_models_descriptions.py:35
+#: src/available_models_descriptions.py:37
msgid ""
"The TinyLlama project is an open endeavor to train a compact 1.1B Llama "
"model on 3 trillion tokens."
@@ -1018,7 +1334,30 @@ msgstr ""
"Проект TinyLlama — это открытая попытка обучить компактную модель Llama "
"размером 1,1B на 3 триллионах токенов."
-#: src/available_models_descriptions.py:36
+#: src/available_models_descriptions.py:38
+msgid ""
+"Wizard Vicuna Uncensored is a 7B, 13B, and 30B parameter model based on "
+"Llama 2 uncensored by Eric Hartford."
+msgstr ""
+"Wizard Vicuna Uncensored — это модель с параметрами 7B, 13B и 30B, "
+"основанная на Llama 2 без цензуры Эрика Хартфорда."
+
+#: src/available_models_descriptions.py:39
+msgid ""
+"Codestral is Mistral AI’s first-ever code model designed for code generation "
+"tasks."
+msgstr ""
+"Codestral — это первая модель кода Mistral AI, предназначенная для задач "
+"генерации кода."
+
+#: src/available_models_descriptions.py:40
+msgid ""
+"StarCoder is a code generation model trained on 80+ programming languages."
+msgstr ""
+"StarCoder — это модель генерации кода, обученная на более чем 80 языках "
+"программирования."
+
+#: src/available_models_descriptions.py:41
msgid ""
"State of the art large language model from Microsoft AI with improved "
"performance on complex chat, multilingual, reasoning and agent use cases."
@@ -1027,22 +1366,7 @@ msgstr ""
"производительностью в сложных чатах, многоязычных средах, рассуждениях и "
"сценариях использования агентов."
-#: src/available_models_descriptions.py:37
-msgid ""
-"StarCoder is a code generation model trained on 80+ programming languages."
-msgstr ""
-"StarCoder — это модель генерации кода, обученная на более чем 80 языках "
-"программирования."
-
-#: src/available_models_descriptions.py:38
-msgid ""
-"Codestral is Mistral AI’s first-ever code model designed for code generation "
-"tasks."
-msgstr ""
-"Codestral — это первая модель кода Mistral AI, предназначенная для задач "
-"генерации кода."
-
-#: src/available_models_descriptions.py:39
+#: src/available_models_descriptions.py:42
msgid ""
"A family of open-source models trained on a wide variety of data, surpassing "
"ChatGPT on various benchmarks. Updated to version 3.5-0106."
@@ -1051,7 +1375,15 @@ msgstr ""
"данных, превосходящих ChatGPT по различным критериям. Обновлено до версии "
"3.5-0106."
-#: src/available_models_descriptions.py:40
+#: src/available_models_descriptions.py:43
+msgid ""
+"Aya 23, released by Cohere, is a new family of state-of-the-art, "
+"multilingual models that support 23 languages."
+msgstr ""
+"Aya 23, выпущенная компанией Cohere, представляет собой новое семейство "
+"современных многоязычных моделей, поддерживающих 23 языка."
+
+#: src/available_models_descriptions.py:44
msgid ""
"An experimental 1.1B parameter model trained on the new Dolphin 2.8 dataset "
"by Eric Hartford and based on TinyLlama."
@@ -1059,7 +1391,7 @@ msgstr ""
"Экспериментальная модель с параметрами 1.1B, обученная на новом наборе "
"данных Dolphin 2.8 Эрика Хартфорда и основанная на TinyLlama."
-#: src/available_models_descriptions.py:41
+#: src/available_models_descriptions.py:45
msgid ""
"OpenHermes 2.5 is a 7B model fine-tuned by Teknium on Mistral with fully "
"open datasets."
@@ -1067,11 +1399,11 @@ msgstr ""
"OpenHermes 2.5 — это модель 7B, доработанная Teknium на Mistral с полностью "
"открытыми наборами данных."
-#: src/available_models_descriptions.py:42
+#: src/available_models_descriptions.py:46
msgid "State-of-the-art code generation model"
msgstr "Современная модель генерации кода"
-#: src/available_models_descriptions.py:43
+#: src/available_models_descriptions.py:47
msgid ""
"Stable Code 3B is a coding model with instruct and code completion variants "
"on par with models such as Code Llama 7B that are 2.5x larger."
@@ -1080,19 +1412,7 @@ msgstr ""
"завершения кода наравне с такими моделями, как Code Llama 7B, которые в 2,5 "
"раза больше."
-#: src/available_models_descriptions.py:44
-msgid ""
-"A fine-tuned model based on Mistral with good coverage of domain and "
-"language."
-msgstr ""
-"Доработанная модель на базе Mistral с хорошим охватом предметной области и "
-"языка."
-
-#: src/available_models_descriptions.py:45
-msgid "Model focused on math and logic problems"
-msgstr "Модель ориентирована на математические и логические задачи"
-
-#: src/available_models_descriptions.py:46
+#: src/available_models_descriptions.py:48
msgid ""
"CodeQwen1.5 is a large language model pretrained on a large amount of code "
"data."
@@ -1100,11 +1420,19 @@ msgstr ""
"CodeQwen1.5 — это большая языковая модель, предварительно обученная на "
"большом объеме данных кода."
-#: src/available_models_descriptions.py:47
-msgid "Code generation model based on Code Llama."
-msgstr "Модель генерации кода на основе Code Llama."
+#: src/available_models_descriptions.py:49
+msgid "Model focused on math and logic problems"
+msgstr "Модель ориентирована на математические и логические задачи"
-#: src/available_models_descriptions.py:48
+#: src/available_models_descriptions.py:50
+msgid ""
+"A fine-tuned model based on Mistral with good coverage of domain and "
+"language."
+msgstr ""
+"Доработанная модель на базе Mistral с хорошим охватом предметной области и "
+"языка."
+
+#: src/available_models_descriptions.py:51
msgid ""
"Stable LM 2 is a state-of-the-art 1.6B and 12B parameter language model "
"trained on multilingual data in English, Spanish, German, Italian, French, "
@@ -1114,7 +1442,20 @@ msgstr ""
"обученная на многоязычных данных на английском, испанском, немецком, "
"итальянском, французском, португальском и голландском языках."
-#: src/available_models_descriptions.py:49
+#: src/available_models_descriptions.py:52
+msgid "A family of open foundation models by IBM for Code Intelligence"
+msgstr "Семейство моделей открытого фонда от IBM для Code Intelligence"
+
+#: src/available_models_descriptions.py:53
+msgid "Embedding models on very large sentence level datasets."
+msgstr ""
+"Встраивание моделей в очень большие наборы данных на уровне предложений."
+
+#: src/available_models_descriptions.py:54
+msgid "Code generation model based on Code Llama."
+msgstr "Модель генерации кода на основе Code Llama."
+
+#: src/available_models_descriptions.py:55
msgid ""
"A 7B and 15B uncensored variant of the Dolphin model family that excels at "
"coding, based on StarCoder2."
@@ -1122,16 +1463,26 @@ msgstr ""
"Вариант семейства моделей Dolphin 7B и 15B без цензуры, превосходный в "
"кодировании, на основе StarCoder2."
-#: src/available_models_descriptions.py:50
-msgid "Embedding models on very large sentence level datasets."
-msgstr ""
-"Встраивание моделей в очень большие наборы данных на уровне предложений."
-
-#: src/available_models_descriptions.py:51
+#: src/available_models_descriptions.py:56
msgid "General use models based on Llama and Llama 2 from Nous Research."
msgstr "Модели общего пользования на базе Llama и Llama 2 от Nous Research."
-#: src/available_models_descriptions.py:52
+#: src/available_models_descriptions.py:57
+msgid ""
+"SQLCoder is a code completion model fined-tuned on StarCoder for SQL "
+"generation tasks"
+msgstr ""
+"SQLCoder — это модель завершения кода, настроенная в StarCoder для задач "
+"генерации SQL"
+
+#: src/available_models_descriptions.py:58
+msgid ""
+"This model extends LLama-3 8B's context length from 8k to over 1m tokens."
+msgstr ""
+"Эта модель увеличивает длину контекста LLama-3 8B с 8 тыс. до более чем 1 "
+"млн токенов."
+
+#: src/available_models_descriptions.py:59
msgid ""
"Starling is a large language model trained by reinforcement learning from AI "
"feedback focused on improving chatbot helpfulness."
@@ -1140,15 +1491,33 @@ msgstr ""
"подкреплением на основе отзывов искусственного интеллекта, направленная на "
"повышение полезности чат-бота."
-#: src/available_models_descriptions.py:53
-msgid ""
-"SQLCoder is a code completion model fined-tuned on StarCoder for SQL "
-"generation tasks"
-msgstr ""
-"SQLCoder — это модель завершения кода, настроенная в StarCoder для задач "
-"генерации SQL"
+#: src/available_models_descriptions.py:60
+msgid "An extension of Llama 2 that supports a context of up to 128k tokens."
+msgstr "Расширение Llama 2, поддерживающее контекст до 128 тыс. токенов."
-#: src/available_models_descriptions.py:54
+#: src/available_models_descriptions.py:61
+msgid ""
+"Conversational model based on Llama 2 that performs competitively on various "
+"benchmarks."
+msgstr ""
+"Диалоговая модель на базе Llama 2, конкурентоспособная по различным "
+"показателям."
+
+#: src/available_models_descriptions.py:62
+msgid "An advanced language model crafted with 2 trillion bilingual tokens."
+msgstr ""
+"Усовершенствованная языковая модель, созданная на основе 2 триллионов "
+"двуязычных токенов."
+
+#: src/available_models_descriptions.py:63
+msgid ""
+"A model from NVIDIA based on Llama 3 that excels at conversational question "
+"answering (QA) and retrieval-augmented generation (RAG)."
+msgstr ""
+"Модель от NVIDIA на основе Llama 3, которая превосходно справляется с "
+"диалоговым ответом на вопросы (QA) и генерацией с расширенным поиском (RAG)."
+
+#: src/available_models_descriptions.py:64
msgid ""
"Orca 2 is built by Microsoft research, and are a fine-tuned version of "
"Meta's Llama 2 models. The model is designed to excel particularly in "
@@ -1158,32 +1527,11 @@ msgstr ""
"доработанную версию моделей Meta 2 Llama 2. Модель разработана, чтобы "
"преуспеть, в частности, в рассуждениях."
-#: src/available_models_descriptions.py:55
-msgid ""
-"This model extends LLama-3 8B's context length from 8k to over 1m tokens."
-msgstr ""
-"Эта модель увеличивает длину контекста LLama-3 8B с 8 тыс. до более чем 1 "
-"млн токенов."
+#: src/available_models_descriptions.py:65
+msgid "General use model based on Llama 2."
+msgstr "Модель общего назначения на базе Llama 2."
-#: src/available_models_descriptions.py:56
-msgid "An advanced language model crafted with 2 trillion bilingual tokens."
-msgstr ""
-"Усовершенствованная языковая модель, созданная на основе 2 триллионов "
-"двуязычных токенов."
-
-#: src/available_models_descriptions.py:57
-msgid "An extension of Llama 2 that supports a context of up to 128k tokens."
-msgstr "Расширение Llama 2, поддерживающее контекст до 128 тыс. токенов."
-
-#: src/available_models_descriptions.py:58
-msgid ""
-"A model from NVIDIA based on Llama 3 that excels at conversational question "
-"answering (QA) and retrieval-augmented generation (RAG)."
-msgstr ""
-"Модель от NVIDIA на основе Llama 3, которая превосходно справляется с "
-"диалоговым ответом на вопросы (QA) и генерацией с расширенным поиском (RAG)."
-
-#: src/available_models_descriptions.py:59
+#: src/available_models_descriptions.py:66
msgid ""
"A compact, yet powerful 10.7B large language model designed for single-turn "
"conversation."
@@ -1191,31 +1539,7 @@ msgstr ""
"Компактная, но мощная языковая модель с поддержкой 10,7 ББ, предназначенная "
"для одноразового разговора."
-#: src/available_models_descriptions.py:60
-msgid ""
-"Conversational model based on Llama 2 that performs competitively on various "
-"benchmarks."
-msgstr ""
-"Диалоговая модель на базе Llama 2, конкурентоспособная по различным "
-"показателям."
-
-#: src/available_models_descriptions.py:61
-msgid "A family of open foundation models by IBM for Code Intelligence"
-msgstr "Семейство моделей открытого фонда от IBM для Code Intelligence"
-
-#: src/available_models_descriptions.py:62
-msgid ""
-"2.7B uncensored Dolphin model by Eric Hartford, based on the Phi language "
-"model by Microsoft Research."
-msgstr ""
-"2.7B модель Dolphin без цензуры Эрика Хартфорда, основанная на модели языка "
-"Phi, разработанной Microsoft Research."
-
-#: src/available_models_descriptions.py:63
-msgid "General use model based on Llama 2."
-msgstr "Модель общего назначения на базе Llama 2."
-
-#: src/available_models_descriptions.py:64
+#: src/available_models_descriptions.py:67
msgid ""
"A companion assistant trained in philosophy, psychology, and personal "
"relationships. Based on Mistral."
@@ -1223,7 +1547,15 @@ msgstr ""
"Помощник-компаньон, прошедший обучение в области философии, психологии и "
"личных отношений. На базе Мистраля."
-#: src/available_models_descriptions.py:65
+#: src/available_models_descriptions.py:68
+msgid ""
+"2.7B uncensored Dolphin model by Eric Hartford, based on the Phi language "
+"model by Microsoft Research."
+msgstr ""
+"2.7B модель Dolphin без цензуры Эрика Хартфорда, основанная на модели языка "
+"Phi, разработанной Microsoft Research."
+
+#: src/available_models_descriptions.py:69
msgid ""
"Llama 2 based model fine tuned on an Orca-style dataset. Originally called "
"Free Willy."
@@ -1231,7 +1563,15 @@ msgstr ""
"Модель на основе Llama 2 точно настроена на наборе данных в стиле Orca. "
"Первоначально назывался Свободный Вилли."
-#: src/available_models_descriptions.py:66
+#: src/available_models_descriptions.py:70
+msgid ""
+"moondream2 is a small vision language model designed to run efficiently on "
+"edge devices."
+msgstr ""
+"moondream2 — это небольшая языковая модель видения, предназначенная для "
+"эффективной работы на периферийных устройствах."
+
+#: src/available_models_descriptions.py:71
msgid ""
"BakLLaVA is a multimodal model consisting of the Mistral 7B base model "
"augmented with the LLaVA architecture."
@@ -1239,19 +1579,22 @@ msgstr ""
"BakLLaVA — мультимодальная модель, состоящая из базовой модели Mistral 7B, "
"дополненной архитектурой LLaVA."
-#: src/available_models_descriptions.py:67
-msgid ""
-"A LLaVA model fine-tuned from Llama 3 Instruct with better scores in several "
-"benchmarks."
-msgstr ""
-"Модель LLaVA, доработанная на основе Llama 3 Instruct, с лучшими "
-"показателями в нескольких тестах."
-
-#: src/available_models_descriptions.py:68
+#: src/available_models_descriptions.py:72
msgid "Uncensored version of Wizard LM model"
msgstr "Версия модели Wizard LM без цензуры"
-#: src/available_models_descriptions.py:69
+#: src/available_models_descriptions.py:73
+msgid ""
+"A suite of text embedding models by Snowflake, optimized for performance."
+msgstr ""
+"Набор моделей встраивания текста от Snowflake, оптимизированных для "
+"повышения производительности."
+
+#: src/available_models_descriptions.py:74
+msgid "A strong, economical, and efficient Mixture-of-Experts language model."
+msgstr "Сильная, экономичная и эффективная языковая модель «Смесь экспертов»."
+
+#: src/available_models_descriptions.py:75
msgid ""
"Fine-tuned Llama 2 model to answer medical questions based on an open source "
"medical dataset."
@@ -1259,24 +1602,12 @@ msgstr ""
"Точная настройка модели Llama 2 для ответа на медицинские вопросы на основе "
"набора медицинских данных с открытым исходным кодом."
-#: src/available_models_descriptions.py:70
-msgid "The Nous Hermes 2 model from Nous Research, now trained over Mixtral."
-msgstr ""
-"Модель Nous Hermes 2 от Nous Research, которая теперь обучена на Mixtral."
-
-#: src/available_models_descriptions.py:71
+#: src/available_models_descriptions.py:76
msgid "An extension of Mistral to support context windows of 64K or 128K."
msgstr ""
"Расширение Mistral для поддержки контекстных окон размером 64 КБ или 128 КБ."
-#: src/available_models_descriptions.py:72
-msgid ""
-"A suite of text embedding models by Snowflake, optimized for performance."
-msgstr ""
-"Набор моделей встраивания текста от Snowflake, оптимизированных для "
-"повышения производительности."
-
-#: src/available_models_descriptions.py:73
+#: src/available_models_descriptions.py:77
msgid ""
"An expansion of Llama 2 that specializes in integrating both general "
"language understanding and domain-specific knowledge, particularly in "
@@ -1286,11 +1617,12 @@ msgstr ""
"понимания языка, так и знаний по конкретной предметной области, особенно в "
"области программирования и математики."
-#: src/available_models_descriptions.py:74
-msgid "Great code generation model based on Llama2."
-msgstr "Отличная модель генерации кода на основе Llama2."
+#: src/available_models_descriptions.py:78
+msgid "The Nous Hermes 2 model from Nous Research, now trained over Mixtral."
+msgstr ""
+"Модель Nous Hermes 2 от Nous Research, которая теперь обучена на Mixtral."
-#: src/available_models_descriptions.py:75
+#: src/available_models_descriptions.py:79
msgid ""
"Open-source medical large language model adapted from Llama 2 to the medical "
"domain."
@@ -1298,27 +1630,39 @@ msgstr ""
"Большая языковая модель с открытым исходным кодом, адаптированная из Llama "
"2 для медицинской сферы."
-#: src/available_models_descriptions.py:76
-msgid ""
-"moondream2 is a small vision language model designed to run efficiently on "
-"edge devices."
-msgstr ""
-"moondream2 — это небольшая языковая модель видения, предназначенная для "
-"эффективной работы на периферийных устройствах."
+#: src/available_models_descriptions.py:80
+msgid "Great code generation model based on Llama2."
+msgstr "Отличная модель генерации кода на основе Llama2."
-#: src/available_models_descriptions.py:77
-msgid "Uncensored Llama2 based model with support for a 16K context window."
-msgstr ""
-"Модель на основе Llama2 без цензуры с поддержкой контекстного окна 16 КБ."
-
-#: src/available_models_descriptions.py:78
+#: src/available_models_descriptions.py:81
msgid ""
"Nexus Raven is a 13B instruction tuned model for function calling tasks."
msgstr ""
"Nexus Raven — это модель с поддержкой 13B инструкций для задач вызова "
"функций."
-#: src/available_models_descriptions.py:79
+#: src/available_models_descriptions.py:82
+msgid "Uncensored Llama2 based model with support for a 16K context window."
+msgstr ""
+"Модель на основе Llama2 без цензуры с поддержкой контекстного окна 16 КБ."
+
+#: src/available_models_descriptions.py:83
+msgid "A new small LLaVA model fine-tuned from Phi 3 Mini."
+msgstr "Новая маленькая модель LLaVA, доработанная на основе Phi 3 Mini."
+
+#: src/available_models_descriptions.py:84
+msgid ""
+"A versatile model for AI software development scenarios, including code "
+"completion."
+msgstr ""
+
+#: src/available_models_descriptions.py:85
+msgid ""
+"A strong multi-lingual general language model with competitive performance "
+"to Llama 3."
+msgstr ""
+
+#: src/available_models_descriptions.py:86
msgid ""
"🎩 Magicoder is a family of 7B parameter models trained on 75K synthetic "
"instruction data using OSS-Instruct, a novel approach to enlightening LLMs "
@@ -1328,11 +1672,7 @@ msgstr ""
"синтетических данных инструкций с использованием OSS-Instruct, нового "
"подхода к обучению LLM с помощью фрагментов кода с открытым исходным кодом."
-#: src/available_models_descriptions.py:80
-msgid "A strong, economical, and efficient Mixture-of-Experts language model."
-msgstr "Сильная, экономичная и эффективная языковая модель «Смесь экспертов»."
-
-#: src/available_models_descriptions.py:81
+#: src/available_models_descriptions.py:87
msgid ""
"A lightweight chat model allowing accurate, and responsive output without "
"requiring high-end hardware."
@@ -1340,7 +1680,7 @@ msgstr ""
"Облегченная модель чата, обеспечивающая точный и быстрый вывод без "
"необходимости использования высокопроизводительного оборудования."
-#: src/available_models_descriptions.py:82
+#: src/available_models_descriptions.py:88
msgid ""
"A high-performing code instruct model created by merging two existing code "
"models."
@@ -1348,11 +1688,7 @@ msgstr ""
"Высокопроизводительная модель инструкций кода, созданная путем объединения "
"двух существующих моделей кода."
-#: src/available_models_descriptions.py:83
-msgid "A new small LLaVA model fine-tuned from Phi 3 Mini."
-msgstr "Новая маленькая модель LLaVA, доработанная на основе Phi 3 Mini."
-
-#: src/available_models_descriptions.py:84
+#: src/available_models_descriptions.py:89
msgid ""
"MistralLite is a fine-tuned model based on Mistral with enhanced "
"capabilities of processing long contexts."
@@ -1360,7 +1696,7 @@ msgstr ""
"MistralLite — доработанная модель на базе Mistral с расширенными "
"возможностями обработки длинных контекстов."
-#: src/available_models_descriptions.py:85
+#: src/available_models_descriptions.py:90
msgid ""
"Wizard Vicuna is a 13B parameter model based on Llama 2 trained by "
"MelodysDreamj."
@@ -1368,21 +1704,13 @@ msgstr ""
"Wizard Vicuna — это модель с 13B параметрами, основанная на Llama 2, "
"обученная MelodysDreamj."
-#: src/available_models_descriptions.py:86
+#: src/available_models_descriptions.py:91
msgid "7B parameter text-to-SQL model made by MotherDuck and Numbers Station."
msgstr ""
"Модель преобразования текста в SQL с 7B параметрами, созданная MotherDuck и "
"Numbers Station."
-#: src/available_models_descriptions.py:87
-msgid ""
-"A language model created by combining two fine-tuned Llama 2 70B models into "
-"one."
-msgstr ""
-"Языковая модель, созданная путем объединения двух точно настроенных моделей "
-"Llama 2 70B в одну."
-
-#: src/available_models_descriptions.py:88
+#: src/available_models_descriptions.py:92
msgid ""
"MegaDolphin-2.2-120b is a transformation of Dolphin-2.2-70b created by "
"interleaving the model with itself."
@@ -1390,7 +1718,22 @@ msgstr ""
"MegaDolphin-2.2-120b — это трансформация Dolphin-2.2-70b, созданная путем "
"чередования модели самой с собой."
-#: src/available_models_descriptions.py:89
+#: src/available_models_descriptions.py:93
+msgid ""
+"A language model created by combining two fine-tuned Llama 2 70B models into "
+"one."
+msgstr ""
+"Языковая модель, созданная путем объединения двух точно настроенных моделей "
+"Llama 2 70B в одну."
+
+#: src/available_models_descriptions.py:94
+msgid ""
+"A top-performing mixture of experts model, fine-tuned with high-quality data."
+msgstr ""
+"Высокоэффективная модель экспертной модели, точно настроенная на основе "
+"высококачественных данных."
+
+#: src/available_models_descriptions.py:95
msgid ""
"Merge of the Open Orca OpenChat model and the Garage-bAInd Platypus 2 model. "
"Designed for chat and code generation."
@@ -1398,24 +1741,7 @@ msgstr ""
"Слияние модели Open Orca OpenChat и модели Garage-bAInd Platypus 2. "
"Предназначен для чата и генерации кода."
-#: src/available_models_descriptions.py:90
-msgid ""
-"A top-performing mixture of experts model, fine-tuned with high-quality data."
-msgstr ""
-"Высокоэффективная модель экспертной модели, точно настроенная на основе "
-"высококачественных данных."
-
-#: src/available_models_descriptions.py:91
-msgid "A 7B chat model fine-tuned with high-quality data and based on Zephyr."
-msgstr ""
-"Модель чата 7B, настроенная на основе высококачественных данных и основанная "
-"на Zephyr."
-
-#: src/available_models_descriptions.py:92
-msgid "DBRX is an open, general-purpose LLM created by Databricks."
-msgstr "DBRX — это открытая LLM общего назначения, созданная Databricks."
-
-#: src/available_models_descriptions.py:93
+#: src/available_models_descriptions.py:96
msgid ""
"Falcon2 is an 11B parameters causal decoder-only model built by TII and "
"trained over 5T tokens."
@@ -1423,7 +1749,23 @@ msgstr ""
"Falcon2 — это модель причинного декодера с 11B параметров, созданная TII и "
"обученная на токенах 5T."
-#: src/available_models_descriptions.py:94
+#: src/available_models_descriptions.py:97
+msgid "A 7B chat model fine-tuned with high-quality data and based on Zephyr."
+msgstr ""
+"Модель чата 7B, настроенная на основе высококачественных данных и основанная "
+"на Zephyr."
+
+#: src/available_models_descriptions.py:98
+msgid "DBRX is an open, general-purpose LLM created by Databricks."
+msgstr "DBRX — это открытая LLM общего назначения, созданная Databricks."
+
+#: src/available_models_descriptions.py:99
+msgid ""
+"InternLM2.5 is a 7B parameter model tailored for practical scenarios with "
+"outstanding reasoning capability."
+msgstr ""
+
+#: src/available_models_descriptions.py:100
msgid ""
"A robust conversational model designed to be used for both chat and instruct "
"use cases."
@@ -1431,6 +1773,30 @@ msgstr ""
"Надежная диалоговая модель, предназначенная для использования как в чате, "
"так и для инструкций."
+#: src/available_models_descriptions.py:101
+msgid ""
+"A series of models from Groq that represent a significant advancement in "
+"open-source AI capabilities for tool use/function calling."
+msgstr ""
+
+#: src/available_models_descriptions.py:102
+msgid ""
+"MathΣtral: a 7B model designed for math reasoning and scientific discovery "
+"by Mistral AI."
+msgstr ""
+
+#: src/available_models_descriptions.py:103
+msgid ""
+"An open weights function calling model based on Llama 3, competitive with "
+"GPT-4o function calling capabilities."
+msgstr ""
+
+#: src/available_models_descriptions.py:104
+msgid ""
+"A 3.8B model fine-tuned on a private high-quality synthetic dataset for "
+"information extraction, based on Phi-3."
+msgstr ""
+
#: src/dialogs.py:17
msgid "Chat cannot be cleared while receiving a message"
msgstr "Чат не может быть удален при получении сообщения"
@@ -1444,8 +1810,8 @@ msgid "Are you sure you want to clear the chat?"
msgstr "Вы уверены, что хотите очистить чат?"
#: src/dialogs.py:24 src/dialogs.py:45 src/dialogs.py:72 src/dialogs.py:99
-#: src/dialogs.py:121 src/dialogs.py:142 src/dialogs.py:164 src/dialogs.py:224
-#: src/dialogs.py:314 src/dialogs.py:352
+#: src/dialogs.py:121 src/dialogs.py:142 src/dialogs.py:164 src/dialogs.py:236
+#: src/dialogs.py:326 src/dialogs.py:364
msgid "Cancel"
msgstr "Отмена"
@@ -1517,51 +1883,51 @@ msgstr "Вы уверены, что хотите удалить вложение
msgid "Remove"
msgstr "Удалить"
-#: src/dialogs.py:190
+#: src/dialogs.py:202
msgid "Connection Error"
msgstr "Ошибка Соединения"
-#: src/dialogs.py:191
+#: src/dialogs.py:203
msgid "The remote instance has disconnected"
msgstr "Удаленный экземпляр отключился"
-#: src/dialogs.py:195
+#: src/dialogs.py:207
msgid "Close Alpaca"
msgstr "Закрыть Программу"
-#: src/dialogs.py:196
+#: src/dialogs.py:208
msgid "Use local instance"
msgstr "Использовать локальный экземпляр"
-#: src/dialogs.py:197
+#: src/dialogs.py:209
msgid "Connect"
msgstr "Подключить"
-#: src/dialogs.py:220
+#: src/dialogs.py:232
msgid "Select Model"
msgstr "Выбор модели"
-#: src/dialogs.py:221
+#: src/dialogs.py:233
msgid "This model will be used as the base for the new model"
msgstr "Эта модель будет использована в качестве базовой для новой модели"
-#: src/dialogs.py:225 src/dialogs.py:315 src/dialogs.py:353
+#: src/dialogs.py:237 src/dialogs.py:327 src/dialogs.py:365
msgid "Accept"
msgstr "Принять"
-#: src/dialogs.py:242
+#: src/dialogs.py:254
msgid "An error occurred while creating the model"
msgstr "При создании модели произошла ошибка"
-#: src/dialogs.py:300
+#: src/dialogs.py:312
msgid "This video does not have any transcriptions"
msgstr "В этом видео нет никаких расшифровок"
-#: src/dialogs.py:309
+#: src/dialogs.py:321
msgid "Attach YouTube Video?"
msgstr "Прикрепить видео с YouTube?"
-#: src/dialogs.py:310
+#: src/dialogs.py:322
msgid ""
"{}\n"
"\n"
@@ -1571,15 +1937,15 @@ msgstr ""
"\n"
"Пожалуйста, выберите расшифровку для включения"
-#: src/dialogs.py:343
+#: src/dialogs.py:355
msgid "An error occurred while extracting text from the website"
msgstr "При извлечении текста с веб-сайта произошла ошибка"
-#: src/dialogs.py:348
+#: src/dialogs.py:360
msgid "Attach Website? (Experimental)"
msgstr "Прикрепить веб-сайт? (Экспериментальный)"
-#: src/dialogs.py:349
+#: src/dialogs.py:361
msgid ""
"Are you sure you want to attach\n"
"'{}'?"
@@ -1587,6 +1953,26 @@ msgstr ""
"Вы уверены, что хотите прикрепить\n"
"\"{}\"?"
+#: src/dialogs.py:379
+msgid "Thank you!"
+msgstr ""
+
+#: src/dialogs.py:386 src/dialogs.py:393
+msgid "Support"
+msgstr ""
+
+#: src/dialogs.py:387
+msgid "Are you enjoying Alpaca? Consider sponsoring the project!"
+msgstr ""
+
+#: src/dialogs.py:390
+msgid "Don't show again"
+msgstr ""
+
+#: src/dialogs.py:392
+msgid "Later"
+msgstr ""
+
#: src/window.ui:54
msgid "Menu"
msgstr "Меню"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 00ccffb..8899904 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: 0.9.6.1\n"
+"Project-Id-Version: 1.0.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-07-21 18:18-0600\n"
+"POT-Creation-Date: 2024-08-01 14:36-0600\n"
"PO-Revision-Date: 2024-07-21 22:46+0200\n"
"Last-Translator: Yuehao Sui <8ar10der@amao.run>\n"
"Language-Team: Chinese (China)\n"
@@ -33,7 +33,7 @@ msgid "An Ollama client"
msgstr "一个 Ollama 的客户端"
#: data/com.jeffser.Alpaca.metainfo.xml.in:11
-#: data/com.jeffser.Alpaca.metainfo.xml.in:416
+#: data/com.jeffser.Alpaca.metainfo.xml.in:549
msgid "Features"
msgstr "特性"
@@ -42,12 +42,12 @@ msgid "Built in Ollama instance"
msgstr "在 Ollama 实例中构建"
#: data/com.jeffser.Alpaca.metainfo.xml.in:14
-#: data/com.jeffser.Alpaca.metainfo.xml.in:418
+#: data/com.jeffser.Alpaca.metainfo.xml.in:551
msgid "Talk to multiple models in the same conversation"
msgstr "在同一对话中与多个模型交谈"
#: data/com.jeffser.Alpaca.metainfo.xml.in:15
-#: data/com.jeffser.Alpaca.metainfo.xml.in:419
+#: data/com.jeffser.Alpaca.metainfo.xml.in:552
msgid "Pull and delete models from the app"
msgstr "在应用中拉取或删除模型"
@@ -67,11 +67,23 @@ msgstr "纯文本文档识别"
msgid "Import and export chats"
msgstr "导入导出聊天记录"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:21 src/window.ui:883
+#: data/com.jeffser.Alpaca.metainfo.xml.in:20
+msgid "Append YouTube transcripts to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:21
+msgid "Append text from a website to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:22
+msgid "PDF recognition"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:24 src/window.ui:883
msgid "Disclaimer"
msgstr "免责声明"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:22
+#: data/com.jeffser.Alpaca.metainfo.xml.in:25
msgid ""
"This project is not affiliated at all with Ollama, I'm not responsible for "
"any damages to your device or software caused by running code given by any "
@@ -80,575 +92,864 @@ msgstr ""
"本项目与 Ollama 没有任何关联,对于运行任何模型所提供的代码而对您的设备或软件"
"造成的任何损害,我概不负责。"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:25
+#: data/com.jeffser.Alpaca.metainfo.xml.in:28
msgid "Jeffry Samuel Eduarte Rojas"
msgstr "Jeffry Samuel Eduarte Rojas"
-#: data/com.jeffser.Alpaca.metainfo.xml.in:51
-msgid "A conversation showing code highlight"
-msgstr "显示代码高亮的对话"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:54
+msgid "A normal conversation with an AI Model"
+msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:55
-msgid "A conversation involving multiple models"
-msgstr "包含多种模型的对话"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:58
+msgid "A conversation involving image recognition"
+msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:59
-msgid "Managing models"
-msgstr "管理模型"
+#: data/com.jeffser.Alpaca.metainfo.xml.in:62
+msgid "A conversation showing code highlighting"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:66
+msgid "A conversation involving a YouTube video transcript"
+msgstr ""
#: data/com.jeffser.Alpaca.metainfo.xml.in:70
-#: data/com.jeffser.Alpaca.metainfo.xml.in:119
+msgid "Multiple models being downloaded"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:86
+#: data/com.jeffser.Alpaca.metainfo.xml.in:99
+#: data/com.jeffser.Alpaca.metainfo.xml.in:124
+msgid "New"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:88
+msgid "Added table rendering (Thanks Nokse)"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:90
+#: data/com.jeffser.Alpaca.metainfo.xml.in:106
+#: data/com.jeffser.Alpaca.metainfo.xml.in:118
+#: data/com.jeffser.Alpaca.metainfo.xml.in:134
+msgid "Fixes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:92
+msgid "Made support dialog more common"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:101
+msgid "Bearer Token entry on connection error dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:102
+msgid "Small appearance changes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:103
+msgid "Compatibility with code blocks without explicit language"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:104
+msgid "Rare, optional and dismissible support dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:108
+msgid "Date format for Simplified Chinese translation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:109
+msgid "Bug with unsupported localizations"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:110
+msgid "Min height being too large to be used on mobile"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:111
+msgid "Remote connection checker bug"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:120
+msgid "Models with capital letters on their tag don't work"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:121
+msgid "Ollama fails to launch on some systems"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:122
+msgid "YouTube transcripts are not being saved in the right TMP directory"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:126
+msgid "Debug messages are now shown on the 'About Alpaca' dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:127
+msgid "Updated Ollama to v0.3.0 (new models)"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:136
+msgid "Models with '-' in their names didn't work properly, this is now fixed"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:137
+msgid "Better connection check for Ollama"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:144
+msgid "Stable Release"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:145
+msgid ""
+"The new icon was made by Tobias Bernard over the Gnome Gitlab, thanks for "
+"the great icon!"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:146
+msgid "Features and fixes"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:148
+msgid "Updated Ollama instance to 0.2.8"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:149
+msgid "Better model selector"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:150
+msgid "Model manager redesign"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:151
+msgid "Better tag selector when pulling a model"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:152
+msgid "Model search"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:153
+msgid "Added support for bearer tokens on remote instances"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:154
+msgid "Preferences dialog redesign"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:155
+msgid "Added context menus to interact with a chat"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:156
+msgid "Redesigned primary and secondary menus"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:157
+msgid ""
+"YouTube integration: Paste the URL of a video with a transcript and it will "
+"be added to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:158
+msgid ""
+"Website integration (Experimental): Extract the text from the body of a "
+"website by adding it's URL to the prompt"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:159
+msgid "Chat title generation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:160
+msgid "Auto resizing of message entry"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:161
+msgid "Chat notifications"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:162
+msgid "Added indicator when an image is missing"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:163
+msgid "Auto rearrange the order of chats when a message is received"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:164
+msgid "Redesigned file preview dialog"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:165
+msgid "Credited new contributors"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:166
+msgid "Better stability and optimization"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:167
+msgid "Edit messages to change the context of a conversation"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:168
+msgid "Added disclaimers when pulling models"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:169
+msgid "Preview files before sending a message"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:170
+msgid "Better format for date and time on messages"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:171
+msgid "Error and debug logging on terminal"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:172
+msgid "Auto-hiding sidebar button"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:173
+msgid "Various UI tweaks"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:175
+msgid "New Models"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:177
+msgid "Gemma2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:178
+msgid "GLM4"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:179
+msgid "Codegeex4"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:180
+msgid "InternLM2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:181
+msgid "Llama3-groq-tool-use"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:182
+msgid "Mathstral"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:183
+msgid "Mistral-nemo"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:184
+msgid "Firefunction-v2"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:185
+msgid "Nuextract"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:187
+msgid "Translations"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:188
+msgid ""
+"These are all the available translations on 1.0.0, thanks to all the "
+"contributors!"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:190
+msgid "Russian: Alex K"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:191
+msgid "Spanish: Jeffser"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:192
+msgid "Brazilian Portuguese: Daimar Stein"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:193
+msgid "French: Louis Chauvet-Villaret"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:194
+msgid "Norwegian: CounterFlow64"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:195
+msgid "Bengali: Aritra Saha"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:196
+msgid "Simplified Chinese: Yuehao Sui"
+msgstr ""
+
+#: data/com.jeffser.Alpaca.metainfo.xml.in:203
+#: data/com.jeffser.Alpaca.metainfo.xml.in:252
msgid "Fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:71
+#: data/com.jeffser.Alpaca.metainfo.xml.in:204
msgid ""
"Removed DOCX compatibility temporally due to error with python-lxml "
"dependency"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:77
-#: data/com.jeffser.Alpaca.metainfo.xml.in:107
-#: data/com.jeffser.Alpaca.metainfo.xml.in:128
-#: data/com.jeffser.Alpaca.metainfo.xml.in:333
-#: data/com.jeffser.Alpaca.metainfo.xml.in:390
+#: data/com.jeffser.Alpaca.metainfo.xml.in:210
+#: data/com.jeffser.Alpaca.metainfo.xml.in:240
+#: data/com.jeffser.Alpaca.metainfo.xml.in:261
+#: data/com.jeffser.Alpaca.metainfo.xml.in:466
+#: data/com.jeffser.Alpaca.metainfo.xml.in:523
msgid "Big Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:79
+#: data/com.jeffser.Alpaca.metainfo.xml.in:212
msgid "Added compatibility for PDF"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:80
+#: data/com.jeffser.Alpaca.metainfo.xml.in:213
msgid "Added compatibility for DOCX"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:81
+#: data/com.jeffser.Alpaca.metainfo.xml.in:214
msgid "Merged 'file attachment' menu into one button"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:88
-#: data/com.jeffser.Alpaca.metainfo.xml.in:281
+#: data/com.jeffser.Alpaca.metainfo.xml.in:221
+#: data/com.jeffser.Alpaca.metainfo.xml.in:414
msgid "Quick Fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:89
+#: data/com.jeffser.Alpaca.metainfo.xml.in:222
msgid ""
"There were some errors when transitioning from the old version of chats to "
"the new version. I apologize if this caused any corruption in your chat "
"history. This should be the only time such a transition is needed."
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:95
-#: data/com.jeffser.Alpaca.metainfo.xml.in:247
+#: data/com.jeffser.Alpaca.metainfo.xml.in:228
+#: data/com.jeffser.Alpaca.metainfo.xml.in:380
msgid "Huge Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:97
+#: data/com.jeffser.Alpaca.metainfo.xml.in:230
msgid "Added: Support for plain text files"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:98
+#: data/com.jeffser.Alpaca.metainfo.xml.in:231
msgid "Added: New backend system for storing messages"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:99
+#: data/com.jeffser.Alpaca.metainfo.xml.in:232
msgid "Added: Support for changing Ollama's overrides"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:100
+#: data/com.jeffser.Alpaca.metainfo.xml.in:233
msgid "General Optimization"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:109
+#: data/com.jeffser.Alpaca.metainfo.xml.in:242
msgid "Added: Support for GGUF models (experimental)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:110
+#: data/com.jeffser.Alpaca.metainfo.xml.in:243
msgid "Added: Support for customization and creation of models"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:111
+#: data/com.jeffser.Alpaca.metainfo.xml.in:244
msgid "Fixed: Icons don't appear on non Gnome systems"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:112
+#: data/com.jeffser.Alpaca.metainfo.xml.in:245
msgid "Update Ollama to v0.1.39"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:121
+#: data/com.jeffser.Alpaca.metainfo.xml.in:254
msgid ""
"Fixed: app didn't open if models tweaks wasn't present in the config files"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:130
+#: data/com.jeffser.Alpaca.metainfo.xml.in:263
msgid "Changed multiple icons (paper airplane for the send button)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:131
+#: data/com.jeffser.Alpaca.metainfo.xml.in:264
msgid "Combined export / import chat buttons into a menu"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:132
+#: data/com.jeffser.Alpaca.metainfo.xml.in:265
msgid "Added 'model tweaks' (temperature, seed, keep_alive)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:133
+#: data/com.jeffser.Alpaca.metainfo.xml.in:266
msgid "Fixed send / stop button"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:134
+#: data/com.jeffser.Alpaca.metainfo.xml.in:267
msgid "Fixed app not checking if remote connection works when starting"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:141
+#: data/com.jeffser.Alpaca.metainfo.xml.in:274
msgid "Daily Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:143
+#: data/com.jeffser.Alpaca.metainfo.xml.in:276
msgid "Added text ellipsis to chat name so it doesn't change the button width"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:144
+#: data/com.jeffser.Alpaca.metainfo.xml.in:277
msgid "New shortcut for creating a chat (CTRL+N)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:145
+#: data/com.jeffser.Alpaca.metainfo.xml.in:278
msgid "New message entry design"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:146
+#: data/com.jeffser.Alpaca.metainfo.xml.in:279
msgid "Fixed: Can't rename the same chat multiple times"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:153
+#: data/com.jeffser.Alpaca.metainfo.xml.in:286
msgid "The fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:155
+#: data/com.jeffser.Alpaca.metainfo.xml.in:288
msgid ""
"Fixed: Ollama instance keeps running on the background even when it is "
"disabled"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:156
+#: data/com.jeffser.Alpaca.metainfo.xml.in:289
msgid "Fixed: Can't pull models on the integrated instance"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:163
+#: data/com.jeffser.Alpaca.metainfo.xml.in:296
msgid "Quick tweaks"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:165
+#: data/com.jeffser.Alpaca.metainfo.xml.in:298
msgid "Added progress bar to models that are being pulled"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:166
+#: data/com.jeffser.Alpaca.metainfo.xml.in:299
msgid "Added size to tags when pulling a model"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:167
+#: data/com.jeffser.Alpaca.metainfo.xml.in:300
msgid "General optimizations on the background"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:174
+#: data/com.jeffser.Alpaca.metainfo.xml.in:307
msgid "Quick fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:176
+#: data/com.jeffser.Alpaca.metainfo.xml.in:309
msgid "Fixed: Scroll when message is received"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:177
+#: data/com.jeffser.Alpaca.metainfo.xml.in:310
msgid "Fixed: Content doesn't change when creating a new chat"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:178
+#: data/com.jeffser.Alpaca.metainfo.xml.in:311
msgid "Added 'Featured Models' page on welcome dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:185
+#: data/com.jeffser.Alpaca.metainfo.xml.in:318
msgid "Nice Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:187
+#: data/com.jeffser.Alpaca.metainfo.xml.in:320
msgid "UI tweaks (Thanks Nokse22)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:188
+#: data/com.jeffser.Alpaca.metainfo.xml.in:321
msgid "General optimizations"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:189
+#: data/com.jeffser.Alpaca.metainfo.xml.in:322
msgid "Metadata fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:196
+#: data/com.jeffser.Alpaca.metainfo.xml.in:329
msgid "Quick fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:198
+#: data/com.jeffser.Alpaca.metainfo.xml.in:331
msgid "Updated Spanish translation"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:199
+#: data/com.jeffser.Alpaca.metainfo.xml.in:332
msgid "Added compatibility for PNG"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:206
+#: data/com.jeffser.Alpaca.metainfo.xml.in:339
msgid "New Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:208
+#: data/com.jeffser.Alpaca.metainfo.xml.in:341
msgid "Updated model list"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:209
+#: data/com.jeffser.Alpaca.metainfo.xml.in:342
msgid "Added image recognition to more models"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:210
+#: data/com.jeffser.Alpaca.metainfo.xml.in:343
msgid "Added Brazilian Portuguese translation (Thanks Daimaar Stein)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:211
+#: data/com.jeffser.Alpaca.metainfo.xml.in:344
msgid "Refined the general UI (Thanks Nokse22)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:212
+#: data/com.jeffser.Alpaca.metainfo.xml.in:345
msgid "Added 'delete message' feature"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:213
+#: data/com.jeffser.Alpaca.metainfo.xml.in:346
msgid ""
"Added metadata so that software distributors know that the app is compatible "
"with mobile"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:214
+#: data/com.jeffser.Alpaca.metainfo.xml.in:347
msgid ""
"Changed 'send' shortcut to just the return/enter key (to add a new line use "
"shift+return)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:221
+#: data/com.jeffser.Alpaca.metainfo.xml.in:354
msgid "Bug Fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:223
+#: data/com.jeffser.Alpaca.metainfo.xml.in:356
msgid "Fixed: Minor spelling mistake"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:224
+#: data/com.jeffser.Alpaca.metainfo.xml.in:357
msgid "Added 'mobile' as a supported form factor"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:225
+#: data/com.jeffser.Alpaca.metainfo.xml.in:358
msgid "Fixed: 'Connection Error' dialog not working properly"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:226
+#: data/com.jeffser.Alpaca.metainfo.xml.in:359
msgid "Fixed: App might freeze randomly on startup"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:227
+#: data/com.jeffser.Alpaca.metainfo.xml.in:360
msgid "Changed 'chats' label on sidebar for 'Alpaca'"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:234
+#: data/com.jeffser.Alpaca.metainfo.xml.in:367
msgid "Cool Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:236
+#: data/com.jeffser.Alpaca.metainfo.xml.in:369
msgid "Better design for chat window"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:237
+#: data/com.jeffser.Alpaca.metainfo.xml.in:370
msgid "Better design for chat sidebar"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:238
+#: data/com.jeffser.Alpaca.metainfo.xml.in:371
msgid "Fixed remote connections"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:239
+#: data/com.jeffser.Alpaca.metainfo.xml.in:372
msgid "Fixed Ollama restarting in loop"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:240
+#: data/com.jeffser.Alpaca.metainfo.xml.in:373
msgid "Other cool backend stuff"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:249
+#: data/com.jeffser.Alpaca.metainfo.xml.in:382
msgid "Added Ollama as part of Alpaca, Ollama will run in a sandbox"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:250
+#: data/com.jeffser.Alpaca.metainfo.xml.in:383
msgid "Added option to connect to remote instances (how it worked before)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:251
+#: data/com.jeffser.Alpaca.metainfo.xml.in:384
msgid "Added option to import and export chats"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:252
+#: data/com.jeffser.Alpaca.metainfo.xml.in:385
msgid "Added option to run Alpaca with Ollama in the background"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:253
+#: data/com.jeffser.Alpaca.metainfo.xml.in:386
msgid "Added preferences dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:254
+#: data/com.jeffser.Alpaca.metainfo.xml.in:387
msgid "Changed the welcome dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:256
-#: data/com.jeffser.Alpaca.metainfo.xml.in:273
-#: data/com.jeffser.Alpaca.metainfo.xml.in:285
-#: data/com.jeffser.Alpaca.metainfo.xml.in:304
-#: data/com.jeffser.Alpaca.metainfo.xml.in:325
-#: data/com.jeffser.Alpaca.metainfo.xml.in:341
-#: data/com.jeffser.Alpaca.metainfo.xml.in:357
-#: data/com.jeffser.Alpaca.metainfo.xml.in:371
-#: data/com.jeffser.Alpaca.metainfo.xml.in:381
-#: data/com.jeffser.Alpaca.metainfo.xml.in:399
-#: data/com.jeffser.Alpaca.metainfo.xml.in:421
+#: data/com.jeffser.Alpaca.metainfo.xml.in:389
+#: data/com.jeffser.Alpaca.metainfo.xml.in:406
+#: data/com.jeffser.Alpaca.metainfo.xml.in:418
+#: data/com.jeffser.Alpaca.metainfo.xml.in:437
+#: data/com.jeffser.Alpaca.metainfo.xml.in:458
+#: data/com.jeffser.Alpaca.metainfo.xml.in:474
+#: data/com.jeffser.Alpaca.metainfo.xml.in:490
+#: data/com.jeffser.Alpaca.metainfo.xml.in:504
+#: data/com.jeffser.Alpaca.metainfo.xml.in:514
+#: data/com.jeffser.Alpaca.metainfo.xml.in:532
+#: data/com.jeffser.Alpaca.metainfo.xml.in:554
msgid "Please report any errors to the issues page, thank you."
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:264
+#: data/com.jeffser.Alpaca.metainfo.xml.in:397
msgid "Yet Another Daily Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:266
+#: data/com.jeffser.Alpaca.metainfo.xml.in:399
msgid "Added better UI for 'Manage Models' dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:267
+#: data/com.jeffser.Alpaca.metainfo.xml.in:400
msgid "Added better UI for the chat sidebar"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:268
+#: data/com.jeffser.Alpaca.metainfo.xml.in:401
msgid ""
"Replaced model description with a button to open Ollama's website for the "
"model"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:269
+#: data/com.jeffser.Alpaca.metainfo.xml.in:402
msgid "Added myself to the credits as the spanish translator"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:270
+#: data/com.jeffser.Alpaca.metainfo.xml.in:403
msgid "Using XDG properly to get config folder"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:271
+#: data/com.jeffser.Alpaca.metainfo.xml.in:404
msgid "Update for translations"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:283
+#: data/com.jeffser.Alpaca.metainfo.xml.in:416
msgid "The last update had some mistakes in the description of the update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:293
+#: data/com.jeffser.Alpaca.metainfo.xml.in:426
msgid "Another Daily Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:295
+#: data/com.jeffser.Alpaca.metainfo.xml.in:428
msgid "Added full Spanish translation"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:296
+#: data/com.jeffser.Alpaca.metainfo.xml.in:429
msgid "Added support for background pulling of multiple models"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:297
+#: data/com.jeffser.Alpaca.metainfo.xml.in:430
msgid "Added interrupt button"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:298
+#: data/com.jeffser.Alpaca.metainfo.xml.in:431
msgid "Added basic shortcuts"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:299
+#: data/com.jeffser.Alpaca.metainfo.xml.in:432
msgid "Better translation support"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:300
+#: data/com.jeffser.Alpaca.metainfo.xml.in:433
msgid ""
"User can now leave chat name empty when creating a new one, it will add a "
"placeholder name"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:301
+#: data/com.jeffser.Alpaca.metainfo.xml.in:434
msgid "Better scalling for different window sizes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:302
+#: data/com.jeffser.Alpaca.metainfo.xml.in:435
msgid "Fixed: Can't close app if first time setup fails"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:312
+#: data/com.jeffser.Alpaca.metainfo.xml.in:445
msgid "Really Big Update"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:314
+#: data/com.jeffser.Alpaca.metainfo.xml.in:447
msgid "Added multiple chats support!"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:315
+#: data/com.jeffser.Alpaca.metainfo.xml.in:448
msgid "Added Pango Markup support (bold, list, title, subtitle, monospace)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:316
+#: data/com.jeffser.Alpaca.metainfo.xml.in:449
msgid "Added autoscroll if the user is at the bottom of the chat"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:317
+#: data/com.jeffser.Alpaca.metainfo.xml.in:450
msgid "Added support for multiple tags on a single model"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:318
+#: data/com.jeffser.Alpaca.metainfo.xml.in:451
msgid "Added better model management dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:319
+#: data/com.jeffser.Alpaca.metainfo.xml.in:452
msgid "Added loading spinner when sending message"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:320
+#: data/com.jeffser.Alpaca.metainfo.xml.in:453
msgid "Added notifications if app is not active and a model pull finishes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:321
+#: data/com.jeffser.Alpaca.metainfo.xml.in:454
msgid "Added new symbolic icon"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:322
+#: data/com.jeffser.Alpaca.metainfo.xml.in:455
msgid "Added frame to message textview widget"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:323
+#: data/com.jeffser.Alpaca.metainfo.xml.in:456
msgid "Fixed \"code blocks shouldn't be editable\""
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:335
+#: data/com.jeffser.Alpaca.metainfo.xml.in:468
msgid "Added code highlighting"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:336
+#: data/com.jeffser.Alpaca.metainfo.xml.in:469
msgid "Added image recognition (llava model)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:337
+#: data/com.jeffser.Alpaca.metainfo.xml.in:470
msgid "Added multiline prompt"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:338
+#: data/com.jeffser.Alpaca.metainfo.xml.in:471
msgid "Fixed some small bugs"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:339
+#: data/com.jeffser.Alpaca.metainfo.xml.in:472
msgid "General optimization"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:349
+#: data/com.jeffser.Alpaca.metainfo.xml.in:482
msgid "Fixes and features"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:351
+#: data/com.jeffser.Alpaca.metainfo.xml.in:484
msgid "Russian translation (thanks github/alexkdeveloper)"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:352
+#: data/com.jeffser.Alpaca.metainfo.xml.in:485
msgid "Fixed: Cannot close app on first setup"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:353
+#: data/com.jeffser.Alpaca.metainfo.xml.in:486
msgid "Fixed: Brand colors for Flathub"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:354
+#: data/com.jeffser.Alpaca.metainfo.xml.in:487
msgid "Fixed: App description"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:355
+#: data/com.jeffser.Alpaca.metainfo.xml.in:488
msgid "Fixed: Only show 'save changes dialog' when you actually change the url"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:365
+#: data/com.jeffser.Alpaca.metainfo.xml.in:498
msgid "0.2.2 Bug fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:367
+#: data/com.jeffser.Alpaca.metainfo.xml.in:500
msgid "Toast messages appearing behind dialogs"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:368
+#: data/com.jeffser.Alpaca.metainfo.xml.in:501
msgid "Local model list not updating when changing servers"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:369
+#: data/com.jeffser.Alpaca.metainfo.xml.in:502
msgid "Closing the setup dialog closes the whole app"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:379
+#: data/com.jeffser.Alpaca.metainfo.xml.in:512
msgid "0.2.1 Data saving fix"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:380
+#: data/com.jeffser.Alpaca.metainfo.xml.in:513
msgid ""
"The app didn't save the config files and chat history to the right "
"directory, this is now fixed"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:389
+#: data/com.jeffser.Alpaca.metainfo.xml.in:522
msgid "0.2.0"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:391
+#: data/com.jeffser.Alpaca.metainfo.xml.in:524
msgid "New Features"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:393
+#: data/com.jeffser.Alpaca.metainfo.xml.in:526
msgid "Restore chat after closing the app"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:394
+#: data/com.jeffser.Alpaca.metainfo.xml.in:527
msgid "A button to clear the chat"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:395
+#: data/com.jeffser.Alpaca.metainfo.xml.in:528
msgid "Fixed multiple bugs involving how messages are shown"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:396
+#: data/com.jeffser.Alpaca.metainfo.xml.in:529
msgid "Added welcome dialog"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:397
+#: data/com.jeffser.Alpaca.metainfo.xml.in:530
msgid "More stability"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:407
+#: data/com.jeffser.Alpaca.metainfo.xml.in:540
msgid "0.1.2 Quick fixes"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:408
+#: data/com.jeffser.Alpaca.metainfo.xml.in:541
msgid ""
"This release fixes some metadata needed to have a proper Flatpak application"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:414
+#: data/com.jeffser.Alpaca.metainfo.xml.in:547
msgid "0.1.1 Stable Release"
msgstr ""
-#: data/com.jeffser.Alpaca.metainfo.xml.in:415
+#: data/com.jeffser.Alpaca.metainfo.xml.in:548
msgid "This is the first public version of Alpaca"
msgstr ""
-#: src/window.py:62 src/window.py:1100 src/window.py:1166 src/dialogs.py:84
+#: src/window.py:61 src/window.py:1131 src/window.py:1197 src/dialogs.py:84
#: src/window.ui:43
msgid "New Chat"
msgstr "新对话"
@@ -669,119 +970,138 @@ msgstr "关闭"
msgid "Next"
msgstr "下一页"
-#: src/window.py:299 src/window.py:310
+#: src/window.py:302 src/window.py:313
msgid "Failed to connect to server"
msgstr "无法与服务器连接"
-#: src/window.py:317
+#: src/window.py:320
msgid "Pulling in the background..."
msgstr "正在后台拉取中……"
-#: src/window.py:369
+#: src/window.py:372
msgid "Stop Creating '{}'"
msgstr "停止创建 '{}'"
-#: src/window.py:406
+#: src/window.py:409
msgid "image"
msgstr "图像"
-#: src/window.py:478
+#: src/window.py:481
msgid "Message copied to the clipboard"
msgstr "消息已复制到剪切板"
-#: src/window.py:603
+#: src/window.py:607
msgid "Remove Message"
msgstr "移除消息"
-#: src/window.py:608 src/window.py:876
+#: src/window.py:612 src/window.py:904
msgid "Copy Message"
msgstr "复制消息"
-#: src/window.py:613
+#: src/window.py:617
msgid "Edit Message"
msgstr "编辑消息"
-#: src/window.py:666
+#: src/window.py:670
msgid "Missing Image"
msgstr "无图像"
-#: src/window.py:682 src/window.py:684
+#: src/window.py:686 src/window.py:688
msgid "Missing image"
msgstr "无图像"
-#: src/window.py:764
+#: src/window.py:768
msgid "Remove '{} ({})'"
msgstr "移除 '{} ({})'"
-#: src/window.py:904
+#: src/window.py:903
+msgid "Code Block"
+msgstr ""
+
+#: src/window.py:935
msgid "Code copied to the clipboard"
msgstr "代码已复制到剪切板"
-#: src/window.py:985
+#: src/window.py:1016
msgid "Task Complete"
msgstr "任务完成"
-#: src/window.py:985 src/window.py:986
+#: src/window.py:1016 src/window.py:1017
msgid "Model '{}' pulled successfully."
msgstr "成功拉取模型 '{}'"
-#: src/window.py:990
+#: src/window.py:1021
msgid "Pull Model Error"
msgstr "拉取模型遇到错误"
-#: src/window.py:990
+#: src/window.py:1021
msgid "Failed to pull model '{}' due to network error."
msgstr "由于网络错误,拉取模型 '{}' 失败"
-#: src/window.py:1022
+#: src/window.py:1053
msgid "Stop Pulling '{} ({})'"
msgstr "停止拉取模型 '{} ({})'"
-#: src/window.py:1065
+#: src/window.py:1096
msgid "Image Recognition"
msgstr "图像识别"
-#: src/window.py:1182
+#: src/window.py:1213
msgid "Model deleted successfully"
msgstr "模型删除成功"
-#: src/window.py:1260
+#: src/window.py:1292
msgid "There was an error with the local Ollama instance, so it has been reset"
msgstr "本地 Ollama 实例出错,已重置"
-#: src/window.py:1280
+#: src/window.py:1312
msgid "Chat exported successfully"
msgstr "聊天记录已成功导出"
-#: src/window.py:1349
+#: src/window.py:1381
msgid "Chat imported successfully"
msgstr "聊天记录已成功导入"
-#: src/window.py:1382
+#: src/window.py:1414
msgid "Cannot open image"
msgstr "无法打开图片"
-#: src/window.py:1464
+#: src/window.py:1496
msgid "This video is not available"
msgstr "视频不可用"
-#: src/window.py:1482 src/dialogs.py:264
+#: src/window.py:1514 src/dialogs.py:276
msgid "Image recognition is only available on specific models"
msgstr "图像识别功能仅适用于特定模型"
#: src/available_models_descriptions.py:2
+msgid ""
+"Llama 3.1 is a new state-of-the-art model from Meta available in 8B, 70B and "
+"405B parameter sizes."
+msgstr ""
+
+#: src/available_models_descriptions.py:3
msgid "Google Gemma 2 is now available in 2 sizes, 9B and 27B."
msgstr "Google Gemma 2 现在有两种大小:9B 和 27B。"
-#: src/available_models_descriptions.py:3
-msgid "Meta Llama 3: The most capable openly available LLM to date"
-msgstr "Meta Llama 3:迄今能力最强的开放式 LLM"
-
#: src/available_models_descriptions.py:4
+msgid ""
+"A state-of-the-art 12B model with 128k context length, built by Mistral AI "
+"in collaboration with NVIDIA."
+msgstr ""
+
+#: src/available_models_descriptions.py:5
+msgid ""
+"Mistral Large 2 is Mistral's new flagship model that is significantly more "
+"capable in code generation, mathematics, and reasoning with 128k context "
+"window and support for dozens of languages."
+msgstr ""
+
+#: src/available_models_descriptions.py:6
msgid "Qwen2 is a new series of large language models from Alibaba group"
msgstr "Qwen2 是阿里巴巴推出的新的大语言模型系列"
-#: src/available_models_descriptions.py:5
+#: src/available_models_descriptions.py:7
msgid ""
"An open-source Mixture-of-Experts code language model that achieves "
"performance comparable to GPT4-Turbo in code-specific tasks."
@@ -789,24 +1109,18 @@ msgstr ""
"开源的 Mixture-of-Experts 代码语言模型在特定代码任务中的性能可与 GPT4-Turbo "
"相媲美。"
-#: src/available_models_descriptions.py:6
+#: src/available_models_descriptions.py:8
msgid ""
"Phi-3 is a family of lightweight 3B (Mini) and 14B (Medium) state-of-the-art "
"open models by Microsoft."
msgstr ""
"Phi-3 是微软公司推出的一系列轻型 3B(迷你)和 14B(中型)先进开源模型。"
-#: src/available_models_descriptions.py:7
-msgid ""
-"Aya 23, released by Cohere, is a new family of state-of-the-art, "
-"multilingual models that support 23 languages."
-msgstr "由 Cohere 发布的 Aya 23 是最先进的多语言模型新系列,支持 23 种语言。"
-
-#: src/available_models_descriptions.py:8
+#: src/available_models_descriptions.py:9
msgid "The 7B model released by Mistral AI, updated to version 0.3."
msgstr "Mistral AI 发布的 7B 模型,已更新至 0.3 版。"
-#: src/available_models_descriptions.py:9
+#: src/available_models_descriptions.py:10
msgid ""
"A set of Mixture of Experts (MoE) model with open weights by Mistral AI in "
"8x7b and 8x22b parameter sizes."
@@ -814,7 +1128,7 @@ msgstr ""
"Mistral AI 在 8x7b 和 8x22b 两种参数大小下建立的一套权重开放的专家混合模型"
"(MoE)。"
-#: src/available_models_descriptions.py:10
+#: src/available_models_descriptions.py:11
msgid ""
"CodeGemma is a collection of powerful, lightweight models that can perform a "
"variety of coding tasks like fill-in-the-middle code completion, code "
@@ -824,20 +1138,20 @@ msgstr ""
"CodeGemma 是一系列功能强大的轻量级模型,可执行各种代码任务,如中间代码补全、"
"代码生成、自然语言理解、数学推理和指令跟踪。"
-#: src/available_models_descriptions.py:11
+#: src/available_models_descriptions.py:12
msgid ""
"Command R is a Large Language Model optimized for conversational interaction "
"and long context tasks."
msgstr "Command R 是一种大语言模型,针对对话交互和长语境任务进行了优化。"
-#: src/available_models_descriptions.py:12
+#: src/available_models_descriptions.py:13
msgid ""
"Command R+ is a powerful, scalable large language model purpose-built to "
"excel at real-world enterprise use cases."
msgstr ""
"Command R+ 是一款功能强大、可扩展的大型语言模型,专为实际企业用例而设计。"
-#: src/available_models_descriptions.py:13
+#: src/available_models_descriptions.py:14
msgid ""
"🌋 LLaVA is a novel end-to-end trained large multimodal model that combines "
"a vision encoder and Vicuna for general-purpose visual and language "
@@ -846,31 +1160,35 @@ msgstr ""
"🌋 LLaVA 是一种新颖的端到端训练型大型多模态模型,它将视觉编码器和 Vicuna 结合"
"在一起,用于通用视觉和语言理解。已更新至 1.6 版。"
-#: src/available_models_descriptions.py:14
+#: src/available_models_descriptions.py:15
+msgid "Meta Llama 3: The most capable openly available LLM to date"
+msgstr "Meta Llama 3:迄今能力最强的开放式 LLM"
+
+#: src/available_models_descriptions.py:16
msgid ""
"Gemma is a family of lightweight, state-of-the-art open models built by "
"Google DeepMind. Updated to version 1.1"
msgstr "Gemma 是由 Google DeepMind 构建的轻量级先进开放模型系列。更新至 1.1 版"
-#: src/available_models_descriptions.py:15
+#: src/available_models_descriptions.py:17
msgid ""
"Qwen 1.5 is a series of large language models by Alibaba Cloud spanning from "
"0.5B to 110B parameters"
msgstr "Qwen 1.5 是阿里云推出的一系列大型语言模型,参数从 0.5B 到 110B 不等。"
-#: src/available_models_descriptions.py:16
+#: src/available_models_descriptions.py:18
msgid ""
"Llama 2 is a collection of foundation language models ranging from 7B to 70B "
"parameters."
msgstr "Llama 2 是一组基础语言模型,参数从 7B 到 70B 不等。"
-#: src/available_models_descriptions.py:17
+#: src/available_models_descriptions.py:19
msgid ""
"A large language model that can use text prompts to generate and discuss "
"code."
msgstr "大型语言模型,可使用文本提示生成和讨论代码。"
-#: src/available_models_descriptions.py:18
+#: src/available_models_descriptions.py:20
msgid ""
"Uncensored, 8x7b and 8x22b fine-tuned models based on the Mixtral mixture of "
"experts models that excels at coding tasks. Created by Eric Hartford."
@@ -878,52 +1196,40 @@ msgstr ""
"基于 Mixtral 混合专家模型的无审查、8x7b 和 8x22b 的微调模型,擅长编码任务。"
"由 Eric Hartford 创建。"
-#: src/available_models_descriptions.py:19
-msgid "Uncensored Llama 2 model by George Sung and Jarrad Hope."
-msgstr "George Sung 和 Jarrad Hope 制作的无审查的 Llama 2 模型"
-
-#: src/available_models_descriptions.py:20
-msgid ""
-"DeepSeek Coder is a capable coding model trained on two trillion code and "
-"natural language tokens."
-msgstr ""
-"DeepSeek Coder 是一个基于两万亿个代码和自然语言标记训练而成的代码模型。"
-
#: src/available_models_descriptions.py:21
msgid ""
"A high-performing open embedding model with a large token context window."
msgstr "具有大型标记上下文窗口的高性能开放式嵌入模型。"
#: src/available_models_descriptions.py:22
+msgid "Uncensored Llama 2 model by George Sung and Jarrad Hope."
+msgstr "George Sung 和 Jarrad Hope 制作的无审查的 Llama 2 模型"
+
+#: src/available_models_descriptions.py:23
msgid ""
"Phi-2: a 2.7B language model by Microsoft Research that demonstrates "
"outstanding reasoning and language understanding capabilities."
msgstr "Phi-2:微软研究院开发的 27 亿语言模型,具有出色的推理和语言理解能力。"
-#: src/available_models_descriptions.py:23
+#: src/available_models_descriptions.py:24
+msgid ""
+"DeepSeek Coder is a capable coding model trained on two trillion code and "
+"natural language tokens."
+msgstr ""
+"DeepSeek Coder 是一个基于两万亿个代码和自然语言标记训练而成的代码模型。"
+
+#: src/available_models_descriptions.py:25
msgid ""
"The uncensored Dolphin model based on Mistral that excels at coding tasks. "
"Updated to version 2.8."
msgstr "基于 Mistral 的审查 Dolphin 模型,擅长代码任务。已更新至 2.8 版。"
-#: src/available_models_descriptions.py:24
-msgid ""
-"Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the "
-"Mistral 7B model using the OpenOrca dataset."
-msgstr ""
-"Mistral OpenOrca 是一个 70 亿参数模型,利用 OpenOrca 数据集在 Mistral 7B 模型"
-"的基础上进行了微调。"
-
-#: src/available_models_descriptions.py:25
+#: src/available_models_descriptions.py:26
msgid ""
"A general-purpose model ranging from 3 billion parameters to 70 billion, "
"suitable for entry-level hardware."
msgstr "通用模型,参数范围从 30 亿到 700 亿,适合入门级硬件。"
-#: src/available_models_descriptions.py:26
-msgid "State-of-the-art large embedding model from mixedbread.ai"
-msgstr "来自 mixedbread.ai 的最先进的大型嵌入模型"
-
#: src/available_models_descriptions.py:27
msgid ""
"Dolphin 2.9 is a new model with 8B and 70B sizes by Eric Hartford based on "
@@ -933,22 +1239,23 @@ msgstr ""
"小,具有各种教学、会话和代码技能。"
#: src/available_models_descriptions.py:28
+msgid "State-of-the-art large embedding model from mixedbread.ai"
+msgstr "来自 mixedbread.ai 的最先进的大型嵌入模型"
+
+#: src/available_models_descriptions.py:29
msgid ""
"StarCoder2 is the next generation of transparently trained open code LLMs "
"that comes in three sizes: 3B, 7B and 15B parameters."
msgstr ""
"StarCoder2 是新一代透明训练的开放代码 LLM,有三种大小: 3B、7B 和 15B 参数。"
-#: src/available_models_descriptions.py:29
-msgid "Llama 2 based model fine tuned to improve Chinese dialogue ability."
-msgstr "基于 Llama 2 的模型进行了微调,以提高中文对话能力。"
-
#: src/available_models_descriptions.py:30
msgid ""
-"Zephyr is a series of fine-tuned versions of the Mistral and Mixtral models "
-"that are trained to act as helpful assistants."
+"Mistral OpenOrca is a 7 billion parameter model, fine-tuned on top of the "
+"Mistral 7B model using the OpenOrca dataset."
msgstr ""
-"Zephyr 是一系列经过微调的 Mistral 和 Mixtral 模型,经过训练后可充当得力助手。"
+"Mistral OpenOrca 是一个 70 亿参数模型,利用 OpenOrca 数据集在 Mistral 7B 模型"
+"的基础上进行了微调。"
#: src/available_models_descriptions.py:31
msgid "Yi 1.5 is a high-performing, bilingual language model."
@@ -956,25 +1263,34 @@ msgstr "Yi 1.5 是一个高性能的双语语言模型。"
#: src/available_models_descriptions.py:32
msgid ""
-"The powerful family of models by Nous Research that excels at scientific "
-"discussion and coding tasks."
-msgstr "Nous Research 强大的模型系列,擅长科学讨论和编码任务。"
+"Zephyr is a series of fine-tuned versions of the Mistral and Mixtral models "
+"that are trained to act as helpful assistants."
+msgstr ""
+"Zephyr 是一系列经过微调的 Mistral 和 Mixtral 模型,经过训练后可充当得力助手。"
#: src/available_models_descriptions.py:33
+msgid "Llama 2 based model fine tuned to improve Chinese dialogue ability."
+msgstr "基于 Llama 2 的模型进行了微调,以提高中文对话能力。"
+
+#: src/available_models_descriptions.py:34
+msgid ""
+"A LLaVA model fine-tuned from Llama 3 Instruct with better scores in several "
+"benchmarks."
+msgstr "根据 Llama 3 进行微调的 LLaVA 模型在多个基准测试中取得了更好的成绩。"
+
+#: src/available_models_descriptions.py:35
msgid ""
"General use chat model based on Llama and Llama 2 with 2K to 16K context "
"sizes."
msgstr "基于 Llama 和 Llama 2 的通用聊天模型,上下文大小为 2K 至 16K。"
-#: src/available_models_descriptions.py:34
+#: src/available_models_descriptions.py:36
msgid ""
-"Wizard Vicuna Uncensored is a 7B, 13B, and 30B parameter model based on "
-"Llama 2 uncensored by Eric Hartford."
-msgstr ""
-"Wizard Vicuna Uncensored 是一个 7B、13B 和 30B 参数模型,基于 Eric Hartford "
-"的 Llama 2 Uncensored。"
+"The powerful family of models by Nous Research that excels at scientific "
+"discussion and coding tasks."
+msgstr "Nous Research 强大的模型系列,擅长科学讨论和编码任务。"
-#: src/available_models_descriptions.py:35
+#: src/available_models_descriptions.py:37
msgid ""
"The TinyLlama project is an open endeavor to train a compact 1.1B Llama "
"model on 3 trillion tokens."
@@ -982,7 +1298,26 @@ msgstr ""
"TinyLlama 项目是一个开源的项目,旨在用 3 万亿标记训练一个 1.1B 的紧凑型 "
"Llama 模型。"
-#: src/available_models_descriptions.py:36
+#: src/available_models_descriptions.py:38
+msgid ""
+"Wizard Vicuna Uncensored is a 7B, 13B, and 30B parameter model based on "
+"Llama 2 uncensored by Eric Hartford."
+msgstr ""
+"Wizard Vicuna Uncensored 是一个 7B、13B 和 30B 参数模型,基于 Eric Hartford "
+"的 Llama 2 Uncensored。"
+
+#: src/available_models_descriptions.py:39
+msgid ""
+"Codestral is Mistral AI’s first-ever code model designed for code generation "
+"tasks."
+msgstr "Codestral 是 Mistral AI 首次为代码生成任务设计的代码模型。"
+
+#: src/available_models_descriptions.py:40
+msgid ""
+"StarCoder is a code generation model trained on 80+ programming languages."
+msgstr "StarCoder 是一个经过 80 多种编程语言训练的代码生成模型。"
+
+#: src/available_models_descriptions.py:41
msgid ""
"State of the art large language model from Microsoft AI with improved "
"performance on complex chat, multilingual, reasoning and agent use cases."
@@ -990,18 +1325,7 @@ msgstr ""
"来自 Microsoft AI 的最先进的大型语言模型,在复杂的聊天、多语言、推理和代理用"
"例中性能更佳。"
-#: src/available_models_descriptions.py:37
-msgid ""
-"StarCoder is a code generation model trained on 80+ programming languages."
-msgstr "StarCoder 是一个经过 80 多种编程语言训练的代码生成模型。"
-
-#: src/available_models_descriptions.py:38
-msgid ""
-"Codestral is Mistral AI’s first-ever code model designed for code generation "
-"tasks."
-msgstr "Codestral 是 Mistral AI 首次为代码生成任务设计的代码模型。"
-
-#: src/available_models_descriptions.py:39
+#: src/available_models_descriptions.py:42
msgid ""
"A family of open-source models trained on a wide variety of data, surpassing "
"ChatGPT on various benchmarks. Updated to version 3.5-0106."
@@ -1009,7 +1333,13 @@ msgstr ""
"在各种数据上训练有素的开源模型系列,在各种基准测试中超越了 ChatGPT。已更新至 "
"3.5-0106 版。"
-#: src/available_models_descriptions.py:40
+#: src/available_models_descriptions.py:43
+msgid ""
+"Aya 23, released by Cohere, is a new family of state-of-the-art, "
+"multilingual models that support 23 languages."
+msgstr "由 Cohere 发布的 Aya 23 是最先进的多语言模型新系列,支持 23 种语言。"
+
+#: src/available_models_descriptions.py:44
msgid ""
"An experimental 1.1B parameter model trained on the new Dolphin 2.8 dataset "
"by Eric Hartford and based on TinyLlama."
@@ -1017,18 +1347,18 @@ msgstr ""
"Eric Hartford 基于 TinyLlama 在新的 Dolphin 2.8 数据集上训练的 1.1B 参数实验"
"模型。"
-#: src/available_models_descriptions.py:41
+#: src/available_models_descriptions.py:45
msgid ""
"OpenHermes 2.5 is a 7B model fine-tuned by Teknium on Mistral with fully "
"open datasets."
msgstr ""
"OpenHermes 2.5 是 Teknium 在 Mistral 上使用完全开放的数据集微调的 7B 模型。"
-#: src/available_models_descriptions.py:42
+#: src/available_models_descriptions.py:46
msgid "State-of-the-art code generation model"
msgstr "最先进的代码生成模型"
-#: src/available_models_descriptions.py:43
+#: src/available_models_descriptions.py:47
msgid ""
"Stable Code 3B is a coding model with instruct and code completion variants "
"on par with models such as Code Llama 7B that are 2.5x larger."
@@ -1036,27 +1366,23 @@ msgstr ""
"Stable Code 3B 是一种代码模型,其指令和代码完成变体可与 Code Llama 7B 等模型"
"相媲美,而后者的规模要大 2.5 倍。"
-#: src/available_models_descriptions.py:44
-msgid ""
-"A fine-tuned model based on Mistral with good coverage of domain and "
-"language."
-msgstr "基于 Mistral 的微调模型对领域和语言都有很好的覆盖。"
-
-#: src/available_models_descriptions.py:45
-msgid "Model focused on math and logic problems"
-msgstr "侧重于数学和逻辑问题的模型"
-
-#: src/available_models_descriptions.py:46
+#: src/available_models_descriptions.py:48
msgid ""
"CodeQwen1.5 is a large language model pretrained on a large amount of code "
"data."
msgstr "CodeQwen1.5 是一个基于大量代码数据预训练的大型语言模型。"
-#: src/available_models_descriptions.py:47
-msgid "Code generation model based on Code Llama."
-msgstr "基于 Code Llama 的代码生成模型。"
+#: src/available_models_descriptions.py:49
+msgid "Model focused on math and logic problems"
+msgstr "侧重于数学和逻辑问题的模型"
-#: src/available_models_descriptions.py:48
+#: src/available_models_descriptions.py:50
+msgid ""
+"A fine-tuned model based on Mistral with good coverage of domain and "
+"language."
+msgstr "基于 Mistral 的微调模型对领域和语言都有很好的覆盖。"
+
+#: src/available_models_descriptions.py:51
msgid ""
"Stable LM 2 is a state-of-the-art 1.6B and 12B parameter language model "
"trained on multilingual data in English, Spanish, German, Italian, French, "
@@ -1065,21 +1391,40 @@ msgstr ""
"Stable LM 2 是最先进的 1.6B 和 12B 参数语言模型,使用英语、西班牙语、德语、意"
"大利语、法语、葡萄牙语和荷兰语的多语言数据进行训练。"
-#: src/available_models_descriptions.py:49
+#: src/available_models_descriptions.py:52
+msgid "A family of open foundation models by IBM for Code Intelligence"
+msgstr "IBM 代码智能开放式基础模型系列"
+
+#: src/available_models_descriptions.py:53
+msgid "Embedding models on very large sentence level datasets."
+msgstr "在超大型语句级数据集上嵌入模型。"
+
+#: src/available_models_descriptions.py:54
+msgid "Code generation model based on Code Llama."
+msgstr "基于 Code Llama 的代码生成模型。"
+
+#: src/available_models_descriptions.py:55
msgid ""
"A 7B and 15B uncensored variant of the Dolphin model family that excels at "
"coding, based on StarCoder2."
msgstr "基于 StarCoder2 的 Dolphin 模型系列的 7B 和 15B 无删节变体,擅长编码。"
-#: src/available_models_descriptions.py:50
-msgid "Embedding models on very large sentence level datasets."
-msgstr "在超大型语句级数据集上嵌入模型。"
-
-#: src/available_models_descriptions.py:51
+#: src/available_models_descriptions.py:56
msgid "General use models based on Llama and Llama 2 from Nous Research."
msgstr "基于 Llama 和 Llama 2 的 Nous Research 公司的通用模型。"
-#: src/available_models_descriptions.py:52
+#: src/available_models_descriptions.py:57
+msgid ""
+"SQLCoder is a code completion model fined-tuned on StarCoder for SQL "
+"generation tasks"
+msgstr "SQLCoder 是在 StarCoder 基础上微调的代码完成模型,用于 SQL 生成任务"
+
+#: src/available_models_descriptions.py:58
+msgid ""
+"This model extends LLama-3 8B's context length from 8k to over 1m tokens."
+msgstr "该模型将 LLama-3 8B 的上下文长度从 8k 扩展到超过 1m 的标记。"
+
+#: src/available_models_descriptions.py:59
msgid ""
"Starling is a large language model trained by reinforcement learning from AI "
"feedback focused on improving chatbot helpfulness."
@@ -1087,13 +1432,28 @@ msgstr ""
"Starling 是一个通过人工智能反馈强化学习训练出来的大型语言模型,专注于提高聊天"
"机器人的帮助性。"
-#: src/available_models_descriptions.py:53
-msgid ""
-"SQLCoder is a code completion model fined-tuned on StarCoder for SQL "
-"generation tasks"
-msgstr "SQLCoder 是在 StarCoder 基础上微调的代码完成模型,用于 SQL 生成任务"
+#: src/available_models_descriptions.py:60
+msgid "An extension of Llama 2 that supports a context of up to 128k tokens."
+msgstr "Llama 2 的扩展,支持多达 128k 标记的上下文。"
-#: src/available_models_descriptions.py:54
+#: src/available_models_descriptions.py:61
+msgid ""
+"Conversational model based on Llama 2 that performs competitively on various "
+"benchmarks."
+msgstr "对话模型基于 Llama 2,在各种基准测试中表现优异。"
+
+#: src/available_models_descriptions.py:62
+msgid "An advanced language model crafted with 2 trillion bilingual tokens."
+msgstr "先进的语言模型包含 2 万亿个双语词库。"
+
+#: src/available_models_descriptions.py:63
+msgid ""
+"A model from NVIDIA based on Llama 3 that excels at conversational question "
+"answering (QA) and retrieval-augmented generation (RAG)."
+msgstr ""
+"英伟达基于 Llama 3 的模型,擅长对话式问题解答(QA)和检索增强生成(RAG)。"
+
+#: src/available_models_descriptions.py:64
msgid ""
"Orca 2 is built by Microsoft research, and are a fine-tuned version of "
"Meta's Llama 2 models. The model is designed to excel particularly in "
@@ -1102,60 +1462,30 @@ msgstr ""
"Orca 2 由微软研究部门开发,是 Meta 的 Llama 2 模型的微调版。该模型在设计上尤"
"其擅长推理。"
-#: src/available_models_descriptions.py:55
-msgid ""
-"This model extends LLama-3 8B's context length from 8k to over 1m tokens."
-msgstr "该模型将 LLama-3 8B 的上下文长度从 8k 扩展到超过 1m 的标记。"
+#: src/available_models_descriptions.py:65
+msgid "General use model based on Llama 2."
+msgstr "基于 Llama 2 的通用模型。"
-#: src/available_models_descriptions.py:56
-msgid "An advanced language model crafted with 2 trillion bilingual tokens."
-msgstr "先进的语言模型包含 2 万亿个双语词库。"
-
-#: src/available_models_descriptions.py:57
-msgid "An extension of Llama 2 that supports a context of up to 128k tokens."
-msgstr "Llama 2 的扩展,支持多达 128k 标记的上下文。"
-
-#: src/available_models_descriptions.py:58
-msgid ""
-"A model from NVIDIA based on Llama 3 that excels at conversational question "
-"answering (QA) and retrieval-augmented generation (RAG)."
-msgstr ""
-"英伟达基于 Llama 3 的模型,擅长对话式问题解答(QA)和检索增强生成(RAG)。"
-
-#: src/available_models_descriptions.py:59
+#: src/available_models_descriptions.py:66
msgid ""
"A compact, yet powerful 10.7B large language model designed for single-turn "
"conversation."
msgstr "结构紧凑、功能强大的 10.7B 大语言机型,专为单匝通话而设计。"
-#: src/available_models_descriptions.py:60
+#: src/available_models_descriptions.py:67
msgid ""
-"Conversational model based on Llama 2 that performs competitively on various "
-"benchmarks."
-msgstr "对话模型基于 Llama 2,在各种基准测试中表现优异。"
+"A companion assistant trained in philosophy, psychology, and personal "
+"relationships. Based on Mistral."
+msgstr "一名接受过哲学、心理学和人际关系培训的同伴助理。基于 Mistral。"
-#: src/available_models_descriptions.py:61
-msgid "A family of open foundation models by IBM for Code Intelligence"
-msgstr "IBM 代码智能开放式基础模型系列"
-
-#: src/available_models_descriptions.py:62
+#: src/available_models_descriptions.py:68
msgid ""
"2.7B uncensored Dolphin model by Eric Hartford, based on the Phi language "
"model by Microsoft Research."
msgstr ""
"Eric Hartford 根据微软研究院的 Phi 语言模型制作的 2.7B 无审查 Dolphin 模型。"
-#: src/available_models_descriptions.py:63
-msgid "General use model based on Llama 2."
-msgstr "基于 Llama 2 的通用模型。"
-
-#: src/available_models_descriptions.py:64
-msgid ""
-"A companion assistant trained in philosophy, psychology, and personal "
-"relationships. Based on Mistral."
-msgstr "一名接受过哲学、心理学和人际关系培训的同伴助理。基于 Mistral。"
-
-#: src/available_models_descriptions.py:65
+#: src/available_models_descriptions.py:69
msgid ""
"Llama 2 based model fine tuned on an Orca-style dataset. Originally called "
"Free Willy."
@@ -1163,42 +1493,42 @@ msgstr ""
"基于 Llama 2,在 Orca-style 数据集上进行了微调的基础模型。最初名为“Free "
"Willy”。"
-#: src/available_models_descriptions.py:66
+#: src/available_models_descriptions.py:70
+msgid ""
+"moondream2 is a small vision language model designed to run efficiently on "
+"edge devices."
+msgstr "moondream2 是一个小型视觉语言模型,设计用于在边缘设备上高效运行。"
+
+#: src/available_models_descriptions.py:71
msgid ""
"BakLLaVA is a multimodal model consisting of the Mistral 7B base model "
"augmented with the LLaVA architecture."
msgstr "BakLLaVA 是一个多模式模型,由 Mistral 7B 基本模型和 LLaVA 架构组成。"
-#: src/available_models_descriptions.py:67
-msgid ""
-"A LLaVA model fine-tuned from Llama 3 Instruct with better scores in several "
-"benchmarks."
-msgstr "根据 Llama 3 进行微调的 LLaVA 模型在多个基准测试中取得了更好的成绩。"
-
-#: src/available_models_descriptions.py:68
+#: src/available_models_descriptions.py:72
msgid "Uncensored version of Wizard LM model"
msgstr "未审查版 Wizard 大语言模型"
-#: src/available_models_descriptions.py:69
+#: src/available_models_descriptions.py:73
+msgid ""
+"A suite of text embedding models by Snowflake, optimized for performance."
+msgstr "一套由 Snowflake 提供的文本嵌入模型,并对性能进行了优化。"
+
+#: src/available_models_descriptions.py:74
+msgid "A strong, economical, and efficient Mixture-of-Experts language model."
+msgstr "强大、经济、高效的专家混合语言模型。"
+
+#: src/available_models_descriptions.py:75
msgid ""
"Fine-tuned Llama 2 model to answer medical questions based on an open source "
"medical dataset."
msgstr "微调 Llama 2 模型,根据开源医疗数据集回答医疗问题。"
-#: src/available_models_descriptions.py:70
-msgid "The Nous Hermes 2 model from Nous Research, now trained over Mixtral."
-msgstr "来自 Nous Research 的 Nous Hermes 2 模型,现在通过 Mixtral 进行训练。"
-
-#: src/available_models_descriptions.py:71
+#: src/available_models_descriptions.py:76
msgid "An extension of Mistral to support context windows of 64K or 128K."
msgstr "Mistral 的扩展,支持 64K 或 128K 的上下文窗口。"
-#: src/available_models_descriptions.py:72
-msgid ""
-"A suite of text embedding models by Snowflake, optimized for performance."
-msgstr "一套由 Snowflake 提供的文本嵌入模型,并对性能进行了优化。"
-
-#: src/available_models_descriptions.py:73
+#: src/available_models_descriptions.py:77
msgid ""
"An expansion of Llama 2 that specializes in integrating both general "
"language understanding and domain-specific knowledge, particularly in "
@@ -1206,32 +1536,46 @@ msgid ""
msgstr ""
"Llama 2 的扩展版,专门整合一般语言理解和特定领域知识,尤其是编程和数学知识。"
-#: src/available_models_descriptions.py:74
-msgid "Great code generation model based on Llama2."
-msgstr "基于 Llama2 的优秀代码生成模型"
+#: src/available_models_descriptions.py:78
+msgid "The Nous Hermes 2 model from Nous Research, now trained over Mixtral."
+msgstr "来自 Nous Research 的 Nous Hermes 2 模型,现在通过 Mixtral 进行训练。"
-#: src/available_models_descriptions.py:75
+#: src/available_models_descriptions.py:79
msgid ""
"Open-source medical large language model adapted from Llama 2 to the medical "
"domain."
msgstr "开源医疗大型语言模型,由 Llama 2 改编而来,适用于医疗领域。"
-#: src/available_models_descriptions.py:76
-msgid ""
-"moondream2 is a small vision language model designed to run efficiently on "
-"edge devices."
-msgstr "moondream2 是一个小型视觉语言模型,设计用于在边缘设备上高效运行。"
+#: src/available_models_descriptions.py:80
+msgid "Great code generation model based on Llama2."
+msgstr "基于 Llama2 的优秀代码生成模型"
-#: src/available_models_descriptions.py:77
-msgid "Uncensored Llama2 based model with support for a 16K context window."
-msgstr "基于 Llama2 的无删减模型,支持 16K 上下文窗口。"
-
-#: src/available_models_descriptions.py:78
+#: src/available_models_descriptions.py:81
msgid ""
"Nexus Raven is a 13B instruction tuned model for function calling tasks."
msgstr "Nexus Raven 是针对函数调用任务的 13B 指令调整模型。"
-#: src/available_models_descriptions.py:79
+#: src/available_models_descriptions.py:82
+msgid "Uncensored Llama2 based model with support for a 16K context window."
+msgstr "基于 Llama2 的无删减模型,支持 16K 上下文窗口。"
+
+#: src/available_models_descriptions.py:83
+msgid "A new small LLaVA model fine-tuned from Phi 3 Mini."
+msgstr "从 Phi 3 Mini 微调而来的新型小型 LLaVA 模型。"
+
+#: src/available_models_descriptions.py:84
+msgid ""
+"A versatile model for AI software development scenarios, including code "
+"completion."
+msgstr ""
+
+#: src/available_models_descriptions.py:85
+msgid ""
+"A strong multi-lingual general language model with competitive performance "
+"to Llama 3."
+msgstr ""
+
+#: src/available_models_descriptions.py:86
msgid ""
"🎩 Magicoder is a family of 7B parameter models trained on 75K synthetic "
"instruction data using OSS-Instruct, a novel approach to enlightening LLMs "
@@ -1240,49 +1584,35 @@ msgstr ""
"🎩 Magicoder 是一个 7B 参数模型系列,使用 OSS-Instruct 在 75K 个合成指令数据"
"上进行训练,OSS-Instruct 是一种利用开源代码片段启发 LLM 的新方法。"
-#: src/available_models_descriptions.py:80
-msgid "A strong, economical, and efficient Mixture-of-Experts language model."
-msgstr "强大、经济、高效的专家混合语言模型。"
-
-#: src/available_models_descriptions.py:81
+#: src/available_models_descriptions.py:87
msgid ""
"A lightweight chat model allowing accurate, and responsive output without "
"requiring high-end hardware."
msgstr "轻量级聊天模式无需高端硬件即可实现准确、灵敏的输出。"
-#: src/available_models_descriptions.py:82
+#: src/available_models_descriptions.py:88
msgid ""
"A high-performing code instruct model created by merging two existing code "
"models."
msgstr "通过合并两个现有的代码模型,创建了一个高性能代码指导模型。"
-#: src/available_models_descriptions.py:83
-msgid "A new small LLaVA model fine-tuned from Phi 3 Mini."
-msgstr "从 Phi 3 Mini 微调而来的新型小型 LLaVA 模型。"
-
-#: src/available_models_descriptions.py:84
+#: src/available_models_descriptions.py:89
msgid ""
"MistralLite is a fine-tuned model based on Mistral with enhanced "
"capabilities of processing long contexts."
msgstr "MistralLite 是基于 Mistral 的微调模型,具有更强的长语境处理能力。"
-#: src/available_models_descriptions.py:85
+#: src/available_models_descriptions.py:90
msgid ""
"Wizard Vicuna is a 13B parameter model based on Llama 2 trained by "
"MelodysDreamj."
msgstr "Wizard Vicuna 是一个 13B 参数模型,基于 MelodysDreamj 训练的 Llama 2。"
-#: src/available_models_descriptions.py:86
+#: src/available_models_descriptions.py:91
msgid "7B parameter text-to-SQL model made by MotherDuck and Numbers Station."
msgstr "MotherDuck 和 Numbers Station 制作的 7B 参数文本到 SQL 模型。"
-#: src/available_models_descriptions.py:87
-msgid ""
-"A language model created by combining two fine-tuned Llama 2 70B models into "
-"one."
-msgstr "语言模型由两个经过微调的 Llama 2 70B 模型合并而成。"
-
-#: src/available_models_descriptions.py:88
+#: src/available_models_descriptions.py:92
msgid ""
"MegaDolphin-2.2-120b is a transformation of Dolphin-2.2-70b created by "
"interleaving the model with itself."
@@ -1290,7 +1620,18 @@ msgstr ""
"MegaDolphin-2.2-120b 是 Dolphin-2.2-70b 的转换版本,通过将模型与自身交错创建"
"而成。"
-#: src/available_models_descriptions.py:89
+#: src/available_models_descriptions.py:93
+msgid ""
+"A language model created by combining two fine-tuned Llama 2 70B models into "
+"one."
+msgstr "语言模型由两个经过微调的 Llama 2 70B 模型合并而成。"
+
+#: src/available_models_descriptions.py:94
+msgid ""
+"A top-performing mixture of experts model, fine-tuned with high-quality data."
+msgstr "利用高质量数据对性能最佳的专家混合模型进行微调。"
+
+#: src/available_models_descriptions.py:95
msgid ""
"Merge of the Open Orca OpenChat model and the Garage-bAInd Platypus 2 model. "
"Designed for chat and code generation."
@@ -1298,20 +1639,7 @@ msgstr ""
"由 Open Orca OpenChat 模型和 Garage-bAInd Platypus 2 模型合并而成。专为聊天和"
"代码生成而设计。"
-#: src/available_models_descriptions.py:90
-msgid ""
-"A top-performing mixture of experts model, fine-tuned with high-quality data."
-msgstr "利用高质量数据对性能最佳的专家混合模型进行微调。"
-
-#: src/available_models_descriptions.py:91
-msgid "A 7B chat model fine-tuned with high-quality data and based on Zephyr."
-msgstr "以 Zephyr 为基础,利用高质量数据对 7B 聊天模型进行微调。"
-
-#: src/available_models_descriptions.py:92
-msgid "DBRX is an open, general-purpose LLM created by Databricks."
-msgstr "DBRX 是由 Databricks 创建的开放式通用 LLM。"
-
-#: src/available_models_descriptions.py:93
+#: src/available_models_descriptions.py:96
msgid ""
"Falcon2 is an 11B parameters causal decoder-only model built by TII and "
"trained over 5T tokens."
@@ -1319,12 +1647,50 @@ msgstr ""
"Falcon2 是一个由 TII 构建的 11B 参数因果解码器模型,并通过 5T 标记进行了训"
"练。"
-#: src/available_models_descriptions.py:94
+#: src/available_models_descriptions.py:97
+msgid "A 7B chat model fine-tuned with high-quality data and based on Zephyr."
+msgstr "以 Zephyr 为基础,利用高质量数据对 7B 聊天模型进行微调。"
+
+#: src/available_models_descriptions.py:98
+msgid "DBRX is an open, general-purpose LLM created by Databricks."
+msgstr "DBRX 是由 Databricks 创建的开放式通用 LLM。"
+
+#: src/available_models_descriptions.py:99
+msgid ""
+"InternLM2.5 is a 7B parameter model tailored for practical scenarios with "
+"outstanding reasoning capability."
+msgstr ""
+
+#: src/available_models_descriptions.py:100
msgid ""
"A robust conversational model designed to be used for both chat and instruct "
"use cases."
msgstr "一个强大的对话模型,设计用于聊天和指示用例。"
+#: src/available_models_descriptions.py:101
+msgid ""
+"A series of models from Groq that represent a significant advancement in "
+"open-source AI capabilities for tool use/function calling."
+msgstr ""
+
+#: src/available_models_descriptions.py:102
+msgid ""
+"MathΣtral: a 7B model designed for math reasoning and scientific discovery "
+"by Mistral AI."
+msgstr ""
+
+#: src/available_models_descriptions.py:103
+msgid ""
+"An open weights function calling model based on Llama 3, competitive with "
+"GPT-4o function calling capabilities."
+msgstr ""
+
+#: src/available_models_descriptions.py:104
+msgid ""
+"A 3.8B model fine-tuned on a private high-quality synthetic dataset for "
+"information extraction, based on Phi-3."
+msgstr ""
+
#: src/dialogs.py:17
msgid "Chat cannot be cleared while receiving a message"
msgstr "接收信息时无法清除聊天记录"
@@ -1338,8 +1704,8 @@ msgid "Are you sure you want to clear the chat?"
msgstr "你确定你想要清除聊天记录吗?"
#: src/dialogs.py:24 src/dialogs.py:45 src/dialogs.py:72 src/dialogs.py:99
-#: src/dialogs.py:121 src/dialogs.py:142 src/dialogs.py:164 src/dialogs.py:224
-#: src/dialogs.py:314 src/dialogs.py:352
+#: src/dialogs.py:121 src/dialogs.py:142 src/dialogs.py:164 src/dialogs.py:236
+#: src/dialogs.py:326 src/dialogs.py:364
msgid "Cancel"
msgstr "取消"
@@ -1411,51 +1777,51 @@ msgstr "你确定你想要移除附件?"
msgid "Remove"
msgstr "移除"
-#: src/dialogs.py:190
+#: src/dialogs.py:202
msgid "Connection Error"
msgstr "连接错误"
-#: src/dialogs.py:191
+#: src/dialogs.py:203
msgid "The remote instance has disconnected"
msgstr "无法连接远端实例"
-#: src/dialogs.py:195
+#: src/dialogs.py:207
msgid "Close Alpaca"
msgstr "关闭 Alpaca"
-#: src/dialogs.py:196
+#: src/dialogs.py:208
msgid "Use local instance"
msgstr "使用本地实例"
-#: src/dialogs.py:197
+#: src/dialogs.py:209
msgid "Connect"
msgstr "连接"
-#: src/dialogs.py:220
+#: src/dialogs.py:232
msgid "Select Model"
msgstr "选择模型"
-#: src/dialogs.py:221
+#: src/dialogs.py:233
msgid "This model will be used as the base for the new model"
msgstr "该模型将作为新模型的基础"
-#: src/dialogs.py:225 src/dialogs.py:315 src/dialogs.py:353
+#: src/dialogs.py:237 src/dialogs.py:327 src/dialogs.py:365
msgid "Accept"
msgstr "接受"
-#: src/dialogs.py:242
+#: src/dialogs.py:254
msgid "An error occurred while creating the model"
msgstr "创建模型时发生错误"
-#: src/dialogs.py:300
+#: src/dialogs.py:312
msgid "This video does not have any transcriptions"
msgstr "本视频没有任何转录内容"
-#: src/dialogs.py:309
+#: src/dialogs.py:321
msgid "Attach YouTube Video?"
msgstr "附加 YouTube 视频?"
-#: src/dialogs.py:310
+#: src/dialogs.py:322
msgid ""
"{}\n"
"\n"
@@ -1465,15 +1831,15 @@ msgstr ""
"\n"
"请选择要附加的转录"
-#: src/dialogs.py:343
+#: src/dialogs.py:355
msgid "An error occurred while extracting text from the website"
msgstr "从网站提取文本时发生错误"
-#: src/dialogs.py:348
+#: src/dialogs.py:360
msgid "Attach Website? (Experimental)"
msgstr "附加网站?(试验性)"
-#: src/dialogs.py:349
+#: src/dialogs.py:361
msgid ""
"Are you sure you want to attach\n"
"'{}'?"
@@ -1481,6 +1847,26 @@ msgstr ""
"您确定要附加\n"
"'{}'?"
+#: src/dialogs.py:379
+msgid "Thank you!"
+msgstr ""
+
+#: src/dialogs.py:386 src/dialogs.py:393
+msgid "Support"
+msgstr ""
+
+#: src/dialogs.py:387
+msgid "Are you enjoying Alpaca? Consider sponsoring the project!"
+msgstr ""
+
+#: src/dialogs.py:390
+msgid "Don't show again"
+msgstr ""
+
+#: src/dialogs.py:392
+msgid "Later"
+msgstr ""
+
#: src/window.ui:54
msgid "Menu"
msgstr "目录"
@@ -1762,6 +2148,15 @@ msgstr "粘贴"
msgid "Insert new line"
msgstr "插入新行"
+#~ msgid "A conversation showing code highlight"
+#~ msgstr "显示代码高亮的对话"
+
+#~ msgid "A conversation involving multiple models"
+#~ msgstr "包含多种模型的对话"
+
+#~ msgid "Managing models"
+#~ msgstr "管理模型"
+
#~ msgid "Open with Default App"
#~ msgstr "使用默认应用打开"
diff --git a/src/meson.build b/src/meson.build
index 28fe075..1781b7a 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -43,7 +43,8 @@ alpaca_sources = [
'dialogs.py',
'local_instance.py',
'available_models.json',
- 'available_models_descriptions.py'
+ 'available_models_descriptions.py',
+ 'table_widget.py'
]
install_data(alpaca_sources, install_dir: moduledir)
diff --git a/src/table_widget.py b/src/table_widget.py
new file mode 100644
index 0000000..20da25a
--- /dev/null
+++ b/src/table_widget.py
@@ -0,0 +1,126 @@
+import gi
+from gi.repository import Adw
+from gi.repository import Gtk, GObject, Gio
+
+import re
+
+class MarkdownTable:
+ def __init__(self):
+ self.headers = []
+ self.rows = Gio.ListStore()
+ self.alignments = []
+
+ def __repr__(self):
+ table_repr = 'Headers: {}\n'.format(self.headers)
+ table_repr += 'Alignments: {}\n'.format(self.alignments)
+ table_repr += 'Rows:\n'
+ for row in self.rows:
+ table_repr += ' | '.join(row) + '\n'
+ return table_repr
+
+class Row(GObject.GObject):
+ def __init__(self, _values):
+ super().__init__()
+
+ self.values = _values
+
+ def get_column_value(self, index):
+ return self.values[index]
+
+class TableWidget(Gtk.Frame):
+ __gtype_name__ = 'TableWidget'
+
+ def __init__(self, markdown):
+ super().__init__()
+
+ self.table = MarkdownTable()
+
+ self.set_halign(Gtk.Align.START)
+
+ self.table_widget = Gtk.ColumnView(
+ show_column_separators=True,
+ show_row_separators=True,
+ reorderable=False,
+ )
+ scrolled_window = Gtk.ScrolledWindow(
+ vscrollbar_policy=Gtk.PolicyType.NEVER,
+ propagate_natural_width=True
+ )
+ self.set_child(scrolled_window)
+
+ try:
+ self.parse_markdown_table(markdown)
+ self.make_table()
+ scrolled_window.set_child(self.table_widget)
+ except:
+ label = Gtk.Label(
+ label=markdown.lstrip('\n').rstrip('\n'),
+ selectable=True,
+ margin_top=6,
+ margin_bottom=6,
+ margin_start=6,
+ margin_end=6
+ )
+ scrolled_window.set_child(label)
+
+ def parse_markdown_table(self, markdown_text):
+ # Define regex patterns for matching the table components
+ header_pattern = r'^\|(.+?)\|$'
+ separator_pattern = r'^\|(\s*[:-]+:?\s*\|)+$'
+ row_pattern = r'^\|(.+?)\|$'
+
+ # Split the text into lines
+ lines = markdown_text.strip().split('\n')
+
+ # Extract headers
+ header_match = re.match(header_pattern, lines[0], re.MULTILINE)
+ if header_match:
+ headers = [header.strip() for header in header_match.group(1).replace("*", "").split('|') if header.strip()]
+ self.table.headers = headers
+
+ # Extract alignments
+ separator_match = re.match(separator_pattern, lines[1], re.MULTILINE)
+ if separator_match:
+ alignments = []
+ separator_columns = lines[1].replace(" ", "").split('|')[1:-1]
+ for sep in separator_columns:
+ if ':' in sep:
+ if sep.startswith('-') and sep.endswith(':'):
+ alignments.append(1)
+ elif sep.startswith(':') and sep.endswith('-'):
+ alignments.append(0)
+ else:
+ alignments.append(0.5)
+ else:
+ alignments.append(0) # Default alignment is start
+ self.table.alignments = alignments
+
+ # Extract rows
+ for line in lines[2:]:
+ row_match = re.match(row_pattern, line, re.MULTILINE)
+ if row_match:
+ rows = line.split('|')[1:-1]
+ row = Row(rows)
+ self.table.rows.append(row)
+
+ def make_table(self):
+
+ def _on_factory_setup(_factory, list_item, align):
+ label = Gtk.Label(xalign=align, ellipsize=3, selectable=True)
+ list_item.set_child(label)
+
+ def _on_factory_bind(_factory, list_item, index):
+ label_widget = list_item.get_child()
+ row = list_item.get_item()
+ label_widget.set_label(row.get_column_value(index))
+
+ for index, column_name in enumerate(self.table.headers):
+ column = Gtk.ColumnViewColumn(title=column_name, expand=True)
+ factory = Gtk.SignalListItemFactory()
+ factory.connect("setup", _on_factory_setup, self.table.alignments[index])
+ factory.connect("bind", _on_factory_bind, index)
+ column.set_factory(factory)
+ self.table_widget.append_column(column)
+
+ selection = Gtk.NoSelection.new(model=self.table.rows)
+ self.table_widget.set_model(model=selection)
diff --git a/src/window.py b/src/window.py
index 15bb50b..614f714 100644
--- a/src/window.py
+++ b/src/window.py
@@ -28,7 +28,7 @@ from PIL import Image
from pypdf import PdfReader
from datetime import datetime
from . import dialogs, local_instance, connection_handler, available_models_descriptions
-
+from .table_widget import TableWidget
logger = logging.getLogger(__name__)
@@ -580,7 +580,7 @@ Generate a title following these rules:
if 'images' in message: data["images"] = message['images']
response = connection_handler.simple_post(f"{connection_handler.url}/api/generate", data=json.dumps(data))
- new_chat_name = json.loads(response.text)["response"].strip().removeprefix("Title: ").removeprefix("title: ").strip('\'"').title()
+ new_chat_name = json.loads(response.text)["response"].strip().removeprefix("Title: ").removeprefix("title: ").strip('\'"').replace('\n', ' ').title()
new_chat_name = new_chat_name[:50] + (new_chat_name[50:] and '...')
self.rename_chat(label_element.get_name(), new_chat_name, label_element)
@@ -820,6 +820,16 @@ Generate a title following these rules:
code_text = match.group(1)
parts.append({"type": "code", "text": code_text, "language": None})
pos = end
+ # Match tables
+ table_pattern = re.compile(r'((\r?\n){2}|^)([^\r\n]*\|[^\r\n]*(\r?\n)?)+(?=(\r?\n){2}|$)', re.MULTILINE)
+ for match in table_pattern.finditer(text):
+ start, end = match.span()
+ if pos < start:
+ normal_text = text[pos:start]
+ parts.append({"type": "normal", "text": normal_text.strip()})
+ table_text = match.group(0)
+ parts.append({"type": "table", "text": table_text})
+ pos = end
# Extract any remaining normal text after the last code block
if pos < len(text):
normal_text = text[pos:]
@@ -869,7 +879,7 @@ Generate a title following these rules:
if footer: message_buffer.insert_markup(message_buffer.get_end_iter(), footer, len(footer.encode('utf-8')))
self.bot_message_box.append(message_text)
- else:
+ elif part['type'] == 'code':
language = None
if part['language']:
language = GtkSource.LanguageManager.get_default().get_language(part['language'])
@@ -899,6 +909,9 @@ Generate a title following these rules:
code_block_box.append(source_view)
self.bot_message_box.append(code_block_box)
self.style_manager.connect("notify::dark", self.on_theme_changed, buffer)
+ elif part['type'] == 'table':
+ table = TableWidget(part['text'])
+ self.bot_message_box.append(table)
vadjustment = self.chat_window.get_vadjustment()
vadjustment.set_value(vadjustment.get_upper())
self.bot_message = None
@@ -1056,7 +1069,7 @@ Generate a title following these rules:
def list_available_model_tags(self, model_name):
logger.debug("Listing available model tags")
self.navigation_view_manage_models.push_by_tag('model_tags_page')
- self.navigation_view_manage_models.find_page('model_tags_page').set_title(model_name.capitalize())
+ self.navigation_view_manage_models.find_page('model_tags_page').set_title(model_name.replace("-", " ").title())
self.model_link_button.set_name(self.available_models[model_name]['url'])
self.model_link_button.set_tooltip_text(self.available_models[model_name]['url'])
self.available_model_list_box.unselect_all()
@@ -1580,7 +1593,7 @@ Generate a title following these rules:
#Support dialog
if 'show_support' not in data or data['show_support']:
- if random.randint(0, 99) == 0:
+ if random.randint(0, 49) == 0:
dialogs.support(self)
if 'show_support' in data: self.show_support = data['show_support']
self.background_switch.set_active(self.run_on_background)