mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-27 09:32:08 +00:00
10 lines
221 B
Go
10 lines
221 B
Go
package config
|
|
|
|
const (
|
|
DefaultSyncInterval = "24h"
|
|
DefaultPageSize = 50
|
|
DefaultCacheTTL = "168h" // 1 week
|
|
DefaultGarminHost = "connect.garmin.com"
|
|
DefaultAnalysisModel = "deepseek/deepseek-r1-0528"
|
|
)
|