-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (23 loc) · 826 Bytes
/
Copy path.env.example
File metadata and controls
28 lines (23 loc) · 826 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
25
26
27
28
# Strava app config (stable)
STRAVA_CLIENT_ID=
STRAVA_CLIENT_SECRET=
# Optional
STRAVA_API_BASE_URL=https://www.strava.com/api/v3
STRAVA_OAUTH_URL=https://www.strava.com/oauth/token
# Mistral api key
MISTRAL_API_KEY=
# Google Gemini (optional)
GOOGLE_API_KEY=
GOOGLE_API_BASE_URL=https://generativelanguage.googleapis.com/v1beta
GOOGLE_MODEL=gemini-3.1-flash-lite-preview
# LLM prompt selection defaults
LLM_DEFAULT_LANGUAGE=en
# Optional personal override (for your local assistant language, e.g. fr. If other than fr / en, translate the prompts first)
LLM_USER_LANGUAGE=
LLM_GENERIC_PROMPT_BASENAME=system_base
# Optional personal private prompt basename (e.g. my_profile)
LLM_PRIVATE_PROMPT_BASENAME=
LLM_PRIVATE_TEMPLATE_BASENAME=profile
# Training load
TRAINING_LOAD_THRESHOLD_HR_BPM=170
TRAINING_LOAD_MAX_HR_BPM=196