Spaces:
Sleeping
Sleeping
Update llm_utils.py
Browse files- llm_utils.py +1 -1
llm_utils.py
CHANGED
|
@@ -54,7 +54,7 @@ def explain_with_llm(solution_text, equation_type, llm_url, yaml_path="theorems.
|
|
| 54 |
response = requests.post(
|
| 55 |
f"{llm_url.strip()}/explain",
|
| 56 |
json={"prompt": prompt},
|
| 57 |
-
timeout=
|
| 58 |
)
|
| 59 |
|
| 60 |
if response.status_code == 200:
|
|
|
|
| 54 |
response = requests.post(
|
| 55 |
f"{llm_url.strip()}/explain",
|
| 56 |
json={"prompt": prompt},
|
| 57 |
+
timeout=90
|
| 58 |
)
|
| 59 |
|
| 60 |
if response.status_code == 200:
|