Skip to content

Commit 2a5b6ea

Browse files
committed
Remove automodel v1
1 parent 2171147 commit 2a5b6ea

File tree

6 files changed

+5
-1202
lines changed

6 files changed

+5
-1202
lines changed

extensions/ql-vscode/src/config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,6 @@ export function showQueriesPanel(): boolean {
704704

705705
const DATA_EXTENSIONS = new Setting("dataExtensions", ROOT_SETTING);
706706
const LLM_GENERATION = new Setting("llmGeneration", DATA_EXTENSIONS);
707-
const LLM_GENERATION_V2 = new Setting("llmGenerationV2", DATA_EXTENSIONS);
708707
const FRAMEWORK_MODE = new Setting("frameworkMode", DATA_EXTENSIONS);
709708
const DISABLE_AUTO_NAME_EXTENSION_PACK = new Setting(
710709
"disableAutoNameExtensionPack",
@@ -724,10 +723,6 @@ export function showLlmGeneration(): boolean {
724723
return !!LLM_GENERATION.getValue<boolean>();
725724
}
726725

727-
export function useLlmGenerationV2(): boolean {
728-
return !!LLM_GENERATION_V2.getValue<boolean>();
729-
}
730-
731726
export function enableFrameworkMode(): boolean {
732727
return !!FRAMEWORK_MODE.getValue<boolean>();
733728
}

extensions/ql-vscode/src/data-extensions-editor/auto-model-api.ts

Lines changed: 0 additions & 54 deletions
This file was deleted.

extensions/ql-vscode/src/data-extensions-editor/auto-model-usages-query.ts

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)