From 28fa8d294a83e380031e09b65a68d02859588bca Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Mon, 10 Jun 2024 17:35:02 -0700 Subject: [PATCH] assistants.md: Remove extra trailing backslash that prevents `curl` command from working. --- docs/my-website/docs/assistants.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/assistants.md b/docs/my-website/docs/assistants.md index 2380fe5c64..65d4ce1181 100644 --- a/docs/my-website/docs/assistants.md +++ b/docs/my-website/docs/assistants.md @@ -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**