Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jun 26, 2024
1 parent 83118db commit 034e5fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions resources/views/components/solution.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@
</ul>
@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)
Expand Down

0 comments on commit 034e5fd

Please sign in to comment.