From 70ea89675387cc27878f1f5a6a75bbe70f127799 Mon Sep 17 00:00:00 2001
From: Shargon <shargon@gmail.com>
Date: Mon, 18 Mar 2024 09:59:50 -0700
Subject: [PATCH] Remove IA

Close https://github.com/neo-project/neo-modules/issues/887
---
 .github/workflows/main.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 786cbb564..d70969642 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -48,14 +48,6 @@ jobs:
       - name: Checkout Repo
         uses: actions/checkout@v4
 
-      - name: AI Code Reviewer
-        uses: freeedcom/ai-codereviewer@a9a064dfa1db8c83f40ef63f6e247fa09c935ed6
-        with:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-          OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
-          OPENAI_API_MODEL: "gpt-4" # Optional: defaults to "gpt-4"
-          exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas
-
   Release:
     needs: Test
     if: github.ref == 'refs/heads/master' && startsWith(github.repository, 'neo-project/')