Skip to content

Commit d548491

Browse files
authored
Update Chat.php
1 parent 2807ec8 commit d548491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Chat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public static function formatResponse($buffer)
8585
return [
8686
'error' => [
8787
'code' => 'parse_error',
88-
'message' => 'Unable to parse response',
88+
'message' => 'Empty response from api',
8989
'detail' => $buffer
9090
]
9191
];

0 commit comments

Comments
 (0)