Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,6 @@ image = Image.open(requests.get(url, stream=True).raw)
|
|
57 |
# Each value in "content" has to be a list of dicts with types ("text", "image")
|
58 |
conversation = [
|
59 |
{
|
60 |
-
|
61 |
"role": "user",
|
62 |
"content": [
|
63 |
{"type": "text", "text": "What does the label 15 represent? (1) lava (2) core (3) tunnel (4) ash cloud"},
|
|
|
57 |
# Each value in "content" has to be a list of dicts with types ("text", "image")
|
58 |
conversation = [
|
59 |
{
|
|
|
60 |
"role": "user",
|
61 |
"content": [
|
62 |
{"type": "text", "text": "What does the label 15 represent? (1) lava (2) core (3) tunnel (4) ash cloud"},
|