You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If using a local domain like api.example.com mapped to localhost, set to the domain without https://
262
266
# Otherwise, set to: not-needed
263
267
LOCAL_URL_ENDPOINT=not-needed
268
+
269
+
# SSL Verification Settings
270
+
# Set to false only for dev with self-signed certs
271
+
VERIFY_SSL=true
264
272
```
265
273
266
274
**Important Configuration Notes:**
@@ -269,6 +277,9 @@ LOCAL_URL_ENDPOINT=not-needed
269
277
- For APISIX/Keycloak deployments, the model name must be included in the endpoint URL (e.g., `https://apisix-gateway.example.com/CodeLlama-34b-Instruct-hf`)
270
278
-**INFERENCE_API_TOKEN**: Your actual pre-generated authentication token
271
279
-**LOCAL_URL_ENDPOINT**: Only needed if using local domain mapping (see [Local Development Configuration](#local-development-configuration))
0 commit comments