From 98c6604b98a091914270b1650978cbe5c009eb81 Mon Sep 17 00:00:00 2001 From: Dens Sumesh Date: Mon, 1 Jul 2024 12:54:16 -0700 Subject: [PATCH] bugfix: make analytics compile --- shared/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/types.ts b/shared/types.ts index f504dc57b3..f532a786f1 100644 --- a/shared/types.ts +++ b/shared/types.ts @@ -107,6 +107,7 @@ export interface ServerEnvsConfiguration { FREQUENCY_PENALTY: number | null; STOP_TOKENS: string | null; USE_MESSAGE_TO_QUERY_PROMPT: boolean; + INDEXED_ONLY: boolean; } export interface ClientEnvsConfiguration {