slang_gpt 0.10.0 slang_gpt: ^0.10.0 copied to clipboard
Use GPT to automatically translate at compile time. A tool for slang.
0.10.0 #
- deps: bump slang to 3.25.0
0.9.0 #
- feat: add
gpt-4
model - feat: update default
max_input_length
based on empirical results - BREAKING: add
(ignoreGpt)
modifier, use this instead of(ignoreMissing)
0.8.1 #
- docs: update README
0.8.0 #
- feat: add
excludes
config
0.7.0 #
- feat: add
temperature
config - feat: print total costs to console
- feat: change
--verbose
to--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
ignoreMissing
and 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