Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/helix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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
2 changes: 1 addition & 1 deletion comedian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading