Skip to content

Commit

Permalink
Merge pull request #1051 from julep-ai/f/more-llms
Browse files Browse the repository at this point in the history
feat(llm-proxy): Support for `l3.1-euryale-70b`
  • Loading branch information
HamadaSalhab authored Jan 14, 2025
2 parents 3819cfb + 71b6a00 commit ea7dcd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions llm-proxy/litellm-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ model_list:
api_key: os.environ/OPENROUTER_API_KEY
tags: ["paid"]

- model_name: "l3.1-euryale-70b"
litellm_params:
model: "openrouter/sao10k/l3.1-euryale-70b"
api_key: os.environ/OPENROUTER_API_KEY
tags: ["paid"]

- model_name: "l3.3-euryale-70b"
litellm_params:
model: "openrouter/sao10k/l3.3-euryale-70b"
Expand Down

0 comments on commit ea7dcd7

Please sign in to comment.