Skip to content

Change object detection frame message to be an array of object detections instead of arrays of fields (same for ObjectMap) #28

Change object detection frame message to be an array of object detections instead of arrays of fields (same for ObjectMap)

Change object detection frame message to be an array of object detections instead of arrays of fields (same for ObjectMap) #28

Workflow file for this run

name: Close issue
on:
issues:
types: [closed]
env:
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
CHAT_GPT_TOKEN: ${{ secrets.CHAT_GPT_TOKEN }}
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: |
pip install -U discord.py
pip install openai
python .github/discord_bot.py ${{ github.event.issue.number }}