Skip to content

Commit 03fa361

Browse files
committed
remove private url
1 parent 505c054 commit 03fa361

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents/base/openai_responses_agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ oc get route openai-responses-agent -o jsonpath='{.spec.host}'
176176
Send a test request:
177177

178178
```bash
179-
curl -X POST https://openai-responses-agent-tguzik-agents.apps.rosa.ai-eng-gpu.socc.p3.openshiftapps.com/chat \
179+
curl -X POST https://<YOUR_ROUTE_URL>/chat \
180180
-H "Content-Type: application/json" \
181181
-d '{"message": "How much does a Lenovo Laptop cost and what are the reviews?"}'
182182
```

0 commit comments

Comments
 (0)