File size: 16,110 Bytes
6dd477f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
{
	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "",
	"(Beta)": "",
	"(e.g. `sh webui.sh --api`)": "",
	"(latest)": "",
	"{{ models }}": "",
	"{{ owner }}: You cannot delete a base model": "",
	"{{modelName}} is thinking...": "",
	"{{user}}'s Chats": "",
	"{{webUIName}} Backend Required": "",
	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
	"a user": "",
	"About": "",
	"Account": "",
	"Accurate information": "",
	"Active Users": "",
	"Add": "",
	"Add a model id": "",
	"Add a short description about what this model does": "",
	"Add a short title for this prompt": "",
	"Add a tag": "",
	"Add custom prompt": "",
	"Add Docs": "",
	"Add Files": "",
	"Add Memory": "",
	"Add message": "",
	"Add Model": "",
	"Add Tags": "",
	"Add User": "",
	"Adjusting these settings will apply changes universally to all users.": "",
	"admin": "",
	"Admin Panel": "",
	"Admin Settings": "",
	"Advanced Parameters": "",
	"Advanced Params": "",
	"all": "",
	"All Documents": "",
	"All Users": "",
	"Allow": "",
	"Allow Chat Deletion": "",
	"Allow non-local voices": "",
	"alphanumeric characters and hyphens": "",
	"Already have an account?": "",
	"an assistant": "",
	"and": "",
	"and create a new shared link.": "",
	"API Base URL": "",
	"API Key": "",
	"API Key created.": "",
	"API keys": "",
	"April": "",
	"Archive": "",
	"Archive All Chats": "",
	"Archived Chats": "",
	"are allowed - Activate this command by typing": "",
	"Are you sure?": "",
	"Attach file": "",
	"Attention to detail": "",
	"Audio": "",
	"August": "",
	"Auto-playback response": "",
	"Auto-send input after 3 sec.": "",
	"AUTOMATIC1111 Base URL": "",
	"AUTOMATIC1111 Base URL is required.": "",
	"available!": "",
	"Back": "",
	"Bad Response": "",
	"Banners": "",
	"Base Model (From)": "",
	"before": "",
	"Being lazy": "",
	"Brave Search API Key": "",
	"Bypass SSL verification for Websites": "",
	"Cancel": "",
	"Capabilities": "",
	"Change Password": "",
	"Chat": "",
	"Chat Bubble UI": "",
	"Chat direction": "",
	"Chat History": "",
	"Chat History is off for this browser.": "",
	"Chats": "",
	"Check Again": "",
	"Check for updates": "",
	"Checking for updates...": "",
	"Choose a model before saving...": "",
	"Chunk Overlap": "",
	"Chunk Params": "",
	"Chunk Size": "",
	"Citation": "",
	"Click here for help.": "",
	"Click here to": "",
	"Click here to select": "",
	"Click here to select a csv file.": "",
	"Click here to select documents.": "",
	"click here.": "",
	"Click on the user role button to change a user's role.": "",
	"Clone": "",
	"Close": "",
	"Collection": "",
	"ComfyUI": "",
	"ComfyUI Base URL": "",
	"ComfyUI Base URL is required.": "",
	"Command": "",
	"Concurrent Requests": "",
	"Confirm Password": "",
	"Connections": "",
	"Content": "",
	"Context Length": "",
	"Continue Response": "",
	"Conversation Mode": "",
	"Copied shared chat URL to clipboard!": "",
	"Copy": "",
	"Copy last code block": "",
	"Copy last response": "",
	"Copy Link": "",
	"Copying to clipboard was successful!": "",
	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "",
	"Create a model": "",
	"Create Account": "",
	"Create new key": "",
	"Create new secret key": "",
	"Created at": "",
	"Created At": "",
	"Current Model": "",
	"Current Password": "",
	"Custom": "",
	"Customize models for a specific purpose": "",
	"Dark": "",
	"Database": "",
	"December": "",
	"Default": "",
	"Default (Automatic1111)": "",
	"Default (SentenceTransformers)": "",
	"Default (Web API)": "",
	"Default Model": "",
	"Default model updated": "",
	"Default Prompt Suggestions": "",
	"Default User Role": "",
	"delete": "",
	"Delete": "",
	"Delete a model": "",
	"Delete All Chats": "",
	"Delete chat": "",
	"Delete Chat": "",
	"delete this link": "",
	"Delete User": "",
	"Deleted {{deleteModelTag}}": "",
	"Deleted {{name}}": "",
	"Description": "",
	"Didn't fully follow instructions": "",
	"Discover a model": "",
	"Discover a prompt": "",
	"Discover, download, and explore custom prompts": "",
	"Discover, download, and explore model presets": "",
	"Display the username instead of You in the Chat": "",
	"Document": "",
	"Document Settings": "",
	"Documentation": "",
	"Documents": "",
	"does not make any external connections, and your data stays securely on your locally hosted server.": "",
	"Don't Allow": "",
	"Don't have an account?": "",
	"Don't like the style": "",
	"Download": "",
	"Download canceled": "",
	"Download Database": "",
	"Drop any files here to add to the conversation": "",
	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "",
	"Edit": "",
	"Edit Doc": "",
	"Edit User": "",
	"Email": "",
	"Embedding Batch Size": "",
	"Embedding Model": "",
	"Embedding Model Engine": "",
	"Embedding model set to \"{{embedding_model}}\"": "",
	"Enable Chat History": "",
	"Enable Community Sharing": "",
	"Enable New Sign Ups": "",
	"Enable Web Search": "",
	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
	"Enter {{role}} message here": "",
	"Enter a detail about yourself for your LLMs to recall": "",
	"Enter Brave Search API Key": "",
	"Enter Chunk Overlap": "",
	"Enter Chunk Size": "",
	"Enter Github Raw URL": "",
	"Enter Google PSE API Key": "",
	"Enter Google PSE Engine Id": "",
	"Enter Image Size (e.g. 512x512)": "",
	"Enter language codes": "",
	"Enter model tag (e.g. {{modelTag}})": "",
	"Enter Number of Steps (e.g. 50)": "",
	"Enter Score": "",
	"Enter Searxng Query URL": "",
	"Enter Serper API Key": "",
	"Enter Serpstack API Key": "",
	"Enter stop sequence": "",
	"Enter Top K": "",
	"Enter URL (e.g. http://127.0.0.1:7860/)": "",
	"Enter URL (e.g. http://localhost:11434)": "",
	"Enter Your Email": "",
	"Enter Your Full Name": "",
	"Enter Your Password": "",
	"Enter Your Role": "",
	"Error": "",
	"Experimental": "",
	"Export": "",
	"Export All Chats (All Users)": "",
	"Export chat (.json)": "",
	"Export Chats": "",
	"Export Documents Mapping": "",
	"Export Models": "",
	"Export Prompts": "",
	"Failed to create API Key.": "",
	"Failed to read clipboard contents": "",
	"Failed to update settings": "",
	"February": "",
	"Feel free to add specific details": "",
	"File Mode": "",
	"File not found.": "",
	"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
	"Fluidly stream large external response chunks": "",
	"Focus chat input": "",
	"Followed instructions perfectly": "",
	"Format your variables using square brackets like this:": "",
	"Frequency Penalty": "",
	"General": "",
	"General Settings": "",
	"Generating search query": "",
	"Generation Info": "",
	"Good Response": "",
	"Google PSE API Key": "",
	"Google PSE Engine Id": "",
	"h:mm a": "",
	"has no conversations.": "",
	"Hello, {{name}}": "",
	"Help": "",
	"Hide": "",
	"How can I help you today?": "",
	"Hybrid Search": "",
	"Image Generation (Experimental)": "",
	"Image Generation Engine": "",
	"Image Settings": "",
	"Images": "",
	"Import Chats": "",
	"Import Documents Mapping": "",
	"Import Models": "",
	"Import Prompts": "",
	"Include `--api` flag when running stable-diffusion-webui": "",
	"Info": "",
	"Input commands": "",
	"Install from Github URL": "",
	"Interface": "",
	"Invalid Tag": "",
	"January": "",
	"join our Discord for help.": "",
	"JSON": "",
	"JSON Preview": "",
	"July": "",
	"June": "",
	"JWT Expiration": "",
	"JWT Token": "",
	"Keep Alive": "",
	"Keyboard shortcuts": "",
	"Language": "",
	"Last Active": "",
	"Light": "",
	"Listening...": "",
	"LLMs can make mistakes. Verify important information.": "",
	"LTR": "",
	"Made by OpenWebUI Community": "",
	"Make sure to enclose them with": "",
	"Manage Models": "",
	"Manage Ollama Models": "",
	"Manage Pipelines": "",
	"March": "",
	"Max Tokens (num_predict)": "",
	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "",
	"May": "",
	"Memories accessible by LLMs will be shown here.": "",
	"Memory": "",
	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
	"Minimum Score": "",
	"Mirostat": "",
	"Mirostat Eta": "",
	"Mirostat Tau": "",
	"MMMM DD, YYYY": "",
	"MMMM DD, YYYY HH:mm": "",
	"Model '{{modelName}}' has been successfully downloaded.": "",
	"Model '{{modelTag}}' is already in queue for downloading.": "",
	"Model {{modelId}} not found": "",
	"Model {{modelName}} is not vision capable": "",
	"Model {{name}} is now {{status}}": "",
	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "",
	"Model ID": "",
	"Model not selected": "",
	"Model Params": "",
	"Model Whitelisting": "",
	"Model(s) Whitelisted": "",
	"Modelfile Content": "",
	"Models": "",
	"More": "",
	"Name": "",
	"Name Tag": "",
	"Name your model": "",
	"New Chat": "",
	"New Password": "",
	"No results found": "",
	"No search query generated": "",
	"No source available": "",
	"None": "",
	"Not factually correct": "",
	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
	"Notifications": "",
	"November": "",
	"num_thread (Ollama)": "",
	"October": "",
	"Off": "",
	"Okay, Let's Go!": "",
	"OLED Dark": "",
	"Ollama": "",
	"Ollama API": "",
	"Ollama API disabled": "",
	"Ollama Version": "",
	"On": "",
	"Only": "",
	"Only alphanumeric characters and hyphens are allowed in the command string.": "",
	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "",
	"Oops! Looks like the URL is invalid. Please double-check and try again.": "",
	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "",
	"Open": "",
	"Open AI": "",
	"Open AI (Dall-E)": "",
	"Open new chat": "",
	"OpenAI": "",
	"OpenAI API": "",
	"OpenAI API Config": "",
	"OpenAI API Key is required.": "",
	"OpenAI URL/Key required.": "",
	"or": "",
	"Other": "",
	"Password": "",
	"PDF document (.pdf)": "",
	"PDF Extract Images (OCR)": "",
	"pending": "",
	"Permission denied when accessing microphone: {{error}}": "",
	"Personalization": "",
	"Pipelines": "",
	"Pipelines Valves": "",
	"Plain text (.txt)": "",
	"Playground": "",
	"Positive attitude": "",
	"Previous 30 days": "",
	"Previous 7 days": "",
	"Profile Image": "",
	"Prompt": "",
	"Prompt (e.g. Tell me a fun fact about the Roman Empire)": "",
	"Prompt Content": "",
	"Prompt suggestions": "",
	"Prompts": "",
	"Pull \"{{searchValue}}\" from Ollama.com": "",
	"Pull a model from Ollama.com": "",
	"Query Params": "",
	"RAG Template": "",
	"Read Aloud": "",
	"Record voice": "",
	"Redirecting you to OpenWebUI Community": "",
	"Refused when it shouldn't have": "",
	"Regenerate": "",
	"Release Notes": "",
	"Remove": "",
	"Remove Model": "",
	"Rename": "",
	"Repeat Last N": "",
	"Request Mode": "",
	"Reranking Model": "",
	"Reranking model disabled": "",
	"Reranking model set to \"{{reranking_model}}\"": "",
	"Reset Upload Directory": "",
	"Reset Vector Storage": "",
	"Response AutoCopy to Clipboard": "",
	"Role": "",
	"Rosé Pine": "",
	"Rosé Pine Dawn": "",
	"RTL": "",
	"Save": "",
	"Save & Create": "",
	"Save & Update": "",
	"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "",
	"Scan": "",
	"Scan complete!": "",
	"Scan for documents from {{path}}": "",
	"Search": "",
	"Search a model": "",
	"Search Chats": "",
	"Search Documents": "",
	"Search Models": "",
	"Search Prompts": "",
	"Search Result Count": "",
	"Searched {{count}} sites_one": "",
	"Searched {{count}} sites_other": "",
	"Searching the web for '{{searchQuery}}'": "",
	"Searxng Query URL": "",
	"See readme.md for instructions": "",
	"See what's new": "",
	"Seed": "",
	"Select a base model": "",
	"Select a mode": "",
	"Select a model": "",
	"Select a pipeline": "",
	"Select a pipeline url": "",
	"Select an Ollama instance": "",
	"Select model": "",
	"Selected model(s) do not support image inputs": "",
	"Send": "",
	"Send a Message": "",
	"Send message": "",
	"September": "",
	"Serper API Key": "",
	"Serpstack API Key": "",
	"Server connection verified": "",
	"Set as default": "",
	"Set Default Model": "",
	"Set embedding model (e.g. {{model}})": "",
	"Set Image Size": "",
	"Set Model": "",
	"Set reranking model (e.g. {{model}})": "",
	"Set Steps": "",
	"Set Task Model": "",
	"Set Voice": "",
	"Settings": "",
	"Settings saved successfully!": "",
	"Settings updated successfully": "",
	"Share": "",
	"Share Chat": "",
	"Share to OpenWebUI Community": "",
	"short-summary": "",
	"Show": "",
	"Show Admin Details in Account Pending Overlay": "",
	"Show shortcuts": "",
	"Showcased creativity": "",
	"sidebar": "",
	"Sign in": "",
	"Sign Out": "",
	"Sign up": "",
	"Signing in": "",
	"Source": "",
	"Speech recognition error: {{error}}": "",
	"Speech-to-Text Engine": "",
	"SpeechRecognition API is not supported in this browser.": "",
	"Stop Sequence": "",
	"STT Settings": "",
	"Submit": "",
	"Subtitle (e.g. about the Roman Empire)": "",
	"Success": "",
	"Successfully updated.": "",
	"Suggested": "",
	"System": "",
	"System Prompt": "",
	"Tags": "",
	"Tell us more:": "",
	"Temperature": "",
	"Template": "",
	"Text Completion": "",
	"Text-to-Speech Engine": "",
	"Tfs Z": "",
	"Thanks for your feedback!": "",
	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
	"Theme": "",
	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "",
	"This setting does not sync across browsers or devices.": "",
	"Thorough explanation": "",
	"Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "",
	"Title": "",
	"Title (e.g. Tell me a fun fact)": "",
	"Title Auto-Generation": "",
	"Title cannot be an empty string.": "",
	"Title Generation Prompt": "",
	"to": "",
	"To access the available model names for downloading,": "",
	"To access the GGUF models available for downloading,": "",
	"to chat input.": "",
	"Today": "",
	"Toggle settings": "",
	"Toggle sidebar": "",
	"Top K": "",
	"Top P": "",
	"Trouble accessing Ollama?": "",
	"TTS Settings": "",
	"Type": "",
	"Type Hugging Face Resolve (Download) URL": "",
	"Uh-oh! There was an issue connecting to {{provider}}.": "",
	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "",
	"Update and Copy Link": "",
	"Update password": "",
	"Upload a GGUF model": "",
	"Upload Files": "",
	"Upload Progress": "",
	"URL Mode": "",
	"Use '#' in the prompt input to load and select your documents.": "",
	"Use Gravatar": "",
	"Use Initials": "",
	"use_mlock (Ollama)": "",
	"use_mmap (Ollama)": "",
	"user": "",
	"User Permissions": "",
	"Users": "",
	"Utilize": "",
	"Valid time units:": "",
	"variable": "",
	"variable to have them replaced with clipboard content.": "",
	"Version": "",
	"Warning": "",
	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
	"Web": "",
	"Web Loader Settings": "",
	"Web Params": "",
	"Web Search": "",
	"Web Search Engine": "",
	"Webhook URL": "",
	"WebUI Add-ons": "",
	"WebUI Settings": "",
	"WebUI will make requests to": "",
	"What’s New in": "",
	"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "",
	"Whisper (Local)": "",
	"Widescreen Mode": "",
	"Workspace": "",
	"Write a prompt suggestion (e.g. Who are you?)": "",
	"Write a summary in 50 words that summarizes [topic or keyword].": "",
	"Yesterday": "",
	"You": "",
	"You cannot clone a base model": "",
	"You have no archived conversations.": "",
	"You have shared this chat": "",
	"You're a helpful assistant.": "",
	"You're now logged in.": "",
	"Youtube": "",
	"Youtube Loader Settings": ""
}