This commit is contained in:
Jozef Steinhübl 2024-12-23 11:34:51 +01:00
parent 47161e4d84
commit abf7f7eec2
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
2 changed files with 4 additions and 3 deletions

View file

@ -814,7 +814,7 @@
"authenticated": true,
"url": "https://api.vencord.dev/",
"settingsSync": true,
"settingsSyncVersion": 1734778446387
"settingsSyncVersion": 1734793013888
},
"macosTranslucency": false
}

View file

@ -10,6 +10,7 @@
"theme": "Catppuccin Espresso (Blur)",
"ui_font_size": 15,
"buffer_font_size": 14,
"buffer_font_family": "Maple Mono",
// Mine
"format_on_save": "on",
"terminal": {
@ -89,8 +90,8 @@
// Assistant
"assistant": {
"default_model": {
"provider": "zed.dev",
"model": "claude-3-5-sonnet-latest"
"provider": "copilot_chat",
"model": "gpt-4o"
},
"version": "2"
}