InferenceFS: Never worry about data again! (Again!)

3 points by linkdd


sebastiancarlos

Sorry for looking past the satire but:

# Mount with Gemini backend (recommended)
export API_KEY=your-key-here
mkdir -p /tmp/source /tmp/mount
uv run inferencefs --backend gemini /tmp/source /tmp/mount

I think these days the best way to support many (all?) LLM providers from a Python library is using something like any-llm (a lightweight version of LiteLLM).