mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-25 22:29:16 +03:00
commit
ac71602f5d
@ -225,7 +225,7 @@ class Gemini(AsyncGeneratorProvider):
|
||||
headers=UPLOAD_IMAGE_HEADERS,
|
||||
connector=connector
|
||||
) as session:
|
||||
async with session.options(UPLOAD_IMAGE_URL) as reponse:
|
||||
async with session.options(UPLOAD_IMAGE_URL) as response:
|
||||
await raise_for_status(response)
|
||||
|
||||
headers = {
|
||||
|
Loading…
Reference in New Issue
Block a user