Skip to content

fix: add stream option to file uploads for server response (#89) #67

fix: add stream option to file uploads for server response (#89)

fix: add stream option to file uploads for server response (#89) #67

Workflow file for this run

# Ultralytics 🚀 - AGPL-3.0 license
# Ultralytics Actions https://github.com/ultralytics/actions
# This workflow automatically formats code and documentation in PRs to official Ultralytics standards
name: Ultralytics Actions
on:
push:
branches: [main, master, develop]
pull_request:
branches: [main, master, develop]
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Run Ultralytics Formatting
uses: ultralytics/actions@main
with:
token: ${{ secrets.GITHUB_TOKEN }} # automatically generated
python: true
docstrings: true
markdown: true # format markdown
spelling: true # check spelling
links: true # validate links with lychee
summary: true # print PR summary
openai_azure_api_key: ${{ secrets.OPENAI_AZURE_API_KEY }}
openai_azure_endpoint: ${{ secrets.OPENAI_AZURE_ENDPOINT }}