mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-04-04 20:13:01 +00:00
sync
This commit is contained in:
9
internal/config/defaults.go
Normal file
9
internal/config/defaults.go
Normal 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"
|
||||
)
|
||||
Reference in New Issue
Block a user