XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update __init__.py

f34012a9
abc <98614666+xtekky@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -2
Modified g4f/__init__.py +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(