Add user settings configuration for GPT-5 Codex model with Azure provider

This commit is contained in:
Kunthawat Greethong
2025-12-05 12:17:08 +07:00
parent d22227bb13
commit 6d74721b85
407 changed files with 493 additions and 55477 deletions

BIN
userData/sqlite.db Normal file

Binary file not shown.

View File

@@ -0,0 +1,29 @@
{
"selectedModel": {
"name": "gpt-5-codex",
"provider": "azure"
},
"providerSettings": {
"auto": {
"apiKey": {
"value": "djEwSWrZE6dNpCd18DEnHdzQ9g==",
"encryptionType": "electron-safe-storage"
}
}
},
"telemetryConsent": "opted_in",
"telemetryUserId": "fa6c1f69-a715-4f85-a12e-72f40245674d",
"hasRunBefore": true,
"enableDyadPro": true,
"experiments": {},
"lastShownReleaseNotesVersion": "0.28.0",
"enableProLazyEditsMode": true,
"enableProSmartFilesContextMode": true,
"enableProWebSearch": false,
"selectedTemplateId": "react",
"selectedChatMode": "build",
"enableAutoFixProblems": false,
"enableNativeGit": false,
"enableAutoUpdate": true,
"releaseChannel": "stable"
}