Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
fix: setChatHistoryAndTraining
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Jul 6, 2023
1 parent b5b72bb commit cad67a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/V1.php
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ public function setChatHistoryAndTraining(bool $save, $account = 0): bool
}

try {
$response = $this->http->get('aip/models', [
$response = $this->http->get('models', [
'headers' => [
'Authorization' => $token,
'User-Agent' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.63',
Expand Down

0 comments on commit cad67a7

Please sign in to comment.