mirror of
https://github.com/alexankitty/Myrient-Search-Engine.git
synced 2026-01-15 16:33:15 -03:00
Add about page the the AI assistant and conditional loading
This commit is contained in:
@@ -150,6 +150,11 @@ let defaultOptions = {
|
||||
isEmulatorCompatible: isEmulatorCompatible,
|
||||
isNonGameContent: isNonGameContent,
|
||||
nonGameTerms: nonGameTerms,
|
||||
aiEnabled: process.env.AI_ENABLED === 'true',
|
||||
aiConfig: {
|
||||
apiUrl: process.env.AI_API_URL || 'https://example.com',
|
||||
model: process.env.AI_MODEL || 'default',
|
||||
},
|
||||
};
|
||||
|
||||
function updateDefaults() {
|
||||
|
||||
Reference in New Issue
Block a user