feat(tazjin/tgsa): add gpt-3 powered message translation feature
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
This commit is contained in:
parent
63047449d7
commit
38042ea445
3 changed files with 83 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue