google-gemini / generative-ai-python

The official Python library for the Google Gemini API
https://pypi.org/project/google-generativeai/
Apache License 2.0
1.62k stars 322 forks source link

Async for files.py functions #586

Open shilpakancharla opened 1 month ago

shilpakancharla commented 1 month ago

Added asyncio methods for all the file methods.

However, how should we test these asyncio methods?