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

what is best python3 version for this project? #56

Closed shuod closed 1 year ago

shuod commented 1 year ago

python3.10 or python 3.11 or ? Thanks!

mukulpatnaik commented 1 year ago

Hi @shuod python3.10 should work best!

P.S. 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!