Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Apr 5, 2023
1 parent c93e527 commit 3538065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ To start sending your errors to OpenAI, you must instanciate the `OpenAiSolution
```php
use \Spatie\Ignition\Solutions\OpenAi\OpenAiSolutionProvider;

$aiSolutionProvider = new OpenAiSolutionProvider($openAiKey)
$aiSolutionProvider = new OpenAiSolutionProvider($openAiKey);
```

To use the solution provider, you should pass it to `addSolutionProviders` when registering Ignition.
Expand Down

0 comments on commit 3538065

Please sign in to comment.