mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 01:56:47 +00:00
feat(parseJsonForChatGPTResponse): implement function to parse JSON response from ChatGPT API
This commit is contained in:
parent
a9a064dfa1
commit
65c5653158
4 changed files with 34 additions and 1 deletions
|
@ -14,12 +14,14 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@octokit/rest": "^19.0.7",
|
||||
"jsonic": "^1.0.1",
|
||||
"minimatch": "^7.4.2",
|
||||
"openai": "^4.20.1",
|
||||
"parse-diff": "^0.11.1",
|
||||
"ts-node": "^10.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jsonic": "^0.3.3",
|
||||
"@types/node": "^18.15.5",
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"prettier": "^2.8.6",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue