Skip to content

Commit

Permalink
add 70b model
Browse files Browse the repository at this point in the history
  • Loading branch information
yujonglee committed Aug 14, 2024
1 parent cc6cf3a commit 6ef69df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.43.3
FROM ghcr.io/berriai/litellm:main-v1.43.10-stable

WORKDIR /app
COPY config.yaml .
Expand Down
4 changes: 4 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ model_list:
litellm_params:
model: fireworks_ai/accounts/fireworks/models/llama-v3p1-8b-instruct
api_key: os.environ/FIREWORKS_API_KEY
- model_name: llama-3.1-70b
litellm_params:
model: fireworks_ai/accounts/fireworks/models/llama-v3p1-70b-instruct
api_key: os.environ/FIREWORKS_API_KEY
litellm_settings:
drop_params: true
callbacks:
Expand Down

0 comments on commit 6ef69df

Please sign in to comment.