Fixed OpenAI temperature

This commit is contained in:
M66B
2023-04-26 18:43:23 +02:00
parent 2d685e9201
commit 0f2f4b3b11
2 changed files with 4 additions and 1 deletions

View File

@@ -700,6 +700,8 @@ public class ApplicationEx extends Application
editor.putBoolean("plain_only_reply", true);
} else if (version < 2046)
editor.remove("message_junk");
else if (version < 2068)
editor.remove("openai_temperature");
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");