Skip to content

Commit

Permalink
Merge pull request #117 from fireqong/main
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanerday authored Nov 13, 2023
2 parents e491a3f + 7beb2b4 commit 2ccdf2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@ Manage fine-tuning jobs to tailor a model to your specific training data.

```php
$result = $open_ai->createFineTune([
"model" => "gpt-3.5-turbo-1106",
"training_file" => "file-U3KoAAtGsjUKSPXwEUDdtw86",
]);
```
Expand Down
2 changes: 1 addition & 1 deletion src/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public static function filesUrl(): string
*/
public static function fineTuneUrl(): string
{
return self::OPEN_AI_URL . "/fine-tunes";
return self::OPEN_AI_URL . "/fine_tuning/jobs";
}

/**
Expand Down

0 comments on commit 2ccdf2f

Please sign in to comment.