Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Oct 30, 2024
1 parent 2018b54 commit be7fbbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class OpenAiTest {
compareOptions = RoborazziOptions.CompareOptions(
aiCompareOptions = AiCompareOptions(
aiModel = OpenAiAiModel(
apiKey = System.getenv("openai_api_key")!!,
apiKey = System.getenv("openai_api_key").orEmpty(),
modelName = "gpt-4o",
),
)
Expand Down

0 comments on commit be7fbbb

Please sign in to comment.