Skip to content
Snippets Groups Projects
Commit c1895e29 authored by anonymouspregmodder's avatar anonymouspregmodder :speech_balloon:
Browse files

add patch instead of bc

parent 7fc5473c
No related branches found
No related tags found
1 merge request!12351experimental ai chat in slave tab
App.Patch.register({
releaseID: 1279,
descriptionOfChanges: "Adds experimental AI chat.",
pre: (div) => {
V.aiChat= 0,
V.aiChatUrl= "http://localhost:5000/v1/chat/completions",
V.aiChatTemp= 0.5,
V.aiChatMinP= 0.05,
},
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment