This commit is contained in:
2025-09-17 17:30:18 -07:00
parent 6bad6cae00
commit 84ba6432c2
65 changed files with 434 additions and 765 deletions

View File

@@ -0,0 +1,9 @@
package config
const (
DefaultSyncInterval = "24h"
DefaultPageSize = 50
DefaultCacheTTL = "168h" // 1 week
DefaultGarminHost = "connect.garmin.com"
DefaultAnalysisModel = "deepseek/deepseek-r1-0528"
)