slang_gpt 0.11.3
slang_gpt: ^0.11.3 copied to clipboard
Use GPT to automatically translate at compile time. A tool for slang.
0.11.3 #
- chore: migrate from GitHub to Codeberg: https://codeberg.org/Tienisto/slang
0.11.1 #
- feat: add gpt-4.1, gpt-5, and gpt-5-mini #321
0.11.0 #
- deps: bump slang to 4.0.0
0.10.3 #
- feat: add
gpt-4o-minimodel
0.10.2 #
- feat: add
gpt-4o,gpt-4-turbomodels
0.10.1 #
- deps: bump slang to 3.30.1
- fix: duplicate keys when there are modifiers #192
0.10.0 #
- deps: bump slang to 3.25.0
0.9.0 #
- feat: add
gpt-4model - feat: update default
max_input_lengthbased on empirical results - BREAKING: add
(ignoreGpt)modifier, use this instead of(ignoreMissing)
0.8.1 #
- docs: update README
0.8.0 #
- feat: add
excludesconfig
0.7.0 #
- feat: add
temperatureconfig - feat: print total costs to console
- feat: change
--verboseto--debug
0.6.0 #
- feat: add more locale codes
- feat: add comments to GPT input but replace them after processing
0.5.0 #
- feat: remove
ignoreMissingand comments from GPT input
0.4.0 #
- feat: write errors to log file
- feat: improve system prompt
0.3.0 #
- fix: more locale code fixes
0.2.0 #
- fix: locale codes
0.1.0 #
- initial release