7 lines
223 B
Plaintext
7 lines
223 B
Plaintext
# GET /api/chat/stream -- ChatClient.prompt().user(...).stream().content()
|
|
|
|
$ curl -N 'http://localhost:34201/api/chat/stream?message=Stream+this'
|
|
|
|
Chunks received: 1
|
|
Joined: You said: "Stream this". That is 11 characters.
|