Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public sealed class EquivalenceEvaluator : IEvaluator
new ChatOptions
{
Temperature = 0.0f,
MaxOutputTokens = 5, // See https://github.com/dotnet/extensions/issues/6814.
MaxOutputTokens = 16, // Azure OpenAI requires minimum of 16 tokens. See https://github.com/dotnet/extensions/issues/6814.
Comment thread
stephentoub marked this conversation as resolved.
Outdated
Comment thread
stephentoub marked this conversation as resolved.
Outdated
TopP = 1.0f,
PresencePenalty = 0.0f,
FrequencyPenalty = 0.0f,
Expand Down
Loading