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