Merge pull request #784 from MalikHaroonKhokhar/docs

docs:typos
pull/785/head
Kye Gomez 2 months ago committed by GitHub
commit 18c0aa4425
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"

Loading…
Cancel
Save