FileChat is a read-only AI coding assistant. If you are more on the conservative side when it comes to using AI for coding, FileChat is the right tool for you. It allows you to discuss your code with LLMs without editing it. You can ask AI for suggestions or feedback, but the code is ultimately in your hands.
FileChat is published on PyPI. Install it with your favorite package manager.
Here is an example for pip:
pip install filechat
Here is an example for uv:
uv tool install filechat
On Linux, you can make file indexing faster by running the local embedding model on your Intel Arc or NVIDIA GPU. Just install the xpu or cuda extra. For example:
pip install filechat[cuda]
Just run filechat like this:
filechat [project-directory]
When running for the first time, FileChat guides you through setting up your LLM provider.
No comments yet.
Sign in to be the first to comment.