Skip to content

Commit

Permalink
Merge pull request microsoft#310 from eltociear/patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
koreyspace authored Mar 5, 2024
2 parents 16bbfee + 522659f commit f198fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 17-ai-agents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The last agent framework we will explore is [JARVIS](https://github.com/microsof
![JARVIS](images/jarvis.png?WT.mc_id=academic-105485-koreyst)
The LLM, being a general purpose model, receives the request from the user and identifies the the specific task and any arguments/data that is needed to complete the task.
The LLM, being a general purpose model, receives the request from the user and identifies the specific task and any arguments/data that is needed to complete the task.
```python
[{"task": "object-detection", "id": 0, "dep": [-1], "args": {"image": "e1.jpg" }}]
Expand Down

0 comments on commit f198fac

Please sign in to comment.