Update prefix.md (#6734)

This commit is contained in:
Camden Clark 2024-11-13 21:48:35 -08:00 committed by GitHub
parent f3914c87d3
commit b582efa3ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`.
<Tabs>
<TabItem value="sdk" label="SDK">
@ -116,4 +116,4 @@ curl -X GET 'http://0.0.0.0:4000/v1/model/info' \
-H 'Authorization: Bearer $LITELLM_KEY' \
```
</TabItem>
</Tabs>
</Tabs>