Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
assafelovic committed Oct 21, 2023
1 parent 15f5659 commit c54411c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The agent can produce detailed, factual and unbiased research reports, with cust
- Using only a selection of resources can create bias in determining the right conclusions for research questions or tasks.

## Architecture
The main idea is to run "planner" and "execution" agents, whereas the planner generates questions to research, and the execution agents seek the most related information based on each generated research question. Finally, the planner filters and aggregates all related information and creates a research report. <br />
The main idea is to run "planner" and "execution" agents, whereas the planner generates questions to research, and the execution agents seek the most related information based on each generated research question. Finally, the planner filters and aggregates all related information and creates a research report. <br /> <br />
The agents leverage both gpt3.5-turbo and gpt-4 to complete a research task. We optimize for costs using each only when necessary. **The average research task takes about 3 minutes to complete, and costs about $0.1.**

<div align="center">
Expand Down

0 comments on commit c54411c

Please sign in to comment.