diff --git a/resources/views/components/solution.blade.php b/resources/views/components/solution.blade.php index 603e0a4..72be871 100644 --- a/resources/views/components/solution.blade.php +++ b/resources/views/components/solution.blade.php @@ -20,11 +20,9 @@ @endif - {{-- - @if($solution->isAiSolution()) + @if($solution instanceof \Spatie\ErrorSolutions\Solutions\OpenAi\OpenAiSolution) This solution is provided by our AI. It might not be 100% accurate. @endif - --}} @if(config('error-solutions.enable_runnable_solutions')) @if($solution instanceof \Spatie\ErrorSolutions\Contracts\RunnableSolution)