Skip to content

Commit 7afeb12

Browse files
committed
cleanup
1 parent 3144a50 commit 7afeb12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • agents/community/langgraph_react_with_database_memory

agents/community/langgraph_react_with_database_memory/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ source ./init.sh
9898

9999
You can use Docker or a local installation:
100100

101-
**Option 1: Docker (Recommended for testing)**
101+
**Option 1: Docker**
102102

103103
```bash
104104
docker run --name postgres-agent \
@@ -321,7 +321,7 @@ oc get route langgraph-db-memory -o jsonpath='{.spec.host}'
321321
Send a test request:
322322

323323
```bash
324-
curl -X POST https://langgraph-db-memory-tguzik-agents.apps.rosa.ai-eng-gpu.socc.p3.openshiftapps.com/chat \
324+
curl -X POST https://<YOUR_ROUTE_URL>/chat \
325325
-H "Content-Type: application/json" \
326326
-d '{
327327
"messages": [{"role": "user", "content": "I will tell you a story about blue eyed Johnny! He liked ice creams. End."}],

0 commit comments

Comments
 (0)