Stepan

Results 3 comments of Stepan

Still getting same error if using transport="rest" and generate_content_async `TypeError: Unexpected type of call ` google-generativeai==0.4.1

> Please provide a minimal reproducible example ,so that we can better understand and address your issue. @Andy963 Code: ```python import asyncio import google.generativeai as genai async def ask_gemini(question: str):...