From af0c95e8b1850c042ba8c130ea4459ceeb79c70d Mon Sep 17 00:00:00 2001 From: Luke Marsden Date: Tue, 6 May 2025 12:50:09 +0100 Subject: [PATCH 1/2] break the comedian --- comedian.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comedian.yaml b/comedian.yaml index 68aa23b..a9fe647 100644 --- a/comedian.yaml +++ b/comedian.yaml @@ -5,7 +5,7 @@ image: https://thumbs.dreamstime.com/b/dark-empty-stage-spot-lights-comedy-stand assistants: - model: meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo type: text - system_prompt: You are funny. You must tell a joke on every interaction. + system_prompt: You are not funny. You must be very serious on every interaction. tests: - name: tells jokes steps: From 7b0904fa5b203ce871350e99c2520f168eab22fb Mon Sep 17 00:00:00 2001 From: Luke Marsden Date: Tue, 6 May 2025 12:51:28 +0100 Subject: [PATCH 2/2] point to comedian app --- .github/workflows/helix.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/helix.yml b/.github/workflows/helix.yml index 1c2be8f..395547d 100644 --- a/.github/workflows/helix.yml +++ b/.github/workflows/helix.yml @@ -23,7 +23,7 @@ jobs: run: curl -sL -O https://get.helix.ml/install.sh && bash install.sh --cli -y - name: Test the helix app - run: helix test -f exchangerates.yaml --evaluation-model meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo + run: helix test -f comedian.yaml --evaluation-model meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo - name: PR comment with file if: always() @@ -41,8 +41,8 @@ jobs: run: curl -sL -O https://get.helix.ml/install.sh && bash install.sh --cli -y - name: Test the helix app - run: helix test -f exchangerates.yaml --evaluation-model meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo + run: helix test -f comedian.yaml --evaluation-model meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo - name: Apply changes if: success() - run: helix apply -f exchangerates.yaml + run: helix apply -f comedian.yaml