From b582efa3ceb17473964a2a773e497db0a0805803 Mon Sep 17 00:00:00 2001 From: Camden Clark Date: Wed, 13 Nov 2024 21:48:35 -0800 Subject: [PATCH] Update prefix.md (#6734) --- docs/my-website/docs/completion/prefix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/completion/prefix.md b/docs/my-website/docs/completion/prefix.md index e3619a2a0..d413ad989 100644 --- a/docs/my-website/docs/completion/prefix.md +++ b/docs/my-website/docs/completion/prefix.md @@ -93,7 +93,7 @@ curl http://0.0.0.0:4000/v1/chat/completions \ ## Check Model Support -Call `litellm.get_model_info` to check if a model/provider supports `response_format`. +Call `litellm.get_model_info` to check if a model/provider supports `prefix`. @@ -116,4 +116,4 @@ curl -X GET 'http://0.0.0.0:4000/v1/model/info' \ -H 'Authorization: Bearer $LITELLM_KEY' \ ``` - \ No newline at end of file +