forked from phoenix/litellm-mirror
Update prefix.md (#6734)
This commit is contained in:
parent
f3914c87d3
commit
b582efa3ce
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ curl http://0.0.0.0:4000/v1/chat/completions \
|
||||||
|
|
||||||
## Check Model Support
|
## 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>
|
<Tabs>
|
||||||
<TabItem value="sdk" label="SDK">
|
<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' \
|
-H 'Authorization: Bearer $LITELLM_KEY' \
|
||||||
```
|
```
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue