This commit is contained in:
Andras Schmelczer 2022-06-26 20:03:26 +02:00
parent daed41569e
commit 6b0967fd79
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

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,