Skip to content

Commit

Permalink
Little adjustment in the docs (#38)
Browse files Browse the repository at this point in the history
Little adjustment in the docs
  • Loading branch information
antunsz authored Apr 2, 2024
1 parent 11430fa commit bf7fee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export OPENAI_API_KEY="your-api-key"
You can interact with the agents as you would with any LLM or LMM model:

```python
>>> import vision_agent as va
>>> from vision_agent.agent import VisionAgent
>>> agent = VisionAgent()
>>> agent("What percentage of the area of this jar is filled with coffee beans?", image="jar.jpg")
"The percentage of area of the jar filled with coffee beans is 25%."
Expand Down

0 comments on commit bf7fee7

Please sign in to comment.