mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-05 18:20:35 -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:
|
||||
print(f"Unhandled SSE event: {line}")
|
||||
response.close()
|
||||
return bucket_id5
|
||||
return bucket_id
|
||||
|
||||
# Example with URLs
|
||||
urls = [{"url": "https://github.com/xtekky/gpt4free/issues"}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue