mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +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
bb259a651c
commit
ede74a66d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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, for example`claude-3-5-haiku`.
|
||||
- `INFERENCE_URL`: The base URL for calling the model.
|
||||
|
||||
Both `INFERENCE_KEY` and `INFERENCE_URL` are required to make calls to your model.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue