Skip to content

Commit

Permalink
refactor(openaiProvider): remove unnecessary ts-ignore
Browse files Browse the repository at this point in the history
Removed the @ts-ignore comment as it is no longer needed for the import statements.
  • Loading branch information
phodal committed Jun 14, 2024
1 parent c94ec76 commit df38b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "autodev",
"displayName": "AutoDev - 🧙the AI-powered coding wizard.",
"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! 🚀 ",
"version": "0.3.3",
"version": "0.5.0",
"repository": "https://github.com/unit-mesh/auto-dev-vscode",
"publisher": "Phodal",
"l10n": "./l10n",
Expand Down Expand Up @@ -1027,7 +1027,7 @@
"ollama": "^0.5.1",
"onnxruntime-common": "1.17.3",
"onnxruntime-node": "1.17.3",
"openai": "^4.36.0",
"openai": "^4.51.0",
"reflect-metadata": "^0.2.2",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-ignore
import { AzureOpenAI, OpenAI } from 'openai';
import { type CancellationToken, type Progress } from 'vscode';

Expand Down

0 comments on commit df38b6f

Please sign in to comment.