Skip to content

CI: Fix the link to Phi-3.5 model #18

CI: Fix the link to Phi-3.5 model

CI: Fix the link to Phi-3.5 model #18

name: High-school STEM
on: [workflow_dispatch, push, pull_request]
jobs:
high-school-stem:
runs-on: ubuntu-22.04
timeout-minutes: 5
strategy:
max-parallel: 3
fail-fast: false
matrix:
model:
- mistralai/mistral-7b-instruct-v0.3 # $0.07 [ 32K]
- qwen/qwen-2-7b-instruct # $0.07 [ 32K]
- meta-llama/llama-3.1-8b-instruct # $0.09 [128K]
- microsoft/phi-3.5-mini-128k-instruct # $0.10 [128K]
- nousresearch/hermes-2-pro-llama-3-8b # $0.15 [ 8K]
- mistralai/mistral-nemo # $0.18 [128K]
- mistralai/mixtral-8x7b-instruct # $0.24 [ 32K]
- google/gemma-2-27b-it # $0.27 [ 4K]
- meta-llama/llama-3.1-70b-instruct # $0.40 [ 128K]
- google/gemini-flash-1.5 # $0.075/$0.300 [1000K]
- ai21/jamba-1-5-mini # $0.200/$0.400 [ 256K]
- openai/gpt-4o-mini # $0.150/$0.600 [ 128K]
steps:
- uses: actions/checkout@v4
- run: ./query-llm.js tests/high-school-stem.txt
env:
LLM_API_BASE_URL: ${{ secrets.LLM_API_BASE_URL }}
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
LLM_CHAT_MODEL: ${{ matrix.model }}