openai-chatgpt-opentranslator icon indicating copy to clipboard operation
openai-chatgpt-opentranslator copied to clipboard

We need a version that supports browser login not via API

Open FurkanGozukara opened this issue 2 years ago • 1 comments

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

FurkanGozukara avatar Mar 18 '23 13:03 FurkanGozukara

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

FabrizioCafolla avatar Mar 27 '23 08:03 FabrizioCafolla