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

XFEstudio/gpt4free

Fix typo

24cdaea3
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified docs/file.md +1 -1
@@ -75,7 +75,7 @@ def upload_and_process(files_or_urls, bucket_id=None):
75 75 else:
76 76 print(f"Unhandled SSE event: {line}")
77 77 response.close()
78 return bucket_id5
78 return bucket_id
79 79
80 80 # Example with URLs
81 81 urls = [{"url": "https://github.com/xtekky/gpt4free/issues"}]