mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-27 05:25:33 +03:00
Update __init__.py
This commit is contained in:
parent
489748892b
commit
f34012a98b
@ -1,12 +1,11 @@
|
||||
from __future__ import annotations
|
||||
from . import models
|
||||
from g4f import models
|
||||
from .Provider import BaseProvider
|
||||
from .typing import Any, CreateResult, Union
|
||||
import random
|
||||
|
||||
logging = False
|
||||
|
||||
|
||||
class ChatCompletion:
|
||||
@staticmethod
|
||||
def create(
|
||||
|
Loading…
Reference in New Issue
Block a user