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

Commit cad67a7

Browse files
committed
fix: setChatHistoryAndTraining
1 parent b5b72bb commit cad67a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/V1.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ public function setChatHistoryAndTraining(bool $save, $account = 0): bool
859859
}
860860

861861
try {
862-
$response = $this->http->get('aip/models', [
862+
$response = $this->http->get('models', [
863863
'headers' => [
864864
'Authorization' => $token,
865865
'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',

0 commit comments

Comments
 (0)