Skip to content

No tools work with Llama 1B #318

No tools work with Llama 1B

No tools work with Llama 1B #318

Workflow file for this run

name: gptme-bot
on:
issue_comment:
types: [created]
permissions: write-all
jobs:
run-bot:
runs-on: ubuntu-latest
steps:
# needed to run the action in the same repo
- name: Checkout code
uses: actions/checkout@v3
- name: Run gptme-bot action
uses: ./.github/actions/bot
with:
model: 'anthropic/claude-3-5-sonnet-20240620'
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
allowlist: "ErikBjare"