settings: Remove version keys from default settings (#33921)
Follow up to #33372 Release Notes: - N/A
This commit is contained in:
parent
59cdea00c5
commit
8fecacfbaa
1 changed files with 0 additions and 4 deletions
|
@ -746,8 +746,6 @@
|
|||
"default_width": 380
|
||||
},
|
||||
"agent": {
|
||||
// Version of this setting.
|
||||
"version": "2",
|
||||
// Whether the agent is enabled.
|
||||
"enabled": true,
|
||||
/// What completion mode to start new threads in, if available. Can be 'normal' or 'burn'.
|
||||
|
@ -1658,7 +1656,6 @@
|
|||
// Different settings for specific language models.
|
||||
"language_models": {
|
||||
"anthropic": {
|
||||
"version": "1",
|
||||
"api_url": "https://api.anthropic.com"
|
||||
},
|
||||
"google": {
|
||||
|
@ -1668,7 +1665,6 @@
|
|||
"api_url": "http://localhost:11434"
|
||||
},
|
||||
"openai": {
|
||||
"version": "1",
|
||||
"api_url": "https://api.openai.com/v1"
|
||||
},
|
||||
"open_router": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue