Skip to content

Commit df38b6f

Browse files
committed
refactor(openaiProvider): remove unnecessary ts-ignore
Removed the @ts-ignore comment as it is no longer needed for the import statements.
1 parent c94ec76 commit df38b6f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "autodev",
33
"displayName": "AutoDev - 🧙the AI-powered coding wizard.",
44
"description": " 🧙‍AutoDev: the AI-powered coding wizard with multilingual support 🌐, auto code generation 🏗️, and a helpful bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic Auto Dev/Testing/Document/Agent feature 🧪 included! 🚀 ",
5-
"version": "0.3.3",
5+
"version": "0.5.0",
66
"repository": "https://github.com/unit-mesh/auto-dev-vscode",
77
"publisher": "Phodal",
88
"l10n": "./l10n",
@@ -1027,7 +1027,7 @@
10271027
"ollama": "^0.5.1",
10281028
"onnxruntime-common": "1.17.3",
10291029
"onnxruntime-node": "1.17.3",
1030-
"openai": "^4.36.0",
1030+
"openai": "^4.51.0",
10311031
"reflect-metadata": "^0.2.2",
10321032
"sqlite": "^5.1.1",
10331033
"sqlite3": "^5.1.7",

src/base/common/language-models/providers/openaiProvider.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-ignore
21
import { AzureOpenAI, OpenAI } from 'openai';
32
import { type CancellationToken, type Progress } from 'vscode';
43

0 commit comments

Comments
 (0)