-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
24 lines (19 loc) · 799 Bytes
/
env.example
File metadata and controls
24 lines (19 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# OpenRouter API Configuration
OPENROUTER_API_KEY=your_openrouter_api_key_here
OPENROUTER_MODEL=anthropic/claude-3.5-sonnet
# Alternative models you can use:
# OPENROUTER_MODEL=openai/gpt-4-turbo
# OPENROUTER_MODEL=openai/gpt-3.5-turbo
# OPENROUTER_MODEL=anthropic/claude-3-opus
# OPENROUTER_MODEL=meta-llama/llama-3.1-70b-instruct
# OpenRouter Base URL
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
# Application name for OpenRouter (optional)
OPENROUTER_APP_NAME=PathwiseAI
OPENROUTER_SITE_URL=http://localhost:3000
# Feature flags
CREATE_DEFAULT_USER=false
# JWT Configuration
JWT_SECRET=your_jwt_secret_key_here_change_in_production
# Время жизни токена (например: 24h, 7d, 30m, never для бесконечного времени жизни)
JWT_EXPIRES_IN=24h