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.nls.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,5 +36,6 @@
36
36
"config.backend.protocol.description": "Can specify the backend protocol. `OpenAI`, `Azure`, `Ollama`, `OpenRouter` are supported.",
37
37
"config.options.model.description": "Can specify the models listed in [Models](https://platform.openai.com/docs/models), if `→ Model Name Text` selected, the following setting will be used.",
38
38
"config.options.modelNameText.description": "Can specify the model name as text, which varies by backend.",
39
-
"config.options.temperature.description": "Can specify a value between `0.0` and `1.0` or empty. If empty, the temperature setting is omitted. Higher values like `0.8` will make the output more random, while lower values like `0.2` will make it more focused and deterministic. [FAQ](https://platform.openai.com/docs/guides/text-generation/how-should-i-set-the-temperature-parameter) helps to determine the value."
40
-
}
39
+
"config.options.temperature.description": "Can specify a value between `0.0` and `1.0` or empty. If empty, the temperature setting is omitted. Higher values like `0.8` will make the output more random, while lower values like `0.2` will make it more focused and deterministic. [FAQ](https://platform.openai.com/docs/guides/text-generation/how-should-i-set-the-temperature-parameter) helps to determine the value.",
40
+
"config.indentation.quoteCharacter.description": "Can specify the character(s) used for quote indentation in Markdown. Default is `>`, but you can use characters like `>|` or other combinations."
0 commit comments