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 pattern in read_file.py #200

Closed ayushmorbar closed 4 months ago

ayushmorbar commented 4 months ago

This pull request fixes the regex pattern in the read_file.py file. The previous pattern had a typo that caused it to not match certain file paths correctly. The updated pattern now correctly matches file paths with special characters and handles both forward slashes and backslashes as path separators.

refer #199