Troubleshooting of OpenAI API: Difference between revisions
Jump to navigation
Jump to search
m
→How to fix "" is not of type 'array' - 'messages'
| Line 34: | Line 34: | ||
=== How to fix "" is not of type 'array' - 'messages' === | === How to fix "" is not of type 'array' - 'messages' === | ||
* Error message: {{ | * Error message: | ||
<pre> | |||
{ | |||
"error": { | |||
"message": "'' is not of type 'array' - 'messages'", | |||
"type": "invalid_request_error", | |||
"param": null, | |||
"code": null | |||
} | |||
} | |||
</pre> | |||
* Example Input | * Example Input | ||
<pre> | <pre> | ||