Update docs/my-website/docs/providers/heroku.md

Co-authored-by: Claire Riley <claire.riley@salesforce.com>
This commit is contained in:
Timothy Lowrimore 2025-08-12 08:41:38 -06:00 committed by GitHub
parent 00c9f1fe0e
commit 1be33ec47f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ Heroku for LiteLLM supports various [chat](https://devcenter.heroku.com/articles
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`.
- `INFERENCE_MODEL_ID`: The name of the model, e.g. `claude-3-5-haiku`.
- `INFERENCE_URL`: The base URL for calling the model.
It is important to note that the values for `INFERENCE_KEY` and `INFERENCE_URL` will be required for making calls to your model. More details follow in the [Usage Examples](#usage-examples) section.