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
Copy file name to clipboardExpand all lines: sample_solutions/CodeTranslation/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,6 +265,9 @@ LOCAL_URL_ENDPOINT=not-needed
265
265
266
266
**Important Configuration Notes:**
267
267
268
+
-**INFERENCE_API_ENDPOINT**: Your actual inference service URL (replace `https://your-api-endpoint.com/deployment`)
269
+
- 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
+
-**INFERENCE_API_TOKEN**: Your actual pre-generated authentication token
268
271
-**LOCAL_URL_ENDPOINT**: Only needed if using local domain mapping (see [Local Development Configuration](#local-development-configuration))
269
272
270
273
**Note**: The docker-compose.yaml file automatically loads environment variables from `.env` for the backend service.
0 commit comments