Skip to content

Commit

Permalink
Merge pull request #11 from mark-beeby/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
iamarunbrahma authored Jan 5, 2025
2 parents 5357db3 + 9ac6d53 commit 30d9f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ parser = VisionParser(
custom_prompt=custom_prompt,
detailed_extraction=True,
ollama_config={
"OLLAMA_NUM_PARALLEL": "8",
"OLLAMA_REQUEST_TIMEOUT": "240.0",
"OLLAMA_NUM_PARALLEL": 8,
"OLLAMA_REQUEST_TIMEOUT": 240,
},
enable_concurrency=True,
)
Expand Down

0 comments on commit 30d9f55

Please sign in to comment.