Skip to content

Commit

Permalink
reducing the max token count to enable tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
FMasudMsft committed Jan 2, 2025
1 parent 9765add commit 814fda7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ class OpenAIChatCompletionSuite extends TransformerFuzzing[OpenAIChatCompletion]
.setDeploymentName(deploymentNameGpt4o)
.setCustomServiceName(openAIServiceName)
.setApiVersion("2023-05-15")
.setMaxTokens(5000)
.setMaxTokens(500)
.setOutputCol("out")
.setMessagesCol("messages")
.setTemperature(0)
Expand Down

0 comments on commit 814fda7

Please sign in to comment.