feat(config): add measurement unit

This commit is contained in:
ItzCrazyKns
2025-10-21 15:59:15 +05:30
parent f35d12f94c
commit 88ae67065b

View File

@@ -50,6 +50,25 @@ class ConfigManager {
'e.g., "Respond in a friendly and concise tone" or "Use British English and format answers as bullet points."',
scope: 'client',
},
{
name: 'Measurement Unit',
key: 'measureUnit',
type: 'select',
options: [
{
name: 'Imperial',
value: 'Imperial',
},
{
name: 'Metric',
value: 'Metric',
},
],
required: false,
description: 'Choose between Metric and Imperial measurement unit.',
default: 'Metric',
scope: 'client',
},
],
modelProviders: [],
search: [