From a73e4c775d6c227315382eecf0780a07650395c6 Mon Sep 17 00:00:00 2001 From: Thomas Hansen Date: Mon, 16 Oct 2023 07:15:26 +0300 Subject: [PATCH] b --- backend/files/system/openai/front.files/chat/default.js | 2 +- backend/slots/Version.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/files/system/openai/front.files/chat/default.js b/backend/files/system/openai/front.files/chat/default.js index e69b70ba14..36dff47fff 100644 --- a/backend/files/system/openai/front.files/chat/default.js +++ b/backend/files/system/openai/front.files/chat/default.js @@ -145,7 +145,7 @@ function aista_create_chat_ui() { aistaChatWnd.className = 'aista-chat-wnd'; let html = `
[[header]]
diff --git a/backend/slots/Version.cs b/backend/slots/Version.cs index 5853d987a5..e5d9cb4aff 100644 --- a/backend/slots/Version.cs +++ b/backend/slots/Version.cs @@ -20,7 +20,7 @@ public class Version : ISlot /// Parameters passed from signaler public void Signal(ISignaler signaler, Node input) { - input.Value = "v16.9.0"; + input.Value = "v16.9.7"; } } }