Update README.md
Browse files
README.md
CHANGED
|
@@ -228,6 +228,7 @@ messages = [
|
|
| 228 |
{
|
| 229 |
"role": "system",
|
| 230 |
"content": SYSTEM_PROMPT
|
|
|
|
| 231 |
{
|
| 232 |
"role": "user",
|
| 233 |
"content": [{"type": "text", "text": "What do you see?"}, {"type": "image_url", "image_url": {"url": url}],
|
|
|
|
| 228 |
{
|
| 229 |
"role": "system",
|
| 230 |
"content": SYSTEM_PROMPT
|
| 231 |
+
},
|
| 232 |
{
|
| 233 |
"role": "user",
|
| 234 |
"content": [{"type": "text", "text": "What do you see?"}, {"type": "image_url", "image_url": {"url": url}],
|