Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created Pronunciation View when Ctrl clicked #51

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

azvast
Copy link

@azvast azvast commented Sep 8, 2023

No description provided.

@ttop32
Copy link
Owner

ttop32 commented Sep 9, 2023

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.

@azvast
Copy link
Author

azvast commented Sep 11, 2023

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.

@neoOpus
Copy link
Contributor

neoOpus commented Sep 14, 2023

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=

@Enlight432
Copy link

Enlight432 commented Jan 22, 2024

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.

@Johndoe109
Copy link

hello gif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants