Skip to content

Commit

Permalink
Sandbox: Claude 3.5 Haiku
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Dec 7, 2024
1 parent d330e63 commit 062ea35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
model:
- microsoft/phi-3.5-mini-128k-instruct # $0.1000/$0.1000 [ 128K]
- anthropic/claude-3.5-haiku-20241022 # $0.8000/$4.0000 [ 200K]
steps:
- uses: actions/checkout@v4
- run: ./query-llm.js tests/canary-multi-turn.txt
Expand All @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
model:
- microsoft/phi-3.5-mini-128k-instruct # $0.1000/$0.1000 [ 128K]
- anthropic/claude-3.5-haiku-20241022 # $0.8000/$4.0000 [ 200K]
steps:
- uses: actions/checkout@v4
- run: ./query-llm.js tests/high-school-stem.txt
Expand All @@ -47,7 +47,7 @@ jobs:
fail-fast: false
matrix:
model:
- microsoft/phi-3.5-mini-128k-instruct # $0.1000/$0.1000 [ 128K]
- anthropic/claude-3.5-haiku-20241022 # $0.8000/$4.0000 [ 200K]
steps:
- uses: actions/checkout@v4
- run: ./query-llm.js tests/general-knowledge.txt
Expand Down

0 comments on commit 062ea35

Please sign in to comment.