Alexamenus
Alexamenus
> > > > > [bropines/BallonsTranslator@`dev`📋📋/modules/translators/trans_llm_api_json.py](https://github.com/bropines/BallonsTranslator/blob/dev/modules/translators/trans_llm_api_json.py?rgh-link-date=2025-04-25T16%3A52%3A48.000Z) [bropines/BallonsTranslator@`dev`📋📋/modules/translators/trans_llm_api_xml.py](https://github.com/bropines/BallonsTranslator/blob/dev/modules/translators/trans_llm_api_xml.py?rgh-link-date=2025-04-25T16%3A52%3A48.000Z) > > > > > Here is the code, download it, throw it into the 'modules/translators' folder, configure them and test them. If...
> > I made a thread a week or so ago recommending an alternative model that works very well on another image translator app [here ](https://github.com/dmMaze/BallonsTranslator/discussions/864) but if there is...
> > Upon further testing on XML I'm repeatedly encountering this error, even with normal manga that aren't formatted like I said earlier, it might just be a scripting bug....
> Well, what do you think? I'm just thinking about replacing the current LLM with a more stable one, one of those that you are testing I'm not sure what...
> > > Well, what do you think? I'm just thinking about replacing the current LLM with a more stable one, one of those that you are testing > >...
> > LLMs > > Alas, I only tested GOOGLE and could not take this into account. Due to the fact that I simply cannot pay for the openai api...
> > Translation count mismatch > > For such a case I use the following prompt for local LLM: > > ``` > Please help me to translate the following...
You have to download the models yourself, you can find posted somewhere around here because they aren't on pypi.
What about it doesn't work? Could you be more specific? If you have a gguf, you should use either llama.cpp and write a script to use it or use kobold.cpp...
I'm glad to hear you got it working, what I did was have the LLM output each batch of dialogue into a json string and added a ton of logic...