Skip to content

Commit

Permalink
update proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
yujonglee committed Aug 3, 2024
1 parent a562632 commit 53c748c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/berriai/litellm:main-v1.40.1.dev4
FROM ghcr.io/berriai/litellm:main-v1.42.10-stable

WORKDIR /app
COPY config.yaml .
Expand Down
12 changes: 2 additions & 10 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,9 @@ model_list:
api_key: os.environ/ANTHROPIC_API_KEY
rpm: 1000
tpm: 40000
- model_name: llama-3-70b
- model_name: llama-3.1-8b
litellm_params:
model: anyscale/meta-llama/Meta-Llama-3-70B-Instruct
api_key: os.environ/ANYSCALE_API_KEY
- model_name: mixtral-8x22B
litellm_params:
model: anyscale/mistralai/Mixtral-8x22B-Instruct-v0.1
api_key: os.environ/ANYSCALE_API_KEY
- model_name: mistral-7b
litellm_params:
model: fireworks_ai/mistral-7b-instruct-v3
model: fireworks_ai/accounts/fireworks/models/llama-v3p1-8b-instruct
api_key: os.environ/FIREWORKS_API_KEY
litellm_settings:
drop_params: true
Expand Down

0 comments on commit 53c748c

Please sign in to comment.