Skip to content

Update module github.com/sashabaranov/go-openai to v1.17.11 #14

Update module github.com/sashabaranov/go-openai to v1.17.11

Update module github.com/sashabaranov/go-openai to v1.17.11 #14

on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
name: Review it
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Let Linus Torvalds review this PR
uses: ./ # Uses an action in the root directory
env:
GITHUB_TOKEN: ${{ github.token }}
OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }}