Skip to content

Commit

Permalink
The newest -002 model seems to be unaware of the date / time #53 #56
Browse files Browse the repository at this point in the history
Different from the previous models!
  • Loading branch information
MrCsabaToth committed Sep 30, 2024
1 parent 0cb3e2a commit 04f9946
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ai/service/ai_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ class AiService with FirebaseMixin, ToolsMixin {
}
}

p13Stuffing.write('<personalFact>Current date and time: '
'${DateTime.now().toIso8601String()}</personalFact>');

final gpsLocation = await GetIt.I.get<LocationService>().obtain();
p13Stuffing
..write(
Expand Down

0 comments on commit 04f9946

Please sign in to comment.