mukulpatnaik / researchgpt

A LLM based research assistant that allows you to have a conversation with a research paper
https://www.dara.chat
MIT License
3.55k stars 340 forks source link

(Readme) Add detailed env-var instructions #37

Closed maxsu closed 1 year ago

maxsu commented 1 year ago

If applied, this patch with update the Readme to show users how to properly export the OPEN_API_KEY env var when running main-local.py.

This solves the cause of issue #15 - Confusion about env vars.

I spoke with author of #15. They had not exported the env var properly:

No breaking changes

mukulpatnaik commented 1 year ago

Thanks for this, this was added in a previous refactor