forked from Shinonome/dots-hyprland
gemini: defaults: turn off history since it's not shown on launch
This commit is contained in:
@@ -10,7 +10,7 @@ let configOptions = {
|
|||||||
'defaultGPTProvider': "openai",
|
'defaultGPTProvider': "openai",
|
||||||
'defaultTemperature': 0.9,
|
'defaultTemperature': 0.9,
|
||||||
'enhancements': true,
|
'enhancements': true,
|
||||||
'useHistory': true,
|
'useHistory': false,
|
||||||
'safety': true,
|
'safety': true,
|
||||||
'writingCursor': " ...", // Warning: Using weird characters can mess up Markdown rendering
|
'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.
|
'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.
|
||||||
|
|||||||
Reference in New Issue
Block a user