Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -593,8 +593,7 @@ Available: {match.get('Available', 'N/A')}"""
|
|
593 |
print(f"Error during model generation in Pass 2: {gen_error}")
|
594 |
final_response = "Error generating response in Pass 2."
|
595 |
|
596 |
-
|
597 |
-
# --- Post-process Final Response from Pass 2 ---
|
598 |
cleaned_response = final_response
|
599 |
# Filter out the Pass 2 instructions and context markers that might bleed through
|
600 |
lines = cleaned_response.split('\n')
|
|
|
593 |
print(f"Error during model generation in Pass 2: {gen_error}")
|
594 |
final_response = "Error generating response in Pass 2."
|
595 |
|
596 |
+
# --- Post-process Final Response from Pass 2 ---
|
|
|
597 |
cleaned_response = final_response
|
598 |
# Filter out the Pass 2 instructions and context markers that might bleed through
|
599 |
lines = cleaned_response.split('\n')
|