assafelovic / gpt-researcher

GPT based autonomous agent that does online comprehensive research on any given topic
https://gptr.dev
MIT License
12.98k stars 1.61k forks source link

How can I adjust each part of the output to have as much text as possible? #615

Closed Piratelhx closed 1 week ago

Piratelhx commented 1 week ago

How can I adjust each part of the output to have as much text as possible?

assafelovic commented 1 week ago

There's no real way to do it except ask the LLM to do it which is why there's an env var you can change TOTAL_WORDS. For example: export TOTAL_WORDS=800. Please note that most LLMs are limited to 4096 output tokens