Client libraries for Ollama and OpenAI (#2938) #366
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: push | |
jobs: | |
default: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: iffy/[email protected] | |
with: | |
version: stable | |
- run: nim c -d:ssl -r -d:release package_scanner.nim packages.json | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |