diff --git a/Plugin/unraid/include/ai_chat.php b/Plugin/unraid/include/ai_chat.php new file mode 100644 index 0000000..ab83570 --- /dev/null +++ b/Plugin/unraid/include/ai_chat.php @@ -0,0 +1,713 @@ + + + +
+
+
+ + +
+

+  
+
+ + + +
+ +
+ 'Varaverk Assistant', 'chat' => 'General Chat', + 'code' => 'Code Sketcher'] as $key => $label): ?> + + + +
+ +
> +
+
+ +
+ +
+ + + Ctrl+Enter to send + +
+
+
+ +
loading…
+ +
@@ -295,31 +219,34 @@ if (is_dir('/var/log/varaverk')) {
-
- - - - -
- -
-
- Ask Varaverk about itself.
- Answers come only from this installation's own documentation, with sources. + +
+
+
+ Saved conversations + newest first · oldest drop off automatically +
+
-
- -
- - - Ctrl+Enter to send · 3-turn history · build - · JS NOT RUNNING - -
-
+ 'varaverk', + 'empty' => "Ask Varaverk about itself. Answers come only from this installation's own " + . 'documentation, with sources.', + 'placeholder' => 'e.g. what stops rsync and the mover running at once?', + // The build stamp and the liveness marker stay on this tab. Unraid swaps tab content by + // AJAX without tearing down the previous page's JavaScript, so "is the browser running the + // code I just deployed" is not answerable from the server — the marker answers it from the + // browser, and it is where every deploy on this tab gets checked. + 'controls' => '' + . 'build ' . $_vv_ai_build + . ' · JS NOT RUNNING', +]); +?>