diff --git a/src/main.ts b/src/main.ts index 82dc2cb..0702897 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4,7 +4,6 @@ import OpenAI from "openai"; import {Octokit} from "@octokit/rest"; import parseDiff, {Chunk, File} from "parse-diff"; import minimatch from "minimatch"; -import jsonic from "jsonic"; const GITHUB_TOKEN: string = core.getInput("GITHUB_TOKEN"); const OPENAI_API_KEY: string = core.getInput("OPENAI_API_KEY"); @@ -152,7 +151,7 @@ async function getAIResponse(prompt: string): Promise