From 406509dc549cb58d788a3dbd5572f28008c84546 Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 4 Sep 2024 22:15:32 +0300 Subject: Make LLM enhancements optional --- meson.options | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meson.options') diff --git a/meson.options b/meson.options index 7decbf0..2b9608d 100644 --- a/meson.options +++ b/meson.options @@ -7,4 +7,11 @@ option( ], value: 'default', description: 'The build profile for Bowl. One of "default" or "development".' +) + +option( + 'llm', + type: 'boolean', + value: true, + description: 'Whether to enable optional LLM enhancement features.' ) \ No newline at end of file -- cgit 1.4.1