steffenc commited on
Commit
9bd71dc
·
unverified ·
1 Parent(s): 1f6940d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -94,7 +94,6 @@ To test the API locally, you can use the following curl command:
94
 
95
  ```bash
96
  curl --no-buffer -X POST http://0.0.0.0:10000/chat/ -H "api_key: <ACCESS_KEY>" -d '{"k": 5, "timeout": 15, "roles": ["user"], "messages": ["What is today's date?"]}'
97
- """
98
  ```
99
  > Note: Use the `--no-buffer` flag to ensure that the response is streamed back to the client.
100
 
 
94
 
95
  ```bash
96
  curl --no-buffer -X POST http://0.0.0.0:10000/chat/ -H "api_key: <ACCESS_KEY>" -d '{"k": 5, "timeout": 15, "roles": ["user"], "messages": ["What is today's date?"]}'
 
97
  ```
98
  > Note: Use the `--no-buffer` flag to ensure that the response is streamed back to the client.
99