You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I've been testing out gpt-researcher with the default OpenAI setup and have been impressed with the output. But when I switched to using Ollama with the GPT-120B model, the output quality dropped quite a bit.
I know that the models aren't directly comparable, but the issue seems to be in the research steps. Where I see the default OpenAI config make as many as 30 searches with Tavily, all other providers I've tested, including Anthropic, make between 0 and 1 search.
I'm not sure what could be causing the issue. Is this expected behavior?
python cli.py "What is happening in Portland this month in 2025" --report_type deep
Once the model starts, it immediately starts writing the output. When I run the tool with OpenAI models using the OpenAI API, it spends 2-3 minutes researching sources and going through the deep research steps.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hello!
I've been testing out gpt-researcher with the default OpenAI setup and have been impressed with the output. But when I switched to using Ollama with the GPT-120B model, the output quality dropped quite a bit.
I know that the models aren't directly comparable, but the issue seems to be in the research steps. Where I see the default OpenAI config make as many as 30 searches with Tavily, all other providers I've tested, including Anthropic, make between 0 and 1 search.
I'm not sure what could be causing the issue. Is this expected behavior?
Here is my config
I'm running something like:
Once the model starts, it immediately starts writing the output. When I run the tool with OpenAI models using the OpenAI API, it spends 2-3 minutes researching sources and going through the deep research steps.
All reactions