From 7fa570cb019e0ee3116b63d3d3c083405716abb3 Mon Sep 17 00:00:00 2001 From: venkatram-dev Date: Tue, 27 Aug 2024 15:49:14 -0700 Subject: [PATCH] fix_typo_readme_verbose --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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