Your requirements.txt lists the package google, which appears to be an incomplete package developed by Mario Vilas, not Google. As far as I can tell, your code never imports the package, only google-generativeai (which is developed by Google).
Just wondering if I'm misunderstanding something here or if listing the google package was a mix-up.
Your
requirements.txtlists the packagegoogle, which appears to be an incomplete package developed by Mario Vilas, not Google. As far as I can tell, your code never imports the package, onlygoogle-generativeai(which is developed by Google).Just wondering if I'm misunderstanding something here or if listing the
googlepackage was a mix-up.