Skip to content

Commit 90a42b4

Browse files
Added APISIX model note to README
1 parent e6e5e7d commit 90a42b4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sample_solutions/CodeTranslation/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@ LOCAL_URL_ENDPOINT=not-needed
265265

266266
**Important Configuration Notes:**
267267

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
268271
- **LOCAL_URL_ENDPOINT**: Only needed if using local domain mapping (see [Local Development Configuration](#local-development-configuration))
269272

270273
**Note**: The docker-compose.yaml file automatically loads environment variables from `.env` for the backend service.

0 commit comments

Comments
 (0)