Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from contextlib import asynccontextmanager
|
|
| 9 |
|
| 10 |
# Configuration
|
| 11 |
PING_INTERVAL = 600
|
| 12 |
-
HEALTH_CHECK_INTERVAL = 1800 # 30
|
| 13 |
|
| 14 |
# List of other pinger Spaces
|
| 15 |
pinger_spaces = [
|
|
@@ -40,7 +40,8 @@ models_to_warm = [
|
|
| 40 |
"max_new_tokens": 50,
|
| 41 |
"temperature": 0.1,
|
| 42 |
"enable_code_execution": False,
|
| 43 |
-
"enable_web_search": False
|
|
|
|
| 44 |
}
|
| 45 |
},
|
| 46 |
{
|
|
@@ -54,7 +55,8 @@ models_to_warm = [
|
|
| 54 |
"max_new_tokens": 50,
|
| 55 |
"temperature": 0.1,
|
| 56 |
"enable_code_execution": False,
|
| 57 |
-
"enable_web_search": False
|
|
|
|
| 58 |
}
|
| 59 |
},
|
| 60 |
{
|
|
@@ -68,7 +70,8 @@ models_to_warm = [
|
|
| 68 |
"max_new_tokens": 50,
|
| 69 |
"temperature": 0.1,
|
| 70 |
"enable_code_execution": False,
|
| 71 |
-
"enable_web_search": False
|
|
|
|
| 72 |
}
|
| 73 |
},
|
| 74 |
{
|
|
|
|
| 9 |
|
| 10 |
# Configuration
|
| 11 |
PING_INTERVAL = 600
|
| 12 |
+
HEALTH_CHECK_INTERVAL = 1800 # 30 minutes
|
| 13 |
|
| 14 |
# List of other pinger Spaces
|
| 15 |
pinger_spaces = [
|
|
|
|
| 40 |
"max_new_tokens": 50,
|
| 41 |
"temperature": 0.1,
|
| 42 |
"enable_code_execution": False,
|
| 43 |
+
"enable_web_search": False,
|
| 44 |
+
"enable_thinking": False
|
| 45 |
}
|
| 46 |
},
|
| 47 |
{
|
|
|
|
| 55 |
"max_new_tokens": 50,
|
| 56 |
"temperature": 0.1,
|
| 57 |
"enable_code_execution": False,
|
| 58 |
+
"enable_web_search": False,
|
| 59 |
+
"enable_thinking": False
|
| 60 |
}
|
| 61 |
},
|
| 62 |
{
|
|
|
|
| 70 |
"max_new_tokens": 50,
|
| 71 |
"temperature": 0.1,
|
| 72 |
"enable_code_execution": False,
|
| 73 |
+
"enable_web_search": False,
|
| 74 |
+
"enable_thinking": False
|
| 75 |
}
|
| 76 |
},
|
| 77 |
{
|