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:42:46 -06:00 committed by GitHub
parent fa587c2eba
commit 417b18a727
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ When you attach a model to a Heroku app, three config variables are set:
Both `INFERENCE_KEY` and `INFERENCE_URL` are required to make calls to your model.
For a deeper explanation of these variables, see the official [Heroku documentation](https://devcenter.heroku.com/articles/heroku-inference#model-resource-config-vars).
For more information on these variables, see the [Heroku documentation](https://devcenter.heroku.com/articles/heroku-inference#model-resource-config-vars).
## Usage Examples
### Using Config Variables