From 7b0ecb1847c997fab9645cddf4caf27c218a4848 Mon Sep 17 00:00:00 2001 From: Timothy Lowrimore <154477569+tlowrimore-heroku@users.noreply.github.com> Date: Tue, 12 Aug 2025 08:45:36 -0600 Subject: [PATCH] Update docs/my-website/docs/providers/heroku.md Co-authored-by: Claire Riley --- docs/my-website/docs/providers/heroku.md | 2 ++ 1 file changed, 2 insertions(+) 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