align prompt
This commit is contained in:
parent
310ec8597a
commit
0b445cd382
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class TranslatorApp:
|
|||
print(f"Language: {language}")
|
||||
print(f"Batch Size: {batch_size}")
|
||||
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:
|
||||
print("❌ No API key found. Configure settings first.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue