mirror of
https://github.com/Wx-2025/ST-Amily2-Chat-Optimisation.git
synced 2026-06-07 07:25:51 +00:00
Update rag-settings.js
This commit is contained in:
@@ -60,6 +60,27 @@ export const defaultSettings = {
|
||||
hybrid_alpha: 0.7,
|
||||
notify: true,
|
||||
superSortEnabled: false,
|
||||
priorityRetrieval: {
|
||||
enabled: false,
|
||||
sources: {
|
||||
novel: {
|
||||
enabled: false,
|
||||
count: 5
|
||||
},
|
||||
chat_history: {
|
||||
enabled: false,
|
||||
count: 5
|
||||
},
|
||||
lorebook: {
|
||||
enabled: false,
|
||||
count: 5
|
||||
},
|
||||
manual: {
|
||||
enabled: false,
|
||||
count: 5
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
knowledgeBases: {},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user