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:
Felix Anhalt 2024-10-07 11:00:18 +02:00 committed by GitHub
parent a9a064dfa1
commit 2bc0b14bb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 3806 additions and 5074 deletions

View file

@ -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"
},