You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2023. It is now read-only.
'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',
750
+
'Referer' => 'https://chat.openai.com/chat',
751
+
],
740
752
'query' => [
741
753
'offset' => $offset,
742
754
'limit' => $limit,
@@ -759,13 +771,26 @@ public function getPlugins(int $offset = 0, int $limit = 250, string $status = '
'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',
791
+
'Referer' => 'https://chat.openai.com/chat',
792
+
],
793
+
])->getBody()->getContents();
769
794
} catch (GuzzleException$e) {
770
795
returnfalse;
771
796
}
@@ -782,13 +807,25 @@ public function installPlugin(string $pluginId): bool
'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',
827
+
'Referer' => 'https://chat.openai.com/chat',
828
+
],
792
829
'query' => [
793
830
'domain' => $domain,
794
831
],
@@ -809,13 +846,25 @@ public function getUnverifiedPlugins(string $domain = ''): array
'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