mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 17:46:47 +00:00
feat(openai): add base url to change openai host (#1)
* feat(openai): add base url to change openai host * feat(openai): add deployment and api version * feat(openai): log * feat(openai): return json * feat(openai): finish integration
This commit is contained in:
parent
a9a064dfa1
commit
2bc0b14bb0
8 changed files with 3806 additions and 5074 deletions
|
@ -15,7 +15,8 @@
|
|||
"@actions/core": "^1.10.0",
|
||||
"@octokit/rest": "^19.0.7",
|
||||
"minimatch": "^7.4.2",
|
||||
"openai": "^4.20.1",
|
||||
"@azure/openai": "2.0.0-beta.2",
|
||||
"openai": "4.67.1",
|
||||
"parse-diff": "^0.11.1",
|
||||
"ts-node": "^10.9.1"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue