15,048
edits
No edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 24: | Line 24: | ||
</pre> | </pre> | ||
Correct Format: ✅ This is an array containing an object | Correct Format in PHP: ✅ This is an array containing an object | ||
<pre> | <pre> | ||
'messages' => [['role' => 'user', 'content' => $message]] | 'messages' => [['role' => 'user', 'content' => $message]] | ||
| Line 33: | Line 33: | ||
This fix resolves the `"cannot unmarshal object into Go struct field ChatRequest.messages"` error. | This fix resolves the `"cannot unmarshal object into Go struct field ChatRequest.messages"` error. | ||
== Related links == | |||
* Forum: [https://www.reddit.com/r/ollama/ ollama] | |||
[[Category: Tools]] | [[Category: Tools]] | ||