Skip to content

Commit

Permalink
Fixing PHPStan for OpenAiSolution
Browse files Browse the repository at this point in the history
  • Loading branch information
arnebr authored Jul 20, 2024
1 parent 9e6cbbe commit 1677ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Solutions/OpenAi/OpenAiSolution.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct(
protected int|null $cacheTtlInSeconds = 60,
protected string|null $applicationType = null,
protected string|null $applicationPath = null,
protected string|null $openAiModel,
protected string|null $openAiModel = null,
) {
$this->prompt = $this->generatePrompt();

Expand Down

0 comments on commit 1677ae7

Please sign in to comment.