From 49a3a05c8f0c021c0f773059adc6a01e821fb67c Mon Sep 17 00:00:00 2001 From: Miao Zhuang <1060950782@163.com> Date: Mon, 22 Jan 2024 10:56:03 +0800 Subject: [PATCH] fix: tslint (#753) --- 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 = '';