Skip to content

Commit

Permalink
add more deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
yujonglee committed Aug 8, 2024
1 parent ea64e2b commit cc6cf3a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ model_list:
api_key: os.environ/AZURE_API_KEY_6
rpm: 900
tpm: 150000
- model_name: gpt-4o
litellm_params:
model: azure/fastrepl-7-gpt-4o-2024-05-13
api_base: https://fastrepl-7.openai.azure.com
api_key: os.environ/AZURE_API_KEY_7
rpm: 2700
tpm: 450000
- model_name: gpt-4o
litellm_params:
model: azure/fastrepl-8-gpt-4o-2024-05-13
api_base: https://fastrepl-8.openai.azure.com
api_key: os.environ/AZURE_API_KEY_8
rpm: 2700
tpm: 450000
- model_name: text-embedding-3-small
litellm_params:
model: azure/fastrepl-1-text-embedding-3-small
Expand Down

0 comments on commit cc6cf3a

Please sign in to comment.