killkimno / MORT

MORT 번역기 프로젝트 - Real-time game translator with OCR
https://blog.naver.com/killkimno/70179867557
MIT License
625 stars 44 forks source link

[Feature:Translator] OpenAI translator #53

Open tienthanh2929 opened 1 month ago

tienthanh2929 commented 1 month ago

Appreciated your work! Is it possible to add an OpenAI API to the translator?

Thank you.

killkimno commented 1 month ago

Thanks for your feedback!

I'll reaserch this api

tienthanh2929 commented 1 month ago

I did try to use the ChatGPT for MORT. It works great, but the high latency from OpenAI API requests is abysmal. The only thing that can reduce latency is by using the streaming API from OpenAI, but sadly, MORT doesn't support those kinds of things.