Skip to content

Commit

Permalink
feat: add fineTuning method to OpenAI facade
Browse files Browse the repository at this point in the history
  • Loading branch information
BadJacky committed Nov 6, 2024
1 parent 166cc22 commit d019dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Facades/OpenAI.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* @method static \OpenAI\Resources\Edits edits()
* @method static \OpenAI\Resources\Files files()
* @method static \OpenAI\Resources\FineTunes fineTunes()
* @method static \OpenAI\Resources\FineTuning fineTuning()
* @method static \OpenAI\Resources\Images images()
* @method static \OpenAI\Resources\Models models()
* @method static \OpenAI\Resources\Moderations moderations()
Expand Down

0 comments on commit d019dd1

Please sign in to comment.