This commit is contained in:
team3
2026-06-21 22:06:02 +02:00
parent 50b1c81bca
commit b4c686f74f
13 changed files with 41 additions and 57 deletions

View File

@@ -3,10 +3,7 @@ from typing import Literal
FormatType = Literal[
"OnePager",
"MiniGuide",
"Guide",
"ProGuide",
"FullGuide",
]
ProviderType = Literal["claude", "minimax", "lokal"]