Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
penguine-ip committed Jan 22, 2025
1 parent 83e9ff3 commit 559246e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions deepeval/constants.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
KEY_FILE: str = ".deepeval"
PYTEST_RUN_TEST_NAME: str = "CONFIDENT_AI_RUN_TEST_NAME"
LOGIN_PROMPT = "\n‼️ Looking for a place for your LLM test data to live 🏡? Use Confident AI for test reports, benchmark analysis, compare models/prompts, and catch regressions for your LLM system."
3 changes: 1 addition & 2 deletions deepeval/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
from enum import Enum
from typing import List, Dict
import requests

from deepeval.test_run.test_run import LOGIN_PROMPT
from deepeval.constants import LOGIN_PROMPT


class Feature(Enum):
Expand Down
2 changes: 1 addition & 1 deletion deepeval/test_run/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
is_in_ci_env,
)
from deepeval.test_run.cache import global_test_run_cache_manager
from deepeval.constants import LOGIN_PROMPT

TEMP_FILE_NAME = "temp_test_run_data.json"
LOGIN_PROMPT = "\n‼️ Looking for a place for your LLM test data to live 🏡? Use Confident AI for test reports, benchmark analysis, compare models/prompts, and catch regressions for your LLM system."


class TestRunResultDisplay(Enum):
Expand Down

0 comments on commit 559246e

Please sign in to comment.