Add image button with dropdown menu for uploading local images or inserting from URL. Integrate VLM-based OCR to extract text context from images and include in AI suggestions. Implement document size limits to disable AI when exceeding threshold. Refactor copilot plugin with per-view runtime state and OCR context injection. Add OCR cache utility for managing image metadata. Add code splitting configuration for optimized bundle size.
5 lines
109 B
Bash
5 lines
109 B
Bash
OPENAI_API_KEY=ollama
|
|
OLLAMA_HOST=http://192.168.0.120:11434
|
|
OLLAMA_MODEL=gpt-oss:20b
|
|
VLM_MODEL=qwen3-vl:30b
|