mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
gemini: defaults: turn off history since it's not shown on launch
This commit is contained in:
parent
dcdb53da9e
commit
a8004a32ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue