Skip to content

chore: pass files bytes for workspace API instead of base64 encoding … #101

chore: pass files bytes for workspace API instead of base64 encoding …

chore: pass files bytes for workspace API instead of base64 encoding … #101

Workflow file for this run

name: Push Main
on:
push:
branches:
- main
paths-ignore:
- README.md
jobs:
run-tests:
uses: gptscript-ai/go-gptscript/.github/workflows/run_tests.yaml@main
with:
git_ref: ''
secrets:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}