Skip to content

Commit 5f74dd8

Browse files
committed
docs: move to agents/claude-code, address review comments
1 parent 8fb69c9 commit 5f74dd8

7 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,15 @@ oc adm policy add-role-to-user edit -z default -n <your-namespace>
208208

209209
```yaml
210210
- name: MLFLOW_TRACKING_URI
211-
value: "https://mlflow.redhat-ods-applications.svc:8443"
211+
value: "https://mlflow.<your-rhoai-namespace>.svc:8443" # namespace where MLflow is deployed (commonly redhat-ods-applications)
212212
- name: MLFLOW_TRACKING_AUTH
213213
value: "kubernetes-namespaced"
214214
- name: MLFLOW_WORKSPACE
215215
value: "<your-namespace>"
216216
- name: MLFLOW_EXPERIMENT_NAME
217217
value: "claude-code-traces"
218218
- name: MLFLOW_TRACKING_INSECURE_TLS
219-
value: "true"
219+
value: "true" # for dev/test only — production deployments should use proper TLS certificates
220220
```
221221
222222
#### 4. Add OGX env vars to point Claude Code at OGX
@@ -225,7 +225,7 @@ oc adm policy add-role-to-user edit -z default -n <your-namespace>
225225
- name: ANTHROPIC_BASE_URL
226226
value: "https://<your-ogx-route>"
227227
- name: ANTHROPIC_API_KEY
228-
value: "fake"
228+
value: "fake" # OGX does not validate API keys for self-hosted models, any non-empty string works
229229
- name: ANTHROPIC_CUSTOM_MODEL_OPTION
230230
value: "vllm/<your-model-name>"
231231
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)