Skip to content

Commit

Permalink
fix_typo_readme_verbose (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatram-dev authored Aug 28, 2024
1 parent ac65d39 commit fcf20bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ To better understand how the model came up with it's answer, you can run it in d
mode by passing in the verbose argument:

```python
>>> agent = VisionAgentCoder(verbose=2)
>>> agent = VisionAgentCoder(verbosity=2)
```

#### Detailed Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ To better understand how the model came up with it's answer, you can run it in d
mode by passing in the verbose argument:

```python
>>> agent = VisionAgentCoder(verbose=2)
>>> agent = VisionAgentCoder(verbosity=2)
```

#### Detailed Usage
Expand Down

0 comments on commit fcf20bf

Please sign in to comment.