Spaces:
Running
Running
github-actions[bot] commited on
Commit ·
640bd68
1
Parent(s): 3ec1cd7
🚀 Auto-deploy backend from GitHub (c5ae775)
Browse files
main.py
CHANGED
|
@@ -1659,6 +1659,7 @@ Remember:
|
|
| 1659 |
http_timeout = max(90, request.numQuestions * 12)
|
| 1660 |
|
| 1661 |
parsed_questions: List[Dict[str, Any]] = []
|
|
|
|
| 1662 |
max_attempts = 2 # Retry once if LLM generates too few questions
|
| 1663 |
|
| 1664 |
for attempt in range(max_attempts):
|
|
|
|
| 1659 |
http_timeout = max(90, request.numQuestions * 12)
|
| 1660 |
|
| 1661 |
parsed_questions: List[Dict[str, Any]] = []
|
| 1662 |
+
raw_content = "" # Will be set inside the loop
|
| 1663 |
max_attempts = 2 # Retry once if LLM generates too few questions
|
| 1664 |
|
| 1665 |
for attempt in range(max_attempts):
|