File size: 745 Bytes
bbfde3f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ========================================
# FREE Local AI Configuration
# (NO API KEYS, NO COSTS, 100% FREE!)
# ========================================

# Local AI Model - 100% FREE runs on your computer
# Options: 
#   blip-base (default - fast, good quality)
#   blip-large (slower, better quality)
#   git-base (alternative model)
LOCAL_VISION_MODEL=blip-base

# Enable/Disable AI Alt Text Generation (default: true)
# Set to false to use placeholder text instead
ENABLE_AI_ALT_TEXT=true

# ========================================
# Optional Server Configuration
# ========================================

# Host and port for the FastAPI server (defaults used if not set)
# SERVER_HOST=127.0.0.1
# SERVER_PORT=5000