gpt-researcher icon indicating copy to clipboard operation
gpt-researcher copied to clipboard

GPT based autonomous agent that does online comprehensive research on any given topic

Results 123 gpt-researcher issues
Sort by recently updated
recently updated
newest added

Has happened two times in a row this morning. Here's my terminal output: 🔎 Running research for 'latest AI developments'... 🤖 AI Research Agent 🧠 I will conduct my research...

I’m new to coding. I’ve successfully cloned and am using the app. Curious how the task.json file interacts with the app. For example, it has a default query which isn’t...

Pip Documentation is outdated. And still uses `researcher.run()` Fixed that.

For the flask example given in [PIP documentation](https://docs.tavily.com/docs/gpt-researcher/pip-package#flask-example) page, "await" allowed only within async function. How can I handle error?

Running in a MAC Docker Container at the end of researching I receive an error related to file name length. workaround is to make shorter quarries. ine 348, in app...

At the moment, executing the same query will return different report responses e.g. : `search_query`: `kendrick vs drake beef recent news` Output 1: ``` # Bibliography Recommendation Report: "Kendrick Lamar...

hi, i want to pass config.json into GPTResearcher like: researcher = GPTResearcher(query=query, report_type="research_report", config_path='config.json') but the GPTResearcher uses the default config.why? the json file is: {   "SEARCH_RETRIEVER": "serpapi",   "EMBEDDING_PROVIDER": "azureopenai",  ...

it seems that the docker `assafelovic/gpt-researcher` image is missing `gpt-researcher Warning pull access denied for assafelovic/gpt-researcher, repository doesn't exist` thank you for this great tool :)

`ERROR: Exception in ASGI application ....... research_result = await researcher.conduct_research() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/philipp/Library/Caches/pypoetry/virtualenvs/backend-xXYcI_nD-py3.11/lib/python3.11/site-packages/gpt_researcher/master/agent.py", line 85, in conduct_research self.context = await self.get_context_by_search(self.query) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/philipp/Library/Caches/pypoetry/virtualenvs/backend-xXYcI_nD-py3.11/lib/python3.11/site-packages/gpt_researcher/master/agent.py", line 158, in get_context_by_search context =...