返回提交历史
Modified
g4f/__init__.py
+1
-2
XFEstudio/gpt4free
Update __init__.py
f34012a9
代码差异
1 个文件
+1
-2
@@ -1,12 +1,11 @@
1
1
from __future__ import annotations
2
from . import models
2
from g4f import models
3
3
from .Provider import BaseProvider
4
4
from .typing import Any, CreateResult, Union
5
5
import random
6
6
7
7
logging = False
8
8
9
10
9
class ChatCompletion:
11
10
@staticmethod
12
11
def create(