Skip to content

Commit

Permalink
Merge pull request #159 from jonassiewertsen/patch-1
Browse files Browse the repository at this point in the history
Format
  • Loading branch information
freekmurze authored Sep 18, 2023
2 parents bab9523 + 8f0c2cf commit 5e0dfd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/ignition.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
/*
* When a key is set, we'll send your exceptions to Open AI to generate a solution
*/

'open_ai_key' => env('IGNITION_OPEN_AI_KEY'),

/*
Expand All @@ -263,6 +264,7 @@
| specify a list of classes here which summarize the variables.
|
*/

'argument_reducers' => [
\Spatie\Backtrace\Arguments\Reducers\BaseTypeArgumentReducer::class,
\Spatie\Backtrace\Arguments\Reducers\ArrayArgumentReducer::class,
Expand All @@ -276,4 +278,5 @@
\Spatie\LaravelIgnition\ArgumentReducers\CollectionArgumentReducer::class,
\Spatie\Backtrace\Arguments\Reducers\StringableArgumentReducer::class,
],

];

0 comments on commit 5e0dfd3

Please sign in to comment.