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

docs: fixed typo Line 49 of README.md #86

Closed bryce-seefieldt closed 11 months ago

bryce-seefieldt commented 11 months ago

Noticed a missing "s" in README.md; Line 49 "dev-requirements.txt"

neokd commented 11 months ago

it should actually be requirements.txt and now dev-requirements.txt Since dev is for docker as of now

neokd commented 11 months ago

You can update the readme to pip install -r requirements.txt

bryce-seefieldt commented 11 months ago

You can update the readme to pip install -r requirements.txt

Updated: 2d8dd1e

neokd commented 11 months ago

@bryce-seefieldt Thanks for the change. Didn't notice that 🤣