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: messages/en.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -341,7 +341,9 @@
341
341
"modelBaseUrlDesc": "You only need to configure the version number, for example: https://api.openai.com/v1, the suffix will be automatically added.",
342
342
"modelDesc": "Some models support getting model list, if not supported please manually configure.",
343
343
"temperatureDesc": "Controls randomness of output. Lower values make generated content more deterministic.",
344
-
"topPDesc": "A nucleus sampling method, where the model considers the results of tokens with top_p probability mass. So 0.1 means only consider the top 10% probability mass. Usually we suggest to change this or temperature but not both."
344
+
"topPDesc": "A nucleus sampling method, where the model considers the results of tokens with top_p probability mass. So 0.1 means only consider the top 10% probability mass. Usually we suggest to change this or temperature but not both.",
345
+
"customHeaders": "Custom Headers",
346
+
"customHeadersDesc": "Add custom HTTP headers as JSON object. "
0 commit comments