prompt 제거하며 발생 에러 제거
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ def process_bulk(bulk_text, bulk_index, max_retries=3):
|
|
| 110 |
for attempt in range(max_retries):
|
| 111 |
try:
|
| 112 |
# Step 0: Apply vocabulary correction to input
|
| 113 |
-
|
| 114 |
|
| 115 |
# Step 4: Apply vocabulary correction to final output
|
| 116 |
|
|
|
|
| 110 |
for attempt in range(max_retries):
|
| 111 |
try:
|
| 112 |
# Step 0: Apply vocabulary correction to input
|
| 113 |
+
step4 = call_proofread(step0)
|
| 114 |
|
| 115 |
# Step 4: Apply vocabulary correction to final output
|
| 116 |
|