diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-05-18 20:34:57 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-05-18 20:34:57 +0000 |
| commit | 85929850dfd7b0a9a2269df7f739dffd108ab3bc (patch) | |
| tree | 88caebf58b756fcaf6ebf6d11eb2ab9fce2e03ce /apps/web/lib/clientConfig.tsx | |
| parent | 2743d9e38ecfdbf757d4d2f97bcf09d601245b59 (diff) | |
| download | karakeep-85929850dfd7b0a9a2269df7f739dffd108ab3bc.tar.zst | |
feat: Disable the AI summary button if AI is not configured. Fixes #649
Diffstat (limited to 'apps/web/lib/clientConfig.tsx')
| -rw-r--r-- | apps/web/lib/clientConfig.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/lib/clientConfig.tsx b/apps/web/lib/clientConfig.tsx index ef8e0815..2a66de37 100644 --- a/apps/web/lib/clientConfig.tsx +++ b/apps/web/lib/clientConfig.tsx @@ -9,6 +9,7 @@ export const ClientConfigCtx = createContext<ClientConfig>({ disablePasswordAuth: false, }, inference: { + isConfigured: false, inferredTagLang: "english", }, serverVersion: undefined, |
