From 5857d17fadfb1a7efa7c24025e8619e804f155c5 Mon Sep 17 00:00:00 2001 From: Timothy Lowrimore <154477569+tlowrimore-heroku@users.noreply.github.com> Date: Tue, 12 Aug 2025 08:45:06 -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, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/providers/heroku.md b/docs/my-website/docs/providers/heroku.md index 98464f75d6f..1b61f96caf2 100644 --- a/docs/my-website/docs/providers/heroku.md +++ b/docs/my-website/docs/providers/heroku.md @@ -32,7 +32,7 @@ For more information on these variables, see the [Heroku documentation](https:// ## Usage Examples ### Using Config Variables -The Heroku provider is aware of the following config variables, and will use them, if present: +Heroku uses the following LiteLLM API config variables: - `HEROKU_API_KEY`: This value corresponds to the [`api_key` param](https://docs.litellm.ai/docs/set_keys#litellmapi_key). Set this to the value of Heroku's `INFERENCE_KEY` config variable. - `HEROKU_API_BASE`: This value corresponds to the [`api_base` param](https://docs.litellm.ai/docs/set_keys#litellmapi_base). Set this to the value of Heroku's `INFERENCE_URL` config variable.