Skip to content

Commit

Permalink
fix_typo_readme_verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatram-dev committed Aug 27, 2024
1 parent da3eed1 commit 7fa570c
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 @@ -110,7 +110,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 7fa570c

Please sign in to comment.