forked from phoenix/litellm-mirror
assistants.md: Remove extra trailing backslash
that prevents `curl` command from working.
This commit is contained in:
parent
8b30d3f4e9
commit
28fa8d294a
1 changed files with 1 additions and 1 deletions
|
@ -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**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue