We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af789c commit 1bac6b6Copy full SHA for 1bac6b6
1 file changed
agents/langgraph/react_agent/README.md
@@ -187,7 +187,7 @@ Send a test request:
187
Non-streaming
188
189
```bash
190
-curl -X POST https://langgraph-react-agent-tguzik-agents.apps.rosa.ai-eng-gpu.socc.p3.openshiftapps.com/chat/completions \
+curl -X POST https://<YOUR_ROUTE_URL>/chat/completions \
191
-H "Content-Type: application/json" \
192
-d '{"messages": [{"role": "user", "content": "What is the best cluster hosting service?"}], "stream": false}'
193
```
0 commit comments