assistants.md: Remove extra trailing backslash

that prevents `curl` command from working.
This commit is contained in:
Marc Abramowitz 2024-06-10 17:35:02 -07:00
parent 8b30d3f4e9
commit 28fa8d294a

View file

@ -150,7 +150,7 @@ $ litellm --config /path/to/config.yaml
```bash
curl "http://0.0.0.0:4000/v1/assistants?order=desc&limit=20" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-1234" \
-H "Authorization: Bearer sk-1234"
```
**Create a Thread**