Skip to content

Commit

Permalink
Merge pull request #161 from athina-ai/vivek/7th-jan-bug-fixes
Browse files Browse the repository at this point in the history
Vivek/7th jan bug fixes
  • Loading branch information
vivek-athina authored Jan 8, 2025
2 parents ed39b71 + 58bfef3 commit b3c7b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion athina/steps/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Config:
def execute(self, input_data: Any) -> Union[Dict[str, Any], None]:
"""Make an Search API call and return the response."""

start_time = time.time()
start_time = time.perf_counter()

if input_data is None:
input_data = {}
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.7.5"
version = "1.7.6"
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 b3c7b2f

Please sign in to comment.