返回提交历史
Modified
docs/file.md
+1
-1
XFEstudio/gpt4free
Fix typo
24cdaea3
代码差异
1 个文件
+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"}]