-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvTemplate
More file actions
46 lines (36 loc) · 1.2 KB
/
Copy pathenvTemplate
File metadata and controls
46 lines (36 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Copy this file to .env and fill in your API keys.
# Local providers (ollama, lmstudio, jan, llamacpp) require no API key.
# Only the keys you plan to use need to be filled in.
# Ollama is the default provider and requires no API key.
PROVIDER=ollama
OLLAMA_BASE_URL=http://localhost:11434/v1
OLLAMA_MODEL=qwen2.5vl-8k:latest
OLLAMA_TIMEOUT=600
LMSTUDIO_BASE_URL=http://localhost:1234/v1
LMSTUDIO_MODEL=
LMSTUDIO_TIMEOUT=600
# LMSTUDIO_API_KEY= # only if your LM Studio server has API auth enabled
JAN_BASE_URL=http://localhost:1337/v1
JAN_MODEL=
JAN_TIMEOUT=600
# JAN_API_KEY= # only if your Jan server has API auth enabled
LLAMACPP_BASE_URL=http://localhost:8080/v1
LLAMACPP_MODEL=
LLAMACPP_TIMEOUT=600
# LLAMACPP_API_KEY= # only if your llama.cpp server has API auth enabled
OPENROUTER_API_KEY=
OPENROUTER_MODEL=qwen/qwen-2.5-vl-72b-instruct
OPENROUTER_TIMEOUT=60
OPENAI_API_KEY=
OPENAI_MODEL=gpt-4o
OPENAI_TIMEOUT=60
GEMINI_API_KEY=
GEMINI_MODEL=gemini-2.5-flash
GEMINI_TIMEOUT=60
ANTHROPIC_API_KEY=
ANTHROPIC_MODEL=claude-sonnet-4-20250514
ANTHROPIC_TIMEOUT=60
# Where project folders live (guide JSON + images/ + output/).
# Default: ~/Documents/FolgeProjects
# FOLGE_PROJECTS_DIR=
MIN_CONFIDENCE=0.2