We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f918798 commit ed304d1Copy full SHA for ed304d1
inference/core/interfaces/http/http_api.py
@@ -160,8 +160,6 @@
160
PRELOAD_MODELS,
161
PROFILE,
162
ROBOFLOW_SERVICE_SECRET,
163
- WEBRTC_MODAL_TOKEN_ID,
164
- WEBRTC_MODAL_TOKEN_SECRET,
165
WEBRTC_WORKER_ENABLED,
166
WORKFLOWS_MAX_CONCURRENT_STEPS,
167
WORKFLOWS_PROFILER_BUFFER_SIZE,
@@ -1605,7 +1603,7 @@ async def consume(
1605
1603
)
1606
1604
1607
# Enable preloading models at startup
1608
- if (WEBRTC_MODAL_TOKEN_ID and WEBRTC_MODAL_TOKEN_SECRET) or (
+ if (
1609
(PRELOAD_MODELS or DEDICATED_DEPLOYMENT_WORKSPACE_URL)
1610
and API_KEY
1611
and not (LAMBDA or GCP_SERVERLESS)
0 commit comments