traduction de tout les paragraphes

This commit is contained in:
Alex 2026-01-05 00:15:52 +01:00
parent b2b688fc6d
commit 1e27f98e7d

View File

@ -290,7 +290,6 @@ def main():
# Traitement des paragraphes complets
for i, paragraph_text in enumerate(paragraphs, start=1):
if( i > 2): break
print(f"{15 * '-'} Traduction du paragraphe {i}/{len(paragraphs)}...")
try:
result = send_to_ollama(paragraph_text, target_lang=TARGET_LANGUAGE)