Added OPEN_AI_BASE_URL variable to plug into the openai library

This commit is contained in:
Jimmy Royer 2024-09-01 18:27:52 -04:00
parent 415823ed2c
commit cb0db573b8
6 changed files with 266 additions and 168 deletions

View file

@ -13,7 +13,7 @@
},
"dependencies": {
"@actions/core": "^1.10.0",
"@azure/openai" :"2.0.0-beta.1",
"@azure/openai": "2.0.0-beta.1",
"@octokit/rest": "^19.0.7",
"minimatch": "^7.4.2",
"openai": "^4.20.1",