Skip to content

Commit

Permalink
Left over changes: entails -> provides a rationale for (fixie-ai#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
farzadab authored Jun 12, 2024
1 parent a0617dc commit b4903d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ eval *FLAGS:
poetry run python -m ultravox.tools.eval_tool {{FLAGS}}

tts *FLAGS:
poetry run python -m ultravox.tools.ds_tool -T tts {{FLAGS}}
poetry run python -m ultravox.tools.ds_tool -t tts {{FLAGS}}

ds_tool *FLAGS:
poetry run python -m ultravox.tools.ds_tool {{FLAGS}}
Expand Down
2 changes: 1 addition & 1 deletion ultravox/tools/ds_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Answer: {answer}
Provide a short explanation to the question given the passage that entails the answer."""
Provide a short explanation to the question given the passage that provides a rationale for the answer."""


@dataclasses.dataclass
Expand Down

0 comments on commit b4903d9

Please sign in to comment.