Inspired by the fantastic work by Matt Shumer (@mattshumer_). We've created a constrained Research Workflow that uses GPT-4 Assistants to write a report by searching:
- DuckDuckGo
- Exa
- ArXiv
python3 -m venv ~/.venvs/aienv
source ~/.venvs/aienv/bin/activatepip install -r cookbook/examples/research/requirements.txtexport OPENAI_API_KEY=sk-***
export EXA_API_KEY=***streamlit run cookbook/examples/research/app.py