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

Hello, I run into an issue when trying to run the docker image on my Mac M1. I coned the repo, set the API keys and run docker-compose up but...

Hi! I am using gpt-researcher with date 18/05/2024. Despite the documentation state that LangChain Adapters can be used, the only LLM provider that gpt-researcher seems to manage are Azure, OpenAI...

INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) INFO: Started reloader process [62124] using StatReload Process SpawnProcess-1: Traceback (most recent call last): File "c:\users\xx\appdata\local\programs\python\python37\lib\multiprocessing\process.py", line 297, in _bootstrap self.run()...

I encountered an error while attempting to configure an alternative OpenAI base URL via the environment parameter `OPENAI_BASE_URL`. The error log is attached below for reference. Error Log: ``` 2024-05-20...

``` Retrying langchain_google_genai.chat_models._achat_with_retry.._achat_with_retry in 2.0 seconds as it raised ResourceExhausted: 429 Resource has been exhausted (e.g. check quota).. Retrying langchain_google_genai.chat_models._achat_with_retry.._achat_with_retry in 4.0 seconds as it raised ResourceExhausted: 429 Resource has...

It seems there is a duplicate call to the `retriever.search` here that is not needed, and the first can be removed. If so, perhaps we can remove lines 225-229. Is...

I am having trouble due to setup not complete so I did the following # nltk Download nltk files from https://www.nltk.org/nltk_data/ Punkt and extract to: `Users › korayem > nItk_data...

Adding button enabling community access to one-click deploy template for self-hosting on RepoCloud.io

Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.42.0 to 1.44.0. Release notes Sourced from playwright's releases. v1.44.0 New APIs Accessibility assertions expect(locator).to_have_accessible_name() checks if the element has the specified accessible name: locator = page.get_by_role("button")...

dependencies
python

Pydantic alias 'base_url' for the field 'openai_api_base' is not working as expected for assignments outside the constructor, so changed the alias to the original field name for alternative OpenAI base_url....