Skip to content
Snippets Groups Projects
Commit 3b4ae621 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

fix: curl test for express (streaming)

parent 585e6135
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ Then call the express API endpoint `/api/chat` to see the result:
```
curl --location 'localhost:8000/api/chat' \
--header 'Content-Type: application/json' \
--header 'Content-Type: text/plain' \
--data '{ "messages": [{ "role": "user", "content": "Hello" }] }'
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment