Skip to content

Commit

Permalink
update models
Browse files Browse the repository at this point in the history
  • Loading branch information
yujonglee committed Nov 3, 2024
1 parent 7ed1402 commit ae57cfa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@

- `MASTER_KEY`
- `OPENAI_API_KEY`
- `AZURE_API_KEY_1`
- `AZURE_API_KEY_2`
- `AZURE_API_KEY_3`
- `AZURE_API_KEY_4`
- `AZURE_API_KEY_5`
- `AZURE_API_KEY_6`
- `ANTHROPIC_API_KEY`
- `GEMINI_API_KEY`
21 changes: 21 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,34 @@ model_list:
api_key: os.environ/OPENAI_API_KEY
rpm: 500
tpm: 30000
- model_name: gpt-4o-mini
litellm_params:
model: openai/gpt-4o-mini-2024-07-18
api_key: os.environ/OPENAI_API_KEY
rpm: 500
tpm: 30000
- model_name: claude-3-sonnet
litellm_params:
model: anthropic/claude-3-5-sonnet-20241022
extra_headers: {"anthropic-version": "2023-06-01", "anthropic-beta": "prompt-caching-2024-07-31"}
api_key: os.environ/ANTHROPIC_API_KEY
rpm: 1000
tpm: 80000
- model_name: claude-3-haiku
litellm_params:
model: anthropic/claude-3-haiku-20240307
extra_headers: {"anthropic-version": "2023-06-01", "anthropic-beta": "prompt-caching-2024-07-31"}
api_key: os.environ/ANTHROPIC_API_KEY
rpm: 1000
tpm: 80000
- model_name: gemini-1.5-flash
litellm_params:
model: gemini/gemini-1.5-flash
api_key: os.environ/GEMINI_API_KEY
- model_name: gemini-1.5-pro
litellm_params:
model: gemini/gemini-1.5-pro
api_key: os.environ/GEMINI_API_KEY
litellm_settings:
drop_params: true
router_settings:
Expand Down

0 comments on commit ae57cfa

Please sign in to comment.