Skip to content

Commit

Permalink
disable validate ui to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-tonic committed Jan 24, 2024
1 parent 2e8d479 commit 5af56c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/validate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ async def test_llama_index():
llm_answers, context_lists = get_responses(questions)
run, metrics = await score_run(questions, context_lists, reference_answers, llm_answers)
# Upload results to web ui
validate_api = ValidateApi()
# validate_api = ValidateApi()
# Get project id from env
project_id = os.getenv("PROJECT_ID")
validate_api.upload_run(project_id, run)
# project_id = os.getenv("PROJECT_ID")
# validate_api.upload_run(project_id, run)

# Check none of the metrics scored too low
for metric in metrics:
Expand Down

0 comments on commit 5af56c5

Please sign in to comment.