Tweaks to prompts to prevent Claude from becoming overconfident

This commit is contained in:
Fahad
2025-06-28 22:30:58 +04:00
parent adbc4af4a9
commit b9c2e4f5e6
5 changed files with 42 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ import os
# Semantic versioning: MAJOR.MINOR.PATCH
__version__ = "5.7.5"
# Last update date in ISO format
__updated__ = "2025-06-27"
__updated__ = "2025-06-28"
# Primary maintainer
__author__ = "Fahad Gilani"