Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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=[
|