Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ The prompt must then contain the additional metadata from the document, and the
|
|
34 |
```python
|
35 |
image_base64 = [base64 image of PDF rendered down to 1024 px on longest edge]
|
36 |
|
37 |
-
|
38 |
{
|
39 |
"role": "user",
|
40 |
"content": [
|
|
|
34 |
```python
|
35 |
image_base64 = [base64 image of PDF rendered down to 1024 px on longest edge]
|
36 |
|
37 |
+
messages = [
|
38 |
{
|
39 |
"role": "user",
|
40 |
"content": [
|