gemini: defaults: turn off history since it's not shown on launch

This commit is contained in:
end-4 2025-03-30 09:22:12 +02:00
parent dcdb53da9e
commit a8004a32ea

View file

@ -10,7 +10,7 @@ let configOptions = {
'defaultGPTProvider': "openai",
'defaultTemperature': 0.9,
'enhancements': true,
'useHistory': true,
'useHistory': false,
'safety': true,
'writingCursor': " ...", // Warning: Using weird characters can mess up Markdown rendering
'proxyUrl': null, // Can be "socks5://127.0.0.1:9050" or "http://127.0.0.1:8080" for example. Leave it blank if you don't need it.