Skip to content

fix(llm): update model mappings and default values #4

fix(llm): update model mappings and default values

fix(llm): update model mappings and default values #4

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
paths:
- 'scripts/llm/openrouter_client.py'
concurrency:
group: 'test'
cancel-in-progress: false
jobs:
test_job:
runs-on: ubuntu-latest
environment:
name: github-pages
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python 3.13.2
uses: actions/setup-python@v4
with:
python-version: "3.13.2"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements/requirements.simple.txt
- name: Run test script
env:
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}
run: python scripts/llm/openrouter_client.py