This commit is contained in:
hlohaus 2025-04-08 19:07:24 +02:00
parent c083f85206
commit 24cdaea3d6

View file

@ -75,7 +75,7 @@ def upload_and_process(files_or_urls, bucket_id=None):
else: else:
print(f"Unhandled SSE event: {line}") print(f"Unhandled SSE event: {line}")
response.close() response.close()
return bucket_id5 return bucket_id
# Example with URLs # Example with URLs
urls = [{"url": "https://github.com/xtekky/gpt4free/issues"}] urls = [{"url": "https://github.com/xtekky/gpt4free/issues"}]