reorx / awesome-chatgpt-api

Curated list of apps and tools that not only use the new ChatGPT API, but also allow users to configure their own API keys, enabling free and on-demand usage of their own quota.
5.86k stars 377 forks source link

Add auto translate workflow #56

Open Jackiexiao opened 1 year ago

Jackiexiao commented 1 year ago

This is a demo of using github action to auto translate README into multi lanuage

Please see github action to set up it correctly : https://github.com/marketplace/actions/gpt-translate

If you need, I could provide a apikey for that (but only have $120 and it's not stable)

reorx commented 1 year ago

It's really amazing! But I'd rather manually call it so that I can have more control over the translated result. Can you change this PR to add gpt-translate itself in READMD.md?

Jackiexiao commented 1 year ago

yes, this github action only translate README when you call it using /gt command, see: https://github.com/marketplace/actions/gpt-translate#-usage, there are many other github action using chatgpt too, like: https://github.com/yunwei37/OpenAI-Continuous-Translator,

I will come and PR when I have free time.