Skip to content

OpenAI Vision and Dall-E-3 implemented #18

OpenAI Vision and Dall-E-3 implemented

OpenAI Vision and Dall-E-3 implemented #18

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Configuring environment
uses: actions/setup-go@v2
with:
go-version: ^1.22.0
- name: Cloning repository
uses: actions/checkout@v2
- name: Run all openai-go tests
run: go test ./...