Olá, ao tentar aplicar o from google import genai
client = genai.client()
Retorna o erro:
TypeError Traceback (most recent call last)
/tmp/ipython-input-910831505.py in <cell line: 0>()
1 from google import genai
2
----> 3 client = genai.client()
TypeError: 'module' object is not callable
Poderia me auxiliar?