Skip to content

[Bug]: together_ai/meta-llama/Llama-3.3-70B-Instruct-Turbo error using tool calls #298

[Bug]: together_ai/meta-llama/Llama-3.3-70B-Instruct-Turbo error using tool calls

[Bug]: together_ai/meta-llama/Llama-3.3-70B-Instruct-Turbo error using tool calls #298

Workflow file for this run

name: Label ML Ops Team Issues
on:
issues:
types:
- opened
jobs:
add-mlops-label:
runs-on: ubuntu-latest
steps:
- name: Check if ML Ops Team is selected
uses: actions-ecosystem/action-add-labels@v1
if: contains(github.event.issue.body, '### Are you a ML Ops Team?') && contains(github.event.issue.body, 'Yes')
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: "mlops user request"