14 lines
470 B
YAML
14 lines
470 B
YAML
# Brother Scanner Configuration
|
|
|
|
# Directory where scanned PDFs will be saved
|
|
scan_dir: "scans"
|
|
|
|
# Brother scanner command (adjust based on your scanner model)
|
|
# For Brother DS-640, you might use: brscan-skey -s
|
|
brother_cmd: "brscan-skey -s"
|
|
|
|
# LLM API configuration (OpenAI-compatible)
|
|
# For OpenAI: https://api.openai.com/v1/chat/completions
|
|
# For Ollama: http://localhost:11434/v1/chat/completions
|
|
api_url: "http://localhost:11434/v1/chat/completions"
|
|
model: "llama3" |