genai-impact / ecologits

🌱 EcoLogits tracks the energy consumption and environmental footprint of using generative AI models through APIs.
https://ecologits.ai/
Mozilla Public License 2.0
63 stars 8 forks source link

`google-generativeai` async testing #54

Open adrienbanse opened 3 months ago

adrienbanse commented 3 months ago

The combination of transport=rest and async is broken ingoogle-generativeai, see https://github.com/google-gemini/generative-ai-python/issues/203 This prevents us from testing async with cassettes for now, I removed the async tests for now, let's wait for this to be fixed

Originally posted by @adrienbanse in https://github.com/genai-impact/ecologits/issues/50#issuecomment-2183102174