Skip to content

Commit

Permalink
config polling
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhanjun committed Jan 2, 2024
2 parents 5f3c836 + 5aee021 commit 652a417
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/OpenAi.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ protected function getConfig()
throw new Exception('No default driver');
}

<<<<<<< HEAD
return $this->polling($driver_config) ;
=======
return $this->polling($driver_config);
>>>>>>> 5aee0210a2b2507779df365700c58f4e2c12096f
}

/**
Expand Down

0 comments on commit 652a417

Please sign in to comment.