Remove Freeform and Find from UI. Allow Description to be added to Reviewed job
This commit is contained in:
13
.env.example
13
.env.example
@@ -11,6 +11,19 @@ FRONTEND_PORT=3000
|
||||
MODEL_NAME=deepseek-ai/DeepSeek-OCR
|
||||
HF_HOME=/models
|
||||
|
||||
# OCR model selection
|
||||
# Register the local DeepSeek-OCR model (set to false for an Ollama-only deployment)
|
||||
ENABLE_DEEPSEEK_LOCAL=true
|
||||
# External Ollama host the backend should call (no trailing slash)
|
||||
OLLAMA_BASE_URL=http://host.docker.internal:11434
|
||||
# Comma-separated Ollama vision model tags to surface in the UI.
|
||||
# Pull these on the Ollama host first, e.g. `ollama pull glm-ocr`.
|
||||
OLLAMA_MODELS=glm-ocr,llama3.2-vision,minicpm-v,qwen2.5vl
|
||||
# Default model id selected in the UI (deepseek-local or ollama:<tag>)
|
||||
DEFAULT_OCR_MODEL=deepseek-local
|
||||
# Per-request timeout (seconds) for Ollama calls
|
||||
OLLAMA_TIMEOUT=300
|
||||
|
||||
# CORS Configuration (comma-separated origins, defaults to http://localhost:3000)
|
||||
CORS_ORIGINS=http://localhost:3000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user