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: package.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3897,6 +3897,18 @@
3897
3897
"preview"
3898
3898
]
3899
3899
},
3900
+
"gitlens.ai.modelOptions.temperature": {
3901
+
"type": "number",
3902
+
"default": 0.7,
3903
+
"minimum": 0,
3904
+
"maximum": 2,
3905
+
"markdownDescription": "Specifies the temperature, a measure of output randomness, to use for the AI model. Higher values result in more randomness, e.g. creativity, while lower values are more deterministic",
0 commit comments