From 8bd34439156248f8427955b504072b84c9f47367 Mon Sep 17 00:00:00 2001 From: Malik Haroon Khokhar Date: Thu, 20 Feb 2025 23:53:56 +0500 Subject: [PATCH] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98166777..0a4ce2da 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,7 @@ agent = Agent( # Run the agent with a sample task agent.run( - "What are the components of a startups stock incentive equity plan" + "What are the components of a startup's stock incentive equity plan" ) ``` @@ -499,7 +499,7 @@ llm = GPT4VisionAPI( task = ( "Analyze this image of an assembly line and identify any issues such as" " misaligned parts, defects, or deviations from the standard assembly" - " process. IF there is anything unsafe in the image, explain why it is" + " process. If there is anything unsafe in the image, explain why it is" " unsafe and how it could be improved." ) img = "assembly_line.jpg"