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

XFEstudio/gpt4free

Update __init__.py

63315df5
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -1
Modified g4f/api/__init__.py +0 -1
@@ -267,7 +267,6 @@ class Api:
267 267 return ErrorResponse.from_message("G4F API key expired", HTTP_401_UNAUTHORIZED)
268 268 else:
269 269 user = "admin"
270
271 270 count = 0
272 271 for char in string:
273 272 if char.isupper():