From b720fba142bfc52d961c8ca595c4042afcbba9e8 Mon Sep 17 00:00:00 2001 From: Prajeena Maharjan Date: Sun, 28 Dec 2025 23:48:43 -0600 Subject: [PATCH] Fix formatting in proxy configs documentation Got an error message: {"error":{"message":"Invalid JSON payload: trailing comma is not allowed: line 8 column 8 (char 141)","type":"invalid_request_error","param":"request_body","code":"400"}}% --- docs/my-website/docs/proxy/configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/configs.md b/docs/my-website/docs/proxy/configs.md index ba4ca190aa9..bc2f6a13362 100644 --- a/docs/my-website/docs/proxy/configs.md +++ b/docs/my-website/docs/proxy/configs.md @@ -116,7 +116,7 @@ curl --location 'http://0.0.0.0:4000/chat/completions' \ "role": "user", "content": "what llm are you" } - ], + ] } ' ```