From bd7312783dfd63d01a4ef2af7d35a1b6947b4253 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Mon, 1 Jul 2024 16:56:15 -0400 Subject: [PATCH] Added e2e tests GH action, with docker compose build - debugging action --- .github/workflows/e2e_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e_tests.yml b/.github/workflows/e2e_tests.yml index 92f8c0af..f97d0edb 100644 --- a/.github/workflows/e2e_tests.yml +++ b/.github/workflows/e2e_tests.yml @@ -96,8 +96,8 @@ jobs: pf connection create --file ./openai.yaml --set api_key=$OPENAI_API_KEY --name open_ai_connection pf connection create --file ./azure_openai.yaml --set api_key=$OPENAI_API_KEY --set api_base=$OPENAI_API_ENDPOINT --name azure_openai pf run create --flow . --data ./data.jsonl --stream --column-mapping query='${data.query}' context='${data.context}' chat_history='${data.chat_history}' --name base_run --stream - pf run show-details -n base_run2 - pf run show-metrics -n base_run2 - #pf run visualize -n base_run2 + pf run show-details -n base_run + pf run show-metrics -n base_run + #pf run visualize -n base_run python3 check_evaluation_results.py \ No newline at end of file