align prompt

This commit is contained in:
Hirad 2025-07-08 12:52:10 +03:30
parent 310ec8597a
commit 0b445cd382

View file

@ -32,7 +32,7 @@ class TranslatorApp:
print(f"Language: {language}") print(f"Language: {language}")
print(f"Batch Size: {batch_size}") print(f"Batch Size: {batch_size}")
if prompt: if prompt:
print(f"Prompt: {prompt[:50]}{'...' if len(prompt) > 50 else ''}") print(f"Prompt: {prompt[:100]}{'...' if len(prompt) > 100 else ''}")
if not api_key: if not api_key:
print("❌ No API key found. Configure settings first.") print("❌ No API key found. Configure settings first.")