docs: fix yaml typo in proxy/configs.md

equals was used instead of : as key-value delimiter in yaml
This commit is contained in:
Guillermo 2024-03-08 20:33:47 +01:00 committed by GitHub
parent 85b981f602
commit a693045460
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,9 +49,9 @@ model_list:
rpm: 6 rpm: 6
- model_name: anthropic-claude - model_name: anthropic-claude
litellm_params: litellm_params:
model="bedrock/anthropic.claude-instant-v1" model: bedrock/anthropic.claude-instant-v1
### [OPTIONAL] SET AWS REGION ### ### [OPTIONAL] SET AWS REGION ###
aws_region_name="us-east-1" aws_region_name: us-east-1
- model_name: vllm-models - model_name: vllm-models
litellm_params: litellm_params:
model: openai/facebook/opt-125m # the `openai/` prefix tells litellm it's openai compatible model: openai/facebook/opt-125m # the `openai/` prefix tells litellm it's openai compatible