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

Merge branch 'patch-1' into 'pregmod-master'

dirty hack. i suck w/FC UI or HTML in general

See merge request anonymouspregmodder/fc-pregmod-anonymouspregmodder!1
parents 0fdb29fd ed0d8f59
No related branches found
No related tags found
1 merge request!12351experimental ai chat in slave tab
......@@ -10,5 +10,5 @@ App.Version = {
* The release numbers got messed up, this is corrected in `src/js/eventHandlers.js` and `/src/data/patches/patch.js`.
* The two line above and this line should be safe to remove after release 2001.
*/
release: 1278,
release: 1279,
};
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