mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
fix: broken link on model_management.md (#16217)
This commit is contained in:
parent
71c61c274f
commit
a73e890d8f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ model_list:
|
|||
Retrieve detailed information about each model listed in the `/model/info` endpoint, including descriptions from the `config.yaml` file, and additional model info (e.g. max tokens, cost per input token, etc.) pulled from the model_info you set and the [litellm model cost map](https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json). Sensitive details like API keys are excluded for security purposes.
|
||||
|
||||
:::tip Sync Model Data
|
||||
Keep your model pricing data up to date by [syncing models from GitHub](../sync_models_github.md).
|
||||
Keep your model pricing data up to date by [syncing models from GitHub](sync_models_github.md).
|
||||
:::
|
||||
|
||||
<Tabs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue