mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
config.yaml: Group extension settings into one section
This commit is contained in:
@@ -164,7 +164,7 @@ function getSourceSettings(source, request) {
|
||||
};
|
||||
case 'transformers':
|
||||
return {
|
||||
model: getConfigValue('extras.embeddingModel', ''),
|
||||
model: getConfigValue('extensions.models.embedding', ''),
|
||||
};
|
||||
case 'palm':
|
||||
return {
|
||||
|
Reference in New Issue
Block a user