This commit is contained in:
team3
2026-06-22 10:13:30 +02:00
parent b54f5e23f3
commit 4f1f8d18d0
7 changed files with 60 additions and 25 deletions

View File

@@ -4,6 +4,8 @@ from typing import Literal
FormatType = Literal[
"Roadmap",
"Guide",
"FullGuide",
"Rest",
]
ProviderType = Literal["claude", "minimax", "lokal"]