MouseTooltipTranslator icon indicating copy to clipboard operation
MouseTooltipTranslator copied to clipboard

Created Pronunciation View when Ctrl clicked

Open azvast opened this issue 9 months ago • 5 comments

azvast avatar Sep 08 '23 12:09 azvast

Thank you for the contribution!

It is interesting feature to use chatgpt as a translator. But I failed to use this code chatgpt, it says token is expired. We need to find any auto token renew free chatgpt.

ttop32 avatar Sep 09 '23 07:09 ttop32

We should change the chatgpt using code lines a bit, it's not using public openai library or api.

For the api key, users can import there token in the extension and extension stores the information to localstorage or chrome storage. Or you can create a backend providing an openai translation api.

azvast avatar Sep 11 '23 17:09 azvast

Thank you for the contribution!

It is interesting feature to use chatgpt as a translator. But I failed to use this code chatgpt, it says token is expired. We need to find any auto token renew free chatgpt.

Most of other extensions use the web version for token but you can also try to use this

https://api.chatanywhere.org/#/ https://api.chatanywhere.org/v1/oauth/free/github/callback?code=

neoOpus avatar Sep 14 '23 22:09 neoOpus

Thank you for the contribution!

It is interesting feature to use chatgpt as a translator. But I failed to use this code chatgpt, it says token is expired. We need to find any auto token renew free chatgpt.

I tested a lot and Google's artificial intelligence (bard) is stronger in translation

The following extension uses it for translation, maybe it will give you an idea https://github.com/josStorer/chatGPTBox And it is completely free, which means that using Bard and ChatGPT is free inside, but The developer says it is better to open Bard (or ChatGPT) in an open tab. It is called Bard Web and ChatGPT Web.

Enlight432 avatar Jan 22 '24 16:01 Enlight432

hello gif

Johndoe109 avatar Apr 05 '24 11:04 Johndoe109