From d4e320a4ceb3918919fd9b74767c6b542e849f11 Mon Sep 17 00:00:00 2001 From: Timothy Lowrimore <154477569+tlowrimore-heroku@users.noreply.github.com> Date: Tue, 12 Aug 2025 08:45:21 -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 1b61f96caf2..db85d442315 100644 --- a/docs/my-website/docs/providers/heroku.md +++ b/docs/my-website/docs/providers/heroku.md @@ -71,6 +71,8 @@ response = completion( ) ``` +> Include the `heroku/` prefix in the model name so LiteLLM knows the model provider to use. + ## Misc Note that in both of the above examples, the model name has the `heroku/` prefix. This is necessary, as it allows LiteLLM to know what model provider to use. \ No newline at end of file