mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-19 16:31:30 +00:00
5 lines
136 B
Python
5 lines
136 B
Python
from models import get_google_chat
|
|
|
|
llm = get_google_chat()
|
|
result = llm.invoke("Write a ballad about LangChain")
|
|
print(result.content)
|