From 8ef22349c78e0a2b1d297931c06e36b93caa51f9 Mon Sep 17 00:00:00 2001 From: daisy-kim Date: Thu, 26 Sep 2024 20:30:10 +0900 Subject: [PATCH] Fix --- pnpm-lock.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7f518ec..fcdeeb3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,6 +7,9 @@ settings: importers: .: dependencies: + '@azure/openai': + specifier: 2.0.0-beta.1 + version: 2.0.0-beta.1 '@mikro-orm/core': specifier: ^6.2.9 version: 6.2.9 @@ -266,6 +269,13 @@ packages: yarn: '>= 1.13.0', } + '@azure/openai@2.0.0-beta.1': + resolution: + { + integrity: sha512-SMcGMbhv8gYiTvmv2aKlkDAW0sI5pjGW5KyC94DTAYgpZS7eK+B1WpCfuJLzVaLxbYZXYWTsmd+dCsS4rXJ9+w==, + } + engines: { node: '>=18.0.0' } + '@babel/code-frame@7.24.7': resolution: { @@ -7297,6 +7307,10 @@ snapshots: transitivePeerDependencies: - chokidar + '@azure/openai@2.0.0-beta.1': + dependencies: + tslib: 2.6.3 + '@babel/code-frame@7.24.7': dependencies: '@babel/highlight': 7.24.7