Skip to content

Commit

Permalink
estensione ignorelist v 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomelle committed Feb 13, 2024
1 parent 220394f commit 8fd05d0
Showing 1 changed file with 48 additions and 1 deletion.
49 changes: 48 additions & 1 deletion gptmdt_settings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,78 @@ sysprompt = "You shall translate the following markdown to Italian, preserving t
# List of domain-specific terms that GPT shouldn't translate
ignorelist = [
"Ownership",
"Owner",
"Owners",
"Borrowing",
"Borrow",
"Lifetime",
"Trait",
"Traits",
"Struct",
"Structs",
"Enum",
"Match",
"Option",
"Result",
"Crate",
"Crates",
"Module",
"Cargo",
"Slice",
"Slices",
"Iterator",
"Closure",
"Closures",
"Mutable",
"Mutables",
"Immutable",
"Immutables",
"Reference",
"References",
"Borrow Checker",
"Concurrency",
"Mutex",
"Atomic",
"Async",
"Smart Pointer"
"Smart Pointer",
"Unsafe",
"Closure",
"Closures",
"Appendix",
"Appendicies",
"Reference-like",
"Hello, world",
"Rustacean",
"Rustaceans",
"Scope",
"Failed",
"Guess",
"unsigned",
"signed",
"loop",
"loops",
"looping",
"shadowing",
"shadowed",
"shadow",
"panic",
"wrapping",
"wrapped",
"wrap",
"arm",
"arms",
"host",
"swallow copy",
"deep copy",
"data race",
"range",
"string",
"clean",
"listing",
"list"
]


# PLEASE NOTE: The OpenAI API key isn't saved here for obvious reasons and you should
# never commit this file in case you edit it into.
# To pass the API key to the program please run it with the following
Expand Down

0 comments on commit 8fd05d0

Please sign in to comment.