💡 Remove irrelevant comment

This commit is contained in:
2024-04-22 10:21:15 +02:00
parent 0da6b1a518
commit 51614d3562
2 changed files with 0 additions and 8 deletions

View File

@@ -4,7 +4,6 @@ from . import StockImageEngine
from . import BackgroundEngine
from . import CaptioningEngine
from . import LLMEngine
from . import SettingsEngine
from . import TTSEngine
from . import UploadEngine
from . import AudioBackgroundEngine
@@ -17,11 +16,6 @@ ENGINES: dict[str, dict[str, bool | list[BaseEngine]]] = {
"classes": [Pipelines.ScriptedVideoPipeline],
"multiple": False,
},
"SettingsEngine": {
"classes": [SettingsEngine.SettingsEngine],
"multiple": False,
"show_dropdown": False,
},
"SimpleLLMEngine": {
"classes": [LLMEngine.OpenaiLLMEngine, LLMEngine.AnthropicLLMEngine],
"multiple": False,