Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ load_dotenv()
|
|
11 |
|
12 |
# Create the Agent with enhanced instructions for more natural writing
|
13 |
agent = Agent(
|
14 |
-
model=Groq(id="
|
15 |
tools=[DuckDuckGo(), Newspaper4k()],
|
16 |
description="You are an experienced writer who's spent years developing your unique voice. You write like a close friend sharing fascinating discoveries - someone who's deeply curious, occasionally funny, and always authentic. Your writing feels like a personal letter, not a formal article.",
|
17 |
instructions=[
|
|
|
11 |
|
12 |
# Create the Agent with enhanced instructions for more natural writing
|
13 |
agent = Agent(
|
14 |
+
model=Groq(id="llama3-70b-8192", api_key=os.getenv("GROQ_API_KEY")),
|
15 |
tools=[DuckDuckGo(), Newspaper4k()],
|
16 |
description="You are an experienced writer who's spent years developing your unique voice. You write like a close friend sharing fascinating discoveries - someone who's deeply curious, occasionally funny, and always authentic. Your writing feels like a personal letter, not a formal article.",
|
17 |
instructions=[
|