Skip to content

Commit f50d565

Browse files
authored
feat: update temperature desc
feat: update temperature desc
2 parents ea15aa6 + 05f12b0 commit f50d565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/openapi/descriptions/chat-completion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export default {
220220
We generally recommend altering this or temperature but not both.`,
221221
},
222222
temperature: {
223-
desc: `What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. We generally recommend altering this or top_p but not both.`,
223+
desc: `What sampling temperature to use. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. We generally recommend altering this or top_p but not both.`,
224224
anthropic: {
225225
desc: `Amount of randomness injected into the response. Defaults to 1.0. Ranges from 0.0 to 1.0. Use temperature closer to 0.0 for analytical / multiple choice, and closer to 1.0 for creative and generative tasks. Note that even with temperature of 0.0, the results will not be fully deterministic.`,
226226
},

0 commit comments

Comments
 (0)