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

Added a `Dockerfile` and a `docker-compose.yml` to make it extra easy to take for a spin. Added instruction on the README on how to do it.

determing -> determining

Hi, When trying to run the app, I get the following message in my command prompt: line 8, in from agent.run import WebSocketManager ModuleNotFoundError: No module named 'agent.run'; 'agent' is...

If one hosts it on public IP / address, then it throws the error `WebSocket connection to 'ws://localhost:8000/ws' failed:` Changing `client/scripts.js` localhost value to my host's IP worked but obviously,...

Hi, I am very new, but I really like your project gpt-researcher and would like to install it. However, just when I start, with the line git clone https://github.com/assafelovic/gpt-researcher.git I...

File "/opt/anaconda3/lib/python3.9/site-packages/uvicorn/protocols/websockets/websockets_impl.py", line 19, in from websockets.datastructures import Headers ModuleNotFoundError: No module named 'websockets.datastructures'

any issue for this error ??? OSError: cannot load library 'gobject-2.0-0': dlopen(gobject-2.0-0, 0x0002): tried: 'gobject-2.0-0' (no such file), '/usr/lib/gobject-2.0-0' (no such file), '/Users/mac/Downloads/gpt-researcher-master/gobject-2.0-0' (no such file), '/usr/lib/gobject-2.0-0' (no such file)....

I successfully install the project, I get the web page but when launching a request I get the following error: INFO: connection open ERROR: Exception in ASGI application Traceback (most...

Win11x64 Python 3.10 Conda WeasyPrint could not import some external libraries. Please carefully follow the installation steps before reporting an issue: https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#installation https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#troubleshooting ----- Process SpawnProcess-1: Traceback (most recent call...

Hi, thanks for creating this project, I'm very interested in trying it. i followed the instructions to clone the repo and install the python packages, but then when trying to...