diff --git a/README.md b/README.md index a5f24480..ab418e0c 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 d0ed8178..5af90cc7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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