FabrizioCafolla / openai-chatgpt-opentranslator

Python command that uses openai to perform text translations
https://pypi.org/project/opentranslator/
GNU General Public License v3.0
28 stars 13 forks source link

We need a version that supports browser login not via API #1

Open FurkanGozukara opened 1 year ago

FurkanGozukara commented 1 year ago

Summary

I got chatGPT plus

it can translate entire subtitle but you have to split it into like 1 minute frames and type again and again

which takes huge time

can you modify it so that we can use chat GPT plus subscription not API?

Reference Issues

No response

Basic Example

No response

FabrizioCafolla commented 1 year ago

I don't quite understand what is needed.

What does the plus plan consist of? because API are used to make calls to openai

Have you tried passing a larger number of tokens? by default I set 256 tokens, with the --max-token option you can specify the number of tokens you want, and this will increase the response. Remember there is a limit of tokens per call