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

Hi This pull request implements the `OllamaProvider` class, following the coding patterns defined in OpenAIProvider. I have tested the changes using the local client and the examples/sample_report.py program with simple...

Dear Tavily Team, I hope this message finds you well. I am writing to report an issue I've encountered with your API, which I have been using to develop a...

I found an interference by the previous research topics when querying a new topic. The new topic was totally irrevalent to the old topic, however some references cited in the...

I got this error. openai.NotFoundError: Error code: 404 - {'error': {'message': "model 'gpt-4o' not found, try pulling it first", 'type': 'api_error', 'param': None, 'code': None}} I am using the example...

MacOS M1 Version 14.5 Python 3.11.6 How meet the error? `pip install -r requirements.txt` What the error: ``` Requirement already satisfied: beautifulsoup4 in /Users/*/miniconda3/envs/bio/lib/python3.12/site-packages (from -r requirements.txt (line 2)) (4.12.2)...

I encountered an issue with the write_report method in the gpt-researcher library. When the report_type is set to custom_report, the report variable is not instantiated, which leads to the following...

I think it makes sense to use: gpt-4 as smart LLM, some Groq / Openrouter / Huggingface / Ollama LLM as fast and eg. Nomic Embed (via GPT4All) as embed...

I am using my Mac M2 air. File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/httpx/_models.py", line 70, in __init__ self._list = [ File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/httpx/_models.py", line 74, in normalize_header_value(v, encoding), File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/httpx/_utils.py", line 53, in normalize_header_value return...

Install with py3.11 was taking a while, wonder if it's because of langchain deps being unpinned