Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Oct 16, 2023
1 parent dd41502 commit a73e4c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/files/system/openai/front.files/chat/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function aista_create_chat_ui() {
aistaChatWnd.className = 'aista-chat-wnd';
let html = `
<div class="ainiro-powered-by" style="display: none">
Powered by <a href="https://ainiro.io">AINIRO.IO</a>
Powered by <a href="https://ainiro.io" target="_blank">AINIRO.IO</a>
</div>
<div class="aista-chat-header">[[header]]</div>
<div class="aista-chat-msg-container"></div>
Expand Down
2 changes: 1 addition & 1 deletion backend/slots/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Version : ISlot
/// <param name="input">Parameters passed from signaler</param>
public void Signal(ISignaler signaler, Node input)
{
input.Value = "v16.9.0";
input.Value = "v16.9.7";
}
}
}

0 comments on commit a73e4c7

Please sign in to comment.