config.yaml: Group extension settings into one section

This commit is contained in:
Cohee
2025-01-17 20:18:27 +02:00
parent a53ebe7572
commit 4d18ddba6d
6 changed files with 67 additions and 25 deletions

View File

@@ -164,7 +164,7 @@ function getSourceSettings(source, request) {
};
case 'transformers':
return {
model: getConfigValue('extras.embeddingModel', ''),
model: getConfigValue('extensions.models.embedding', ''),
};
case 'palm':
return {