-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 887 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (18 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# The web UI binds to localhost by default because Meme Search does not yet
# include authentication. Use 0.0.0.0 only on a trusted network or behind an
# authenticated reverse proxy.
APP_BIND_ADDRESS=127.0.0.1
APP_PORT=3000
# Optional persistent storage locations. Relative defaults are used when these
# are left commented out.
# MEME_SEARCH_DB_PATH=./meme_search/db_data/meme-search-db
# MEME_SEARCH_DIRECT_UPLOADS_PATH=./meme_search/direct-uploads
# MEME_SEARCH_GENERATOR_DB_PATH=./meme_search/db_data/image_to_text_generator
# MEME_SEARCH_MODELS_PATH=./meme_search/models
# Description generation is local by default.
IMAGE_DESCRIPTION_PROVIDER=local
# Only required when IMAGE_DESCRIPTION_PROVIDER=openai.
# Images selected for description generation are sent to this endpoint.
# OPENAI_API_BASE_URL=https://api.openai.com/v1
# OPENAI_API_KEY=
# OPENAI_VISION_MODEL=gpt-4o-mini