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

Excellent project! I've hit an issue when trying to test gpt-researcher with locally running llama3. When using firefox (125.0.2) on linux i see that on long research the browser closes...

When testing gpt-researcher with local llama3, i found that sometimes the extract_headers will throw the exception here ``` if line.startswith("

Having done some testing i wonder how does one influence the quality of the report via configuration, what are best practices if any I.e. what is the impact of various...

Testing gpt-researcher with llama3, i found that 3 times out of 4 llama3 will respond with json + some verbiage to prompt in generate_search_queries_prompt. Not sure it is worth changing...

I copied the code from the "Research on Local Documents" section, and all my local files in the DOC_PATH directory are plaintxt files. I keep getting the same error: Traceback...

## Run the React App with Docker > **Step 1** - [Install Docker](https://docs.gptr.dev/docs/gpt-researcher/getting-started#try-it-with-docker) > **Step 2** - Clone the '.env.example' file, add your API Keys to the cloned file and...

Hi, the links to the 'Langchain Adapters'-documentation page are depricated, e.g. on [Getting Started](https://docs.gptr.dev/docs/gpt-researcher/getting-started): > For LLM, we recommend [OpenAI GPT](https://platform.openai.com/docs/guides/gpt), but you can use any other LLM model (including...

running: cd "/tmp/pip-install-hormq9jr/pyreqwest-impersonate_762d95a1dea042c888eab36c00adda12/target/release/build/boring-sys-imp-27d09f24c7b163e4/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/home/ec2-user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/boring-sys-imp-2.1.0/deps/boringssl" "-DCMAKE_INSTALL_PREFIX=/tmp/pip-install-hormq9jr/pyreqwest-impersonate_762d95a1dea042c888eab36c00adda12/target/release/build/boring-sys-imp-27d09f24c7b163e4/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Release" --- stderr Traceback...

example of .env for lm studio: ``` OPENAI_BASE_URL="http://localhost:1234/v1" OPENAI_API_KEY="local" EMB_MODEL="local" ``` key does not matter but is required to load, model does not matter and is not required. i just...

Hi @assafelovic This pull request implements the `GroqProvider` class, following the coding patterns defined in `OpenAIProvider`. `GroqProvider` enables easy access to the below LLMs: - Llama3-70b-8192 - Llama3-8b-8192 - Gemma-7b-it...