Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ writer = Agent(
|
|
53 |
backstory="""You are a renowned Content Strategist, known for your insightful and engaging articles.
|
54 |
You transform complex concepts into compelling narratives.""",
|
55 |
verbose=True,
|
56 |
-
allow_delegation=True
|
57 |
llm=llm_zephyr-7b-beta
|
58 |
)
|
59 |
|
|
|
53 |
backstory="""You are a renowned Content Strategist, known for your insightful and engaging articles.
|
54 |
You transform complex concepts into compelling narratives.""",
|
55 |
verbose=True,
|
56 |
+
allow_delegation=True,
|
57 |
llm=llm_zephyr-7b-beta
|
58 |
)
|
59 |
|