Skip to content

Commit d9c04e7

Browse files
mendonkautofix-ci[bot]
authored andcommitted
docs: azure default temperature (#11829)
* change-azure-openai-default-temperature-to-1.0 * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * [autofix.ci] apply automated fixes (attempt 3/3) * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 64ca07a commit d9c04e7

File tree

4 files changed

+6146
-1979
lines changed

4 files changed

+6146
-1979
lines changed

docs/docs/Components/bundles-azure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For more information, see [Language model components](/components-models).
3232
| Deployment Name | String | Input parameter. Specifies the name of the deployment. |
3333
| API Version | String | Input parameter. Specifies the version of the Azure OpenAI API to be used. |
3434
| API Key | SecretString | Input parameter. Your Azure OpenAI API key. |
35-
| Temperature | Float | Input parameter. Specifies the sampling temperature. Defaults to `0.7`. |
35+
| Temperature | Float | Input parameter. Specifies the sampling temperature. Defaults to `1.0`. |
3636
| Max Tokens | Integer | Input parameter. Specifies the maximum number of tokens to generate. Defaults to `1000`. |
3737
| Input Value | String | Input parameter. Specifies the input text for text generation. |
3838
| Stream | Boolean | Input parameter. Specifies whether to stream the response from the model. Default to `false`. |

0 commit comments

Comments
 (0)