forked from phoenix/litellm-mirror
docs: fix yaml typo in proxy/configs.md
equals was used instead of : as key-value delimiter in yaml
This commit is contained in:
parent
85b981f602
commit
a693045460
1 changed files with 2 additions and 2 deletions
|
@ -49,9 +49,9 @@ model_list:
|
|||
rpm: 6
|
||||
- model_name: anthropic-claude
|
||||
litellm_params:
|
||||
model="bedrock/anthropic.claude-instant-v1"
|
||||
model: bedrock/anthropic.claude-instant-v1
|
||||
### [OPTIONAL] SET AWS REGION ###
|
||||
aws_region_name="us-east-1"
|
||||
aws_region_name: us-east-1
|
||||
- model_name: vllm-models
|
||||
litellm_params:
|
||||
model: openai/facebook/opt-125m # the `openai/` prefix tells litellm it's openai compatible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue