machinewrapped / gpt-subtrans

Open Source project using LLMs to translate SRT subtitles
Other
346 stars 39 forks source link

Strange GUI Behavior #147

Closed fenixpsicologia closed 6 months ago

fenixpsicologia commented 6 months ago

When clicking on a single line to try to translate it, I notice from the logs console that the translation is done but it is also trying exhaustively to translate the other scenes even without having asked.

machinewrapped commented 6 months ago

Ooh, so it is - just the batches in the same scene as the line though, I think? I'll push a fix tomorrow.

machinewrapped commented 6 months ago

I've fixed this and updated the v0.6.4 release.

fenixpsicologia commented 6 months ago

Thank you, solved.