Skip to content

Commit

Permalink
add stop
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Feb 13, 2023
1 parent 8124807 commit f67dbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelChatgpt.php
Expand Up @@ -43,7 +43,7 @@ public function setContext(string $context): LaravelChatgpt

public function setStop(array $stop): LaravelChatgpt
{
$this->stop[] = $stop;
$this->stop = $stop;

return $this;
}
Expand Down

0 comments on commit f67dbd6

Please sign in to comment.