assafelovic / gpt-researcher

GPT based autonomous agent that does online comprehensive research on any given topic
https://gptr.dev
MIT License
13.06k stars 1.61k forks source link

react frontend 2.0 #523

Open ElishaKay opened 1 month ago

ElishaKay commented 1 month ago
  1. Make sure you have docker installed.

  2. Install the langgraph-cli package:

    
    pip install langgraph-cli
Step 3: Add 2 keys to .env file in root folder:

ANTHROPIC_API_KEY=... LANGCHAIN_TRACING_V2=true

Step 4: From the root folder, run: `langgraph up -d docker-compose.yml`

Step 5:

cd gpt_researcher_nextjs cp .example.env .env nvm install 18.17.0 nvm use v18.17.0 npm install --legacy-peer-deps npm run dev