Skip to content

update clarifai request format to use json #54

update clarifai request format to use json

update clarifai request format to use json #54

Workflow file for this run

on: [pull_request]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: clarifai-pr
steps:
- name: Review pull request code with clarifai.com
uses: tot-ra/clarifai-PR@main
with:
GITHUB_TOKEN: ${{ github.token }}
CLARIFAI_PAT: ${{ secrets.CLARIFAI_PAT }}
CLARIFAI_USER_ID: ${{ secrets.CLARIFAI_USER_ID }}
CLARIFAI_APP_ID: ${{ secrets.CLARIFAI_APP_ID }}
CLARIFAI_MODEL_ID: 'GPT-4'