Skip to content

Commit 1bac6b6

Browse files
committed
change urls
1 parent 0af789c commit 1bac6b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents/langgraph/react_agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Send a test request:
187187
Non-streaming
188188

189189
```bash
190-
curl -X POST https://langgraph-react-agent-tguzik-agents.apps.rosa.ai-eng-gpu.socc.p3.openshiftapps.com/chat/completions \
190+
curl -X POST https://<YOUR_ROUTE_URL>/chat/completions \
191191
-H "Content-Type: application/json" \
192192
-d '{"messages": [{"role": "user", "content": "What is the best cluster hosting service?"}], "stream": false}'
193193
```

0 commit comments

Comments
 (0)