Skip to content

Commit

Permalink
Merge pull request #49 from athina-ai/vivek/ath-1123-bug-fixes-in-new…
Browse files Browse the repository at this point in the history
…er-models

mistral large model name fixed and version bump
  • Loading branch information
akshat-g authored Apr 16, 2024
2 parents 1043450 + 2f8d51e commit a3aeb30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion athina/interfaces/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Model(Enum):
MISTRAL_TINY = "mistral/mistral-tiny"
MISTRAL_SMALL = "mistral/mistral-small"
MISTRAL_MEDIUM = "mistral/mistral-medium"
MISTRAL_LARGE = "mistral/mistral-large"
MISTRAL_LARGE = "mistral/mistral-large-latest"

@staticmethod
def is_supported(model_name: str) -> bool:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "athina"
version = "1.2.10"
version = "1.2.11"
description = "Python SDK to configure and run evaluations for your LLM-based application"
authors = ["Shiv Sakhuja <shiv@athina.ai>", "Akshat Gupta <akshat@athina.ai>", "Vivek Aditya <vivek@athina.ai>", "Akhil Bisht <akhil@athina.ai>"]
readme = "README.md"
Expand Down

0 comments on commit a3aeb30

Please sign in to comment.