Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/f/litellm-integrati…
Browse files Browse the repository at this point in the history
…on' into f/litellm-integration
  • Loading branch information
alt-glitch committed May 1, 2024
2 parents 3bef712 + a3944c7 commit 39b118b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agents-api/agents_api/model_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
ALL_AVAILABLE_MODELS = litellm.model_list + list(JULEP_MODELS.keys())
VALID_MODELS = get_valid_models() + list(JULEP_MODELS.keys())


def validate_configuration(model: str):
"""
Validates the model specified in the request
Expand Down

0 comments on commit 39b118b

Please sign in to comment.