Continuity / check_genai_help.py
Gaurav vashistha
feat: integrate Veo and GCS download
ef27e6d
raw
history blame contribute delete
165 Bytes
from google import genai
import os
try:
client = genai.Client(api_key="TEST")
print(help(client.models.generate_videos))
except Exception as e:
print(e)