Financeagent / Groq-AI-Agent.py
Deaksh's picture
Upload 5 files
0a072ae verified
raw
history blame contribute delete
247 Bytes
from phi.agent import Agent
from phi.model.groq import Groq
from dotenv import load_dotenv
load_dotenv()
agent = Agent(
model=Groq(id="llama-3.3-70b-versatile")
)
agent.print_response("Share a 2 sentence love story between dosa and samosa")