I made a node.js-based “Deep Researcher” web app. It searches internet and creates structured academic-style cited reports based on user’s prompt. One can nudge the app to search exclusively through scholar sources with science-related keywords.

The app requires your own api key to run OpenAI’s LLMs and the web search tool. The LLM vendor can easily be changed. The search will be changed to “Tavily” if the corresponding api key is provided

Edit: added web search tool.
Edit-2: added a sentence about “Tavily”

Edit 3: My public board for tracking progress

    • Maxim-fin@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      22 hours ago

      I need to study the repo, but the first thing I can say is that mine is in JS.

      Edit: in addition, GPT researcher uses tavily for web search and mine uses web_search tool but OpenAI Edit-2: added optin with “tavily” into my app as weel