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

Problem when performing the 'python main-local.py' #49

Closed JiaLIU99 closed 1 year ago

JiaLIU99 commented 1 year ago

Hi, I met this WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead when I was performing the python main-local.py, and I wonder what I could to handle this.

zcylly commented 1 year ago

Me too,and have u found a way to solve it?

pupble commented 1 year ago

have u found a way to solve it?

mukulpatnaik commented 1 year ago

Hi all @JiaLIU99 @zcylly @pupble sorry for the late response

I have made a major refactor of the code, fixing many issues and moving from flask to fastapi, if you are still interested please consider running git fetch to update your code to the latest version and try following the steps in the README to run the app. Thanks for trying it!