From 36fb5a4c63aada8e8107b8e9d97a6ba128d13494 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 29 Sep 2024 01:24:04 +0000 Subject: feature(web): Add the ability to customize the inference prompts. Fixes #170 --- apps/web/lib/clientConfig.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/web/lib/clientConfig.tsx') diff --git a/apps/web/lib/clientConfig.tsx b/apps/web/lib/clientConfig.tsx index 50e9774d..31395199 100644 --- a/apps/web/lib/clientConfig.tsx +++ b/apps/web/lib/clientConfig.tsx @@ -7,6 +7,9 @@ export const ClientConfigCtx = createContext({ auth: { disableSignups: false, }, + inference: { + inferredTagLang: "english", + }, serverVersion: undefined, disableNewReleaseCheck: true, }); -- cgit v1.2.3-70-g09d2