Skip to content

Commit

Permalink
remove old eval code
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCox822 committed Feb 13, 2025
1 parent b5bdbb7 commit ca7f0b4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 608 deletions.
4 changes: 2 additions & 2 deletions mdcrow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .agent import Evaluator, MDCrow
from .agent import MDCrow

__all__ = ["MDCrow", "Evaluator"]
__all__ = ["MDCrow"]
109 changes: 0 additions & 109 deletions mdcrow/agent/README_evaluate.md

This file was deleted.

3 changes: 1 addition & 2 deletions mdcrow/agent/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .agent import MDCrow
from .evaluate import Evaluator

__all__ = ["MDCrow", "Evaluator"]
__all__ = ["MDCrow"]
Loading

0 comments on commit ca7f0b4

Please sign in to comment.