From 961a5bb6b5da8e3d09d6af0bc77f17fcfeceb03e Mon Sep 17 00:00:00 2001
From: anonymouspregmodder <84493-anonymouspregmodder@users.noreply.gitgud.io>
Date: Wed, 5 Mar 2025 06:41:40 +0000
Subject: [PATCH] typo during changes

---
 js/003-data/gameVariableData.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js
index ae5374460ce..91ee953a53f 100644
--- a/js/003-data/gameVariableData.js
+++ b/js/003-data/gameVariableData.js
@@ -291,7 +291,7 @@ App.Data.defaultGameStateVariables = {
 	aiChat: false,
 	aiChatUrl: "http://localhost:5000/v1/chat/completions",
 	aiChatTemp: 0.5,
-	aiChatMinP: 0.05
+	aiChatMinP: 0.05,
 	/** @type {'static' | 'reactive'} */
 	aiCachingStrategy: 'static',
 	aiCustomImagePrompts: 0,
-- 
GitLab