From 00c9f1fe0e84f154e697e9f031c90213bd168910 Mon Sep 17 00:00:00 2001 From: Timothy Lowrimore <154477569+tlowrimore-heroku@users.noreply.github.com> Date: Tue, 12 Aug 2025 08:41:22 -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 6ef7dc6316e..66b56c93c0f 100644 --- a/docs/my-website/docs/providers/heroku.md +++ b/docs/my-website/docs/providers/heroku.md @@ -19,7 +19,7 @@ Heroku for LiteLLM supports various [chat](https://devcenter.heroku.com/articles ## Environment Variables -When a model is attached to a Heroku app, three config variables are set: +When you attach a model to a Heroku app, three config variables are set: - `INFERENCE_KEY`: The API key used for authenticating requests to the model. - `INFERENCE_MODEL_ID`: The name of the model. E.g. `claude-3-5-haiku`.