Skip to content

Commit f44914e

Browse files
committed
undo pyproject changes
1 parent e01f3d7 commit f44914e

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "deepeval"
3-
version = "2.9.6"
3+
version = "3.0.1"
44
description = "The LLM Evaluation Framework"
55
authors = ["Jeffrey Ip <jeffreyip@confident-ai.com>"]
66
license = "Apache-2.0"
@@ -62,4 +62,4 @@ markers = [
6262
"skip_test: skip the test",
6363
]
6464
asyncio_mode = "auto"
65-
asyncio_default_fixture_loop_scope = "function"
65+
asyncio_default_fixture_loop_scope = "function"

tests/test_trutfhul_ai.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
# Example usage of the TruthfulQA benchmark
99
# This will run the benchmark with the specified tasks and mode
1010
# using the Anthropic model.
11-
11+
1212
# Note: Ensure that you have the necessary API keys and configurations set up for the AnthropicModel.
13-
13+
1414
benchmark = TruthfulQA(
15-
tasks=[TruthfulQATask.FICTION],
16-
mode=TruthfulQAMode.MC2
15+
tasks=[TruthfulQATask.FICTION], mode=TruthfulQAMode.MC2
1716
)
1817
benchmark.evaluate(model=AnthropicModel())
19-

0 commit comments

Comments
 (0)