From 1d4bccebb9c5f0d8b10d9a462113ebf9c427f226 Mon Sep 17 00:00:00 2001 From: mizy <1060950782@163.com> Date: Mon, 22 Jan 2024 10:54:20 +0800 Subject: [PATCH] fix: tslint --- app/stores/llm.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/stores/llm.ts b/app/stores/llm.ts index bca2eb55..d92c7c8d 100644 --- a/app/stores/llm.ts +++ b/app/stores/llm.ts @@ -77,6 +77,7 @@ export interface LLMConfig { enableCopilot: boolean; enableLLM2NGQLs: boolean; gqlPath: string; + model: string; } class LLM { currentInput = '';