diff options
author | Vincent Ambo <mail@tazj.in> | 2023-05-24T16·08+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-05-24T16·28+0000 |
commit | 38042ea4452b224499b24ee5390a56774d74375c (patch) | |
tree | 13b4da979070388bc62f3a418d8d9f4e6a4a8df5 /users/tazjin/tgsa/Cargo.toml | |
parent | 63047449d7ac5d92a50c67b5f14b0cce0da5ba81 (diff) |
feat(tazjin/tgsa): add gpt-3 powered message translation feature r/6194
this is slow and often overloaded, but it's kind of cool when it works. this translation method deals much better with the kind of slang you'd see in telegram posts than any other method. Change-Id: I7e4c845eb382f0eac627c4237b492c8e40dae574 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8625 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/tgsa/Cargo.toml')
-rw-r--r-- | users/tazjin/tgsa/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/tgsa/Cargo.toml b/users/tazjin/tgsa/Cargo.toml index b589a8174e8e..0b1529805864 100644 --- a/users/tazjin/tgsa/Cargo.toml +++ b/users/tazjin/tgsa/Cargo.toml @@ -10,3 +10,5 @@ rouille = { version = "3.5", default-features = false } url = "2.3" scraper = "0.13" ego-tree = "0.6" # in tandem with 'scraper' +serde = "1.0" +serde_json = "1.0" |