🤖 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
| 縮寫 | 英文全稱 | 說明 |
|---|---|---|
| API | Application Programming Interface | 應用程式介面;讓兩個軟體互相呼叫功能的規範。 A standard interface allowing two software components to communicate with each other. |
| LLM | Large Language Model | 大型語言模型;如 GPT-4、Claude、Llama 等生成式 AI 模型。 Large Language Model — generative AI models such as GPT-4, Claude, and Llama. |
| Ollama | Ollama | 在本機執行開源 LLM 的免費工具(ollama.com);不需網路連線,資料不離機。 A free tool for running open-source LLMs locally (ollama.com); no internet required, data never leaves your machine. |