Skip to content

Commit

Permalink
Update evaluation_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem authored Apr 2, 2024
1 parent 023426c commit 462a4d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class LMProvidersEnum(str, Enum):
azure_base = "AZURE_API_BASE"
azure_key = "AZURE_API_KEY"
togetherai = "TOGETHERAI_API_KEY"
mistral = "MISTRAL_API_KEY"
mistralai = "MISTRAL_API_KEY"


class NewEvaluation(BaseModel):
Expand Down

0 comments on commit 462a4d5

Please sign in to comment.