mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
docs
This commit is contained in:
parent
58c9748a14
commit
ebd4688fec
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Here's an example of using a bedrock model with LiteLLM
|
|||
| AI21 J2-Mid | `completion(model='bedrock/ai21.j2-mid', messages=messages)` | `os.environ['AWS_ACCESS_KEY_ID']`, `os.environ['AWS_SECRET_ACCESS_KEY']`, `os.environ['AWS_REGION_NAME']` |
|
||||
|
||||
## Streaming
|
||||
Bedrock currently supports treaming for:
|
||||
Bedrock currently supports streaming for the following llms:
|
||||
* `bedrock/amazon.titan-tg1-large`
|
||||
|
||||
Example Usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue