Skip to content

Refactor Model Providers to Use Shared Proxy Package + validation for OpenAI like providers #5

Refactor Model Providers to Use Shared Proxy Package + validation for OpenAI like providers

Refactor Model Providers to Use Shared Proxy Package + validation for OpenAI like providers #5

Workflow file for this run

name: Package tools
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: depot-ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
repository: obot-platform/obot
- name: Setup Depot
uses: depot/setup-action@v1
- name: Make packages
run: make package-tools
env:
TOOL_REGISTRY_REPOS: github.com/${{ github.event.pull_request.head.repo.full_name }}@${{ github.event.pull_request.head.sha }}