Skip to content

Ability to specify ChatGPT model #5

Ability to specify ChatGPT model

Ability to specify ChatGPT model #5

Workflow file for this run

name: Run tests
on:
pull_request:
branches:
- master
jobs:
RunTests:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.x
8.0.x
- name: Checkout repository
uses: actions/checkout@v2
- name: Run tests
run: dotnet test Library.sln