AI-notes-agent / tests /test_embed.py
Jaleed02's picture
Initial commit: Multi-User AI Study Agent
2d25973
Raw
History Blame Contribute Delete
155 Bytes
import os
from google import genai
from dotenv import load_dotenv
load_dotenv()
client = genai.Client()
for m in client.models.list():
print(m.name)