mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Fix typo
This commit is contained in:
parent
c083f85206
commit
24cdaea3d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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"}]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue