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

View file

@ -37,7 +37,7 @@ The Heroku provider is aware of the following config variables, and will use the
- `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.
In this example, we don't explicitly pass the `api_key` and `api_base`. We, instead, set the config variables which will be used by the Heroku provider.
In this example, we don't explicitly pass the `api_key` and `api_base` variables. Instead, we set the config variables which will be used by Heroku:
```python
import os