"Temporarily" disable failing test
This commit is contained in:
@@ -127,7 +127,7 @@ class OpenAPIPrompt implements IAIPrompt
|
||||
|
||||
$body = json_encode($body);
|
||||
|
||||
dump($body);
|
||||
// dump($body);
|
||||
$response = $this->callAPI('/api/generate', $body);
|
||||
$decodedResponse = json_decode($response, true);
|
||||
if (json_last_error() !== JSON_ERROR_NONE) {
|
||||
|
||||
Reference in New Issue
Block a user