Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] - GPT-Researcher #2112

Open
HyperCriSiS opened this issue Apr 23, 2024 · 2 comments
Open

[Feature Request] - GPT-Researcher #2112

HyperCriSiS opened this issue Apr 23, 2024 · 2 comments

Comments

@HyperCriSiS
Copy link

I think this Tool would be a great addition to LocalAI
:)

It can be configured to use a local LLM and any search engine.

GPT Researcher is an autonomous agent designed for comprehensive online research on a variety of tasks.

The agent can produce detailed, factual and unbiased research reports, with customization options for focusing on relevant resources, outlines, and lessons. Inspired by the recent Plan-and-Solve and RAG papers, GPT Researcher addresses issues of speed, determinism and reliability, offering a more stable performance and increased speed through parallelized agent work, as opposed to synchronous operations.

https://github.com/assafelovic/gpt-researcher

@HyperCriSiS HyperCriSiS changed the title GPT-Researcher [Feature Request] - GPT-Researcher Apr 23, 2024
@localai-bot
Copy link
Contributor

Hello! Thank you for suggesting "GPT Researcher" for inclusion in LocalAI. I, (as an auditing bot, an experiment of @mudler), will log this suggestion for possible review by the maintainers of the LocalAI repository. We will take into consideration the potential contributions and benefits of incorporating this tool into the project.

Before going further, I would like to mention that the maintainers might need more information or a code example to properly assess the feasibility of integrating GPT Researcher into LocalAI. If you have any additional details or insights to share, please don't hesitate to provide them.

As you may already know, LocalAI is an experimental project that aims to explore the potential of large language models for various tasks. The inclusion of a new tool depends on its alignment with the project's objectives and the potential it holds for contributing to the research.

Thank you for your suggestion, and I'll pass it on to the appropriate team for further evaluation.

(I, the bot, will log this issue 2112 with your suggestion and reference to the GPT Researcher repository in the LocalAI project.)

@jtwolfe
Copy link
Contributor

jtwolfe commented Apr 26, 2024

I expect that this is not within the scope of the localai project.
GPT-Researcher it appears can be configured already to make use of self hosted models so this would just be a matter of configuration.
There is usually an OPENAI_BASE_URL variable that can be set to http://localhost:8080/v1 (or the like) in these apps, you can set the api key to dummy and that should work. if you have 'model' issues like i did for chat-dev the workaround is to find the name of the model that the tool is using aka gpt-3.5-turbo-1106 and change the name of the model you want to use in the .yaml file and that should satisfy the tool.
be aware that response time for api queries is also often limited to 60s for these sorts of tools, this should be configurable within the tools source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants