neokd / NeoGPT

Chat effortlessly, execute commands, and interpret code with Llama3, Phi3, and more - your local AI assistant. Enjoy seamless interaction while ensuring ultimate privacy
https://neogpt.dev
MIT License
78 stars 64 forks source link

Specify required Python version #49

Closed AndreasWintherMoen closed 11 months ago

AndreasWintherMoen commented 11 months ago

Currently, the application doesn't run on Python < 3.10, and Python > 3.10 doesn't work due to incompatibilities with PyTorch.

neokd commented 11 months ago

It works on python 3.10

AndreasWintherMoen commented 11 months ago

Yep, exactly. That should be mentioned in the readme.

neokd commented 11 months ago

You can change it @AndreasWintherMoen

neokd commented 11 months ago

@AndreasWintherMoen is this under hacktoberfest or a general contribution?

AndreasWintherMoen commented 11 months ago

Not sure. I checked out the project to contribute to hacktoberfest, but couldn't because of a mismatching Python version. To be a hacktoberfest contribution the issue must have the hacktoberfest tag, right?

neokd commented 11 months ago

Added the tag