We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96a5ed commit 5671476Copy full SHA for 5671476
src/OpenAIAssistant.php
@@ -266,7 +266,7 @@ private function execute_request($ch)
266
);
267
} else if ($http_code != 200) {
268
throw new \Exception(
269
- "OpenAI API Returned Unexpected HTTP code $http_code"
+ "OpenAI API Returned Unexpected HTTP code $http_code. " . print_r($response, true)
270
271
}
272
curl_close($ch);
0 commit comments