mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(docs) proxy
This commit is contained in:
parent
0f23f04d06
commit
10b94c8a0a
1 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ LiteLLM Server supports:
|
|||
|
||||
* Call Call 100+ LLMs [Huggingface/Bedrock/TogetherAI/etc.](#other-supported-models) in the OpenAI `ChatCompletions` & `Completions` format
|
||||
* Set custom prompt templates + model-specific configs (`temperature`, `max_tokens`, etc.)
|
||||
* Caching Responses
|
||||
|
||||
## Quick Start
|
||||
|
||||
|
|
@ -38,6 +37,9 @@ This will now automatically route any requests for gpt-3.5-turbo to bigcode star
|
|||
$ export AWS_ACCESS_KEY_ID=""
|
||||
$ export AWS_REGION_NAME="" # e.g. us-west-2
|
||||
$ export AWS_SECRET_ACCESS_KEY=""
|
||||
```
|
||||
|
||||
```shell
|
||||
$ litellm --model bedrock/anthropic.claude-v2
|
||||
```
|
||||
</TabItem>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue