-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (22 loc) · 792 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (22 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DB=your_database_name
POSTGRES_USER=your_username
POSTGRES_PASSWORD=your_password
PROVIDER=openrouter/openai/anthropic/azure/googleai
PROVIDER_MODEL="qwen/qwen3-235b-a22b:free"
PROVIDER_VISION_MODEL="mistralai/mistral-small-3.2-24b-instruct:free"
PROVIDER_VISION_TOOL_MODEL="google/gemini-2.0-flash-exp:free"
PROVIDER_GROUNDING_MODEL="bytedance/ui-tars-1.5-7b"
PROVIDER_API_KEY=your_api_key
PROVIDER_API_BASE=https://api.openrouter.ai/v1
OLLAMA_URL=http://localhost:11434
UI_ERROR_PLANNING="false"
OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost:4318"
S3_URL="http://localhost:8333"
S3_BUCKET=your_bucket
AWS_ACCESS_KEY_ID=your_access_key,
AWS_SECRET_ACCESS_KEY=your_secret_key,
SECRET_KEY=""
ACCESS_TOKEN_EXPIRE_MINUTES=30
ALGORITHM="HS256"