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:45:36 -06:00 committed by GitHub
parent d4e320a4ce
commit 7b0ecb1847
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,6 +56,8 @@ response = completion(
print(response)
```
> Include the `heroku/` prefix in the model name so LiteLLM knows the model provider to use.
### Explicitly Setting `api_key` and `api_base`
```python