diff --git a/docs/my-website/docs/providers/heroku.md b/docs/my-website/docs/providers/heroku.md index db85d442315..f3350e46d43 100644 --- a/docs/my-website/docs/providers/heroku.md +++ b/docs/my-website/docs/providers/heroku.md @@ -56,6 +56,8 @@ response = completion( print(response) ``` +> Include the `heroku/` prefix in the model name so LiteLLM knows the model provider to use. + ### Explicitly Setting `api_key` and `api_base` ```python