mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
Merge pull request #4112 from msabramo/msabramo/assistants-doc-remove-extra-trailing-backslash
`assistants.md`: Remove extra trailing backslash
This commit is contained in:
commit
8f1e3b8bce
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
Reference in a new issue