Skip to content

Commit

Permalink
Update OpenAICompletionSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
sss04 authored Oct 1, 2024
1 parent 6854b5f commit 3a330b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ trait OpenAIAPIKey {
lazy val modelName: String = "gpt-35-turbo"
lazy val deploymentNameGpt4: String = "gpt-4"
lazy val modelNameGpt4: String = "gpt-4"
lazy val test : String = "test"
}

class OpenAICompletionSuite extends TransformerFuzzing[OpenAICompletion] with OpenAIAPIKey with Flaky {
Expand Down

0 comments on commit 3a330b1

Please sign in to comment.