mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Update docs/my-website/docs/providers/heroku.md
Co-authored-by: Claire Riley <claire.riley@salesforce.com>
This commit is contained in:
parent
1be33ec47f
commit
fa587c2eba
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ When you attach a model to a Heroku app, three config variables are set:
|
|||
- `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.
|
||||
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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue