* Add AI mode
This commit is contained in:
Soxoj
2026-04-23 12:12:54 +02:00
committed by GitHub
parent 4bd2f7cb35
commit b1004588af
7 changed files with 320 additions and 16 deletions
+2
View File
@@ -49,6 +49,8 @@ DEFAULT_ARGS: Dict[str, Any] = {
'with_domains': False,
'xmind': False,
'md': False,
'ai': False,
'ai_model': 'gpt-4o',
'no_autoupdate': False,
'force_update': False,
}