This commit is contained in:
Andras Schmelczer 2022-06-26 20:03:26 +02:00
parent a08fa29191
commit 1018d9c6b4

View file

@ -102,7 +102,7 @@ class GreatAI(Generic[T]):
return cast(
Callable[[Callable[..., T]], GreatAI[T]],
partial(
GreatAI.deploy,
GreatAI.create,
disable_http=disable_rest_api,
disable_docs=disable_docs,
disable_dashboard=disable_dashboard,