Skip to content

Commit

Permalink
Fixed README imports for LitQA
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Feb 24, 2025
1 parent 925b47b commit 15e36d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/litqa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ Here is an example of how to use them:
```python
import os

from aviary.env import TaskDataset
from ldp.agent import SimpleAgent
from ldp.alg import Evaluator, EvaluatorConfig, MeanMetricsCallback

from paperqa import Settings
from litqa import TASK_DATASET_NAME

from aviary.env import TaskDataset
from aviary.envs.litqa.task import TASK_DATASET_NAME


async def evaluate(folder_of_litqa_v2_papers: str | os.PathLike) -> None:
Expand Down

0 comments on commit 15e36d3

Please sign in to comment.