Skip to content

fix ModelSelect and use the first model user has if they don't have the default model #30

fix ModelSelect and use the first model user has if they don't have the default model

fix ModelSelect and use the first model user has if they don't have the default model #30

Workflow file for this run

name: Run Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
container:
image: node:16
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Run Vitest Suite
run: npm test