Skip to content

Commit

Permalink
Increased AI dataset timespan to 3 years.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Oct 2, 2024
1 parent 34d14a4 commit 2db868d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"maxTokens": {
"name": 40,
"description": 200,
"insights": 4000,
"insights": 6000,
// If max tokens were not enough, try again with a 20% higher limit.
"multiplier": 1.2
},
"insights": {
// Exported CSV datasets should have activities for the past 2 years.
"datasetWeeks": 105,
// Exported CSV datasets should have activities for the past 3 years.
"datasetWeeks": 156,
// For the AI insights, consider activities from the past 4 weeks.
"recentWeeks": 4
}
Expand Down

0 comments on commit 2db868d

Please sign in to comment.