From fcf20bfbb03dcb34adff674d7b58080b78d0671c Mon Sep 17 00:00:00 2001 From: venkatram-dev <45727389+venkatram-dev@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:19:27 -0700 Subject: [PATCH] fix_typo_readme_verbose (#213) --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fda69986..a47263e4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index fc5ddde1..64cf1245 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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