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
68 stars 62 forks source link

Fix regex #199

Closed neokd closed 4 months ago

neokd commented 4 months ago

Revise the regular expression in the read_file.py file to recognize various types of file paths, including those containing spaces or other characters. The current regex is restrictive and fails to account for paths with spaces and diverse characters.

ayushmorbar commented 4 months ago

I have solved this issue as part of JWoC!

neokd commented 4 months ago

Merged