mirror of
https://github.com/microsoft/generative-ai-for-beginners.git
synced 2026-06-05 21:07:14 +08:00
Bumps [openai](https://github.com/openai/openai-node) from 6.34.0 to 6.35.0. - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v6.34.0...v6.35.0) --- updated-dependencies: - dependency-name: openai dependency-version: 6.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
816 B
JSON
34 lines
816 B
JSON
{
|
|
"name": "generative-ai-for-beginners",
|
|
"version": "1.0.0",
|
|
"description": "Generative AI for Beginners - A Curriculum",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"convert": "node_modules/.bin/docsify-to-pdf"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/generative-ai-for-beginners.git"
|
|
},
|
|
"keywords": [
|
|
"generative",
|
|
"ai",
|
|
"curriculum"
|
|
],
|
|
"author": "Jim Bennett and team",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/microsoft/generative-ai-for-beginners/issues"
|
|
},
|
|
"homepage": "https://github.com/microsoft/generative-ai-for-beginners#readme",
|
|
"devDependencies": {
|
|
"@types/node": "^25.6.0",
|
|
"docsify-to-pdf": "0.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@azure-rest/ai-inference": "^1.0.0-beta.2",
|
|
"@azure/core-auth": "^1.10.1",
|
|
"openai": "^6.35.0"
|
|
}
|
|
}
|