Does Deep work with ChatGPT (Free) which is version 3.5 #237
Unanswered
Benadictus
asked this question in
Q&A
Replies: 1 comment
-
Yes it does if you have an API. The Free 3.5 has limitations and you have to program for them. And also a maximum submission of 3 requests/translation blocks per 60 seconds. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
FIRST
A few questions about ChatGPT.
I've been translating some chinese to english with ChatGPT manually and was wondering...
I'm using version 3.5, the free one. Paid 4.0 costs $20/month. Its a hobby thing so not THAT interested.
Does Deep work with 3.5? I have checked and CAN create a v3.5 api key.
SECOND
Also, your manual, as far as I've read, says to use the format translated = ChatGptTranslator(api_key='some-key', target='english').translate_batch(texts)
However I've found, when manually translating, sometimes, it gets things not quite right, so I add some PROVISOS and DIRECTION in English just before the Chinese block of text.
(example below)
Is there a way to implement this with the commands for DEEP?
Beta Was this translation helpful? Give feedback.
All reactions