Skip to content

Commit

Permalink
Update daprdocs/content/en/reference/components-reference/supported-b…
Browse files Browse the repository at this point in the history
…indings/openai.md

Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
  • Loading branch information
hhunter-ms authored Jul 24, 2023
1 parent 50a7e84 commit 912cb27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The data parameters are:
- `presencePenalty` - (optional) Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics. Defaults to 0.0 for completion API.
- `frequencyPenalty` - (optional) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. Defaults to 0.0 for completion API.

Read more about the importance and usage of these parameters in the [Azure OpenAI API documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference).
Read more about the importance and usage of these parameters in the [Azure OpenAI API documentation](https://learn.microsoft.com/azure/ai-services/openai/reference).
#### Examples

{{< tabs Linux >}}
Expand Down

0 comments on commit 912cb27

Please sign in to comment.