You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en/settings.php
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
8
8
9
9
$lang['chatmodel'] = 'The 🧠 model to use for chat completion. Configure required credentials below.';
10
+
$lang['rephrasemodel'] = 'The 🧠 model to use for rephrasing questions. Configure required credentials below.';
10
11
$lang['embedmodel'] = 'The 🧠 model to use for text embedding. Configure required credentials below.<br>🔄 You need to rebuild the vector storage when changing this setting.';
11
12
$lang['storage'] = 'Which 📥 vector storage to use. Configure required credentials below.<br>🔄 You need to rebuild the vector storage when changing this setting.';
12
13
@@ -32,6 +33,8 @@
32
33
33
34
$lang['chunkSize'] = 'Maximum number of tokens per chunk.<br>🔄 You need to rebuild the vector storage when changing this setting.';
34
35
$lang['contextChunks'] = 'Number of chunks to send to the AI model for context.';
36
+
$lang['chatHistory'] = 'Number of previous chat messages to consider for context in the conversation.';
37
+
$lang['rephraseHistory'] = 'Number of previous chat messages to consider for context when rephrasing a question. Set to 0 to disable rephrasing.';
35
38
36
39
$lang['logging'] = 'Log all questions and answers. Use the <a href="?do=admin&page=logviewer&facility=aichat">Log Viewer</a> to access.';
37
40
$lang['restrict'] = 'Restrict access to these users and groups (comma separated). Leave empty to allow all users.';
0 commit comments