import fixed

This commit is contained in:
ostix360 2023-10-05 22:50:16 +02:00
parent 2d2cfcd894
commit 5f509e4545
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from __future__ import annotations
from dataclasses import dataclass
from .typing import Union
from .Provider import BaseProvider, RetryProvider
from .Provider import BaseProvider, RetryProvider
from .Provider import (
ChatgptLogin,
ChatgptDemo,
@ -9,6 +9,8 @@ from .Provider import (
Vitalentum,
ChatgptAi,
ChatForAi,
AItianhu,
AItianhuSpace,
ChatBase,
Liaobots,
Yqcloud,