-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7036f17
commit c439ce8
Showing
1 changed file
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,25 @@ | ||
[plugin] | ||
repository = "https://github.com/kelvin124124/ChatTranslated.git" | ||
commit = "d805a8e437b2196f705308d3789e05091ec51cf6" | ||
commit = "0db68586b2c67bb113985ad8da3963aaa3664213" | ||
owners = ["kelvin124124"] | ||
project_path = "ChatTranslated" | ||
changelog = """ | ||
- Reinforced default filter | ||
Now requires >2 consecutive non-English characters to trigger translation under default settings. | ||
[localization] | ||
Added framework for localization. | ||
[ui] | ||
Added source language selection to translate specific languages. | ||
[translation] | ||
Updated filter regex. | ||
Excluded non-text payloads from language detection. | ||
Added DeepL translate mode. | ||
Proxy: Switched to claude models for better performance. | ||
Proxy: Switched to a new API key. | ||
Proxy service may be unstable in this version. | ||
[misc] | ||
Organized code. | ||
""" | ||
[plugin.secrets] | ||
chatfunction_key = "-----BEGIN PGP MESSAGE-----\n\nwV4D5E6vRX2hj04SAQdAeezmQlBzptEr4kFDPVxfwQlrkFIrQEv+gW9T6hXI\nSRkwhyoasqyUkEmHw5JPl/Mo+QLnfVPZ2U1SBdiQyTgbMnNQsrETk8ey+xcg\naap2G4lj0lkBTYS2qV6OCPwFo73Pzv09g5yCiPjAs6h/unUb3sBMIuDMsSM+\nyfxY2Et8tqMPzXB2vXVGnHQIHqC7EuKRxOjJOiBpIVFAmp7dFEQOBJv4s8G0\nFlYaiMawxA==\n=Ii28\n-----END PGP MESSAGE-----\n" | ||
cfv2 = "-----BEGIN PGP MESSAGE-----\n\nwV4D5E6vRX2hj04SAQdAVF7lQi3ll0QVVHXhrxWWvn56lJGXqQmi7PSprdGJ\nnAEwPWuybeVbiv23purRpMKyRd0Tnnm/wswuf3TJFebn+5Kr2RZctJCK4y6L\nKoGsLHON0lgBxcrMMmv4IHrxs+M7L0Rcsriaw8dI1anSCxrlafxK7g6i+Xsx\nRa57QCwJOd8rMDhmuG9H+LdJZGtcSZHiZr+UapqCJaFZOEt1dYMoZlgcCLyA\nMB4PURNf\n=9CF1\n-----END PGP MESSAGE-----\n" |