mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-22 15:05:57 +03:00
parent
ee7428e767
commit
1fb9eb94f7
@ -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