mirror of
https://github.com/tcsenpai/screenshot_assistant.git
synced 2025-06-03 01:40:13 +00:00
12 lines
333 B
Bash
12 lines
333 B
Bash
# Ollama configuration
|
|
OLLAMA_URL=http://localhost:11434/api/generate
|
|
OLLAMA_MODEL=llama3.2-vision:11b # you can use `llava-llama3` or `llava` if you prefer
|
|
|
|
# Window configuration
|
|
WINDOW_WIDTH=600
|
|
WINDOW_HEIGHT=400
|
|
WINDOW_TITLE=Screenshot Assistant
|
|
|
|
# Screenshot configuration
|
|
# Options: all, active, select
|
|
SCREENSHOT_MODE=active |