Manasa1 commited on
Commit
16c86bb
·
verified ·
1 Parent(s): 086165d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ load_dotenv()
12
 
13
  # Create the Agent with a more natural, imperfect human-like writing style
14
  agent = Agent(
15
- model=Groq(id="deepseek-r1-distill-llama-70b", api_key=os.getenv("GROQ_API_KEY")),
16
  tools=[DuckDuckGo(), Newspaper4k()],
17
  description="You write like a real person, not a robot. Your writing is simple, engaging, and casual—like a conversation with a friend.",
18
  instructions=[
 
12
 
13
  # Create the Agent with a more natural, imperfect human-like writing style
14
  agent = Agent(
15
+ model=Groq(id="llama-3.3-70b-specdec", api_key=os.getenv("GROQ_API_KEY")),
16
  tools=[DuckDuckGo(), Newspaper4k()],
17
  description="You write like a real person, not a robot. Your writing is simple, engaging, and casual—like a conversation with a friend.",
18
  instructions=[