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

`openai` sdk allows setting base url. This can be used to our advantage to allow using any open source LLM. Change needed is minimal too. Relevant projects: 1. https://github.com/go-skynet/LocalAI 2....

When I run 'research' I get openai.error.InvalidRequestError: The model: `gpt-4` does not exist I do have access to the GPT-4 API as far as I'm aware. I've used it in...

Research appears to run but then throws this error: ERROR: Exception in ASGI application Traceback (most recent call last): File "/home/simonc/.local/lib/python3.8/site-packages/uvicorn/protocols/websockets/wsproto_impl.py", line 249, in run_asgi result = await self.app(self.scope, self.receive,...

Hi How can this situation be resolved? `WARNING:root:Rate limit reached, backing off...` ![image](https://github.com/assafelovic/gpt-researcher/assets/8458235/62a14e4f-048b-49f9-b748-1e23fb40ebca) BR, Christoph

Hi Thx for the great work. I am getting the following error in the terminal when pressing the blue "Research" button: `openai.error.InvalidRequestError: The model: `gpt-4` does not exist` My provided...

Every URL that attempts to be processed gives me the following error: > An error occurred while processing the url https://www.kiplinger.com/investing/amazon-stock-is-a-top-pick-for-2023-analysts-say: Message: Can not connect to the Service /Users/austinmw/.wdm/drivers/chromedriver/mac_arm64/114.0.5735.90/chromedriver Any...

Due to the latest changes I now get the above error on my MacBook Pro M1 with all the correct dependencies installed. It was working a week ago for me...

Updated relative links to absolute links for PyPI compatibility for English README file Updated Chinese README file 更新了英文README文件的链接 更新了中文的README

I would like the option to remove printing/logging when executing the researcher agent to reduce noise in production