janvarev / OneRingTranslator

Simple local REST web service to translate texts. Plugins. Automatic calculate BLEU/COMET metrics of translation quality.
MIT License
110 stars 12 forks source link

Only one model in Opus MT plugin config #10

Closed mkayhko closed 8 months ago

mkayhko commented 8 months ago

Can I use several models at the same time and do I need to add all of them manually if I want multiple language pairs?

janvarev commented 8 months ago

Yes, you must do it yourself. I've added Opus MT plugin as proof-of-concept, it doesn't support multiple language pairs for now.