pull/784/head
Malik Haroon Khokhar 2 months ago committed by GitHub
parent 00561e4b70
commit 8bd3443915
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 # Run the agent with a sample task
agent.run( 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 = ( task = (
"Analyze this image of an assembly line and identify any issues such as" "Analyze this image of an assembly line and identify any issues such as"
" misaligned parts, defects, or deviations from the standard assembly" " 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." " unsafe and how it could be improved."
) )
img = "assembly_line.jpg" img = "assembly_line.jpg"

Loading…
Cancel
Save