mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
implement direct import of Client without using g4f.client
This commit is contained in:
parent
b1d5af85ae
commit
0f52104ecb
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import os
|
||||||
|
|
||||||
from . import debug, version
|
from . import debug, version
|
||||||
from .models import Model
|
from .models import Model
|
||||||
|
from .client import Client, AsyncClient
|
||||||
from .typing import Messages, CreateResult, AsyncResult, Union
|
from .typing import Messages, CreateResult, AsyncResult, Union
|
||||||
from .errors import StreamNotSupportedError, ModelNotAllowedError
|
from .errors import StreamNotSupportedError, ModelNotAllowedError
|
||||||
from .cookies import get_cookies, set_cookies
|
from .cookies import get_cookies, set_cookies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue