summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-04Bug fixes and improvements ...HEADmasterDavid Timber
- Parameterise the "dryrun" config - Parameterise the "temperature" prompt param - Fix JWTMarkerExtractor filter logic - Replace "jti" with "pid" to the marker JWT to combat reply attacks - Prompt optimisation through JSON output - Parameterise the response - Change from yes/no to score response - Add the score in the comment format
2024-05-01Fix implementation of refersh token requires JSDavid Timber
- Sign in on init, sign out on exit - Deprecate checkSession() - Fix JWT marker being rejected
2024-05-01Initial commitDavid Timber