Skip to content

replaced gpt4all with llama-cpp-python #66

replaced gpt4all with llama-cpp-python

replaced gpt4all with llama-cpp-python #66

Workflow file for this run

# This workflow will apply the corresponding label on a pull request
name: PR Labeler
on:
pull_request_target:
permissions:
contents: read
pull-requests: write
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v5
with:
repo-token: ${{ github.token }}