🤖 AI Assist (Local LLM)
Ollama integration — run DeepSeek, Qwen, Llama, or any local model. Your data never leaves your machine.
AI chat interface
AI response
Settings
Highlights
- Fully local — calls Ollama API at
localhost:11434. No data ever sent to external servers. - Any Ollama model — DeepSeek, Qwen, Llama, Mistral, and anything else Ollama supports.
- File context — send the currently open file's content to the AI for analysis or summarization.
- Configurable — set your Ollama endpoint and default model in Settings.
📖 Glossary
| Abbreviation | Full name | Meaning |
|---|---|---|
| API | Application Programming Interface | A standard interface allowing two software components to communicate with each other. |
| LLM | Large Language Model | Large Language Model — generative AI models such as GPT-4, Claude, and Llama. |
| Ollama | Ollama | A free tool for running open-source LLMs locally (ollama.com); no internet required, data never leaves your machine. |