mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-25 12:16:17 +03:00
updated type hint
This commit is contained in:
parent
ceaa47b9b2
commit
d97cbceb0d
@ -18,6 +18,7 @@ from tls_client import Session as TLS
|
|||||||
|
|
||||||
from quora.api import Client as PoeClient
|
from quora.api import Client as PoeClient
|
||||||
from quora.mail import Emailnator
|
from quora.mail import Emailnator
|
||||||
|
from typing import Optional
|
||||||
|
|
||||||
# from twocaptcha import TwoCaptcha
|
# from twocaptcha import TwoCaptcha
|
||||||
# solver = TwoCaptcha('72747bf24a9d89b4dcc1b24875efd358')
|
# solver = TwoCaptcha('72747bf24a9d89b4dcc1b24875efd358')
|
||||||
@ -183,7 +184,7 @@ class Model:
|
|||||||
|
|
||||||
class Account:
|
class Account:
|
||||||
def create(
|
def create(
|
||||||
proxy: str | None = None,
|
proxy: Optional[str] = None,
|
||||||
logging: bool = False,
|
logging: bool = False,
|
||||||
enable_bot_creation: bool = False,
|
enable_bot_creation: bool = False,
|
||||||
):
|
):
|
||||||
|
Loading…
Reference in New Issue
Block a user