Skip to content

Commit

Permalink
fix: styleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien HEYD committed Oct 4, 2024
1 parent aa45e81 commit d73a639
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Controllers/GptController.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ private function processPrompt($request)
*
* @param Request $request
* @return void
*
* @codeCoverageIgnore
*/
public function stream(Request $request)
Expand Down Expand Up @@ -195,6 +196,7 @@ public function stream(Request $request)
* @param $prompt
* @param $callback
* @return bool|string
*
* @codeCoverageIgnore
*/
private function sendRequest($prompt, $callback)
Expand Down

0 comments on commit d73a639

Please sign in to comment.