You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/vscode/package.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -720,9 +720,9 @@
720
720
"type": "number",
721
721
"description": "Open WebUI only. Port for 'localhost', if your instance is networked, remove this param and proxy it to `http://openwebui/` with nginx."
722
722
},
723
-
"isDefault": {
723
+
"isSelected": {
724
724
"type": "boolean",
725
-
"description": "Whether this preset is used when initializing a new chat."
725
+
"description": "Whether this preset is selected when initializing a new chat."
726
726
},
727
727
"isCollapsed": {
728
728
"type": "boolean",
@@ -885,9 +885,9 @@
885
885
"type": "number",
886
886
"description": "Open WebUI only. Port for 'localhost', if your instance is networked, remove this param and proxy it to `http://openwebui/` with nginx."
887
887
},
888
-
"isDefault": {
888
+
"isSelected": {
889
889
"type": "boolean",
890
-
"description": "Whether this preset is used when initializing a new chat."
890
+
"description": "Whether this preset is selected when initializing a new chat."
891
891
},
892
892
"isCollapsed": {
893
893
"type": "boolean",
@@ -1020,9 +1020,9 @@
1020
1020
"type": "number",
1021
1021
"description": "Open WebUI only. Port for 'localhost', if your instance is networked, remove this param and proxy it to `http://openwebui/` with nginx."
1022
1022
},
1023
-
"isDefault": {
1023
+
"isSelected": {
1024
1024
"type": "boolean",
1025
-
"description": "Whether this preset is used when initializing a new chat."
1025
+
"description": "Whether this preset is selected when initializing a new chat."
1026
1026
},
1027
1027
"isCollapsed": {
1028
1028
"type": "boolean",
@@ -1185,9 +1185,9 @@
1185
1185
"type": "number",
1186
1186
"description": "Open WebUI only. Port for 'localhost', if your instance is networked, remove this param and proxy it to `http://openwebui/` with nginx."
1187
1187
},
1188
-
"isDefault": {
1188
+
"isSelected": {
1189
1189
"type": "boolean",
1190
-
"description": "Whether this preset is used when initializing a new chat."
1190
+
"description": "Whether this preset is selected when initializing a new chat."
0 commit comments