Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ writer = Agent(
|
|
| 54 |
You transform complex concepts into compelling narratives.""",
|
| 55 |
verbose=True,
|
| 56 |
allow_delegation=True,
|
| 57 |
-
llm=
|
| 58 |
)
|
| 59 |
|
| 60 |
# Create tasks for your agents
|
|
|
|
| 54 |
You transform complex concepts into compelling narratives.""",
|
| 55 |
verbose=True,
|
| 56 |
allow_delegation=True,
|
| 57 |
+
llm=llm_zephyr_7b_beta
|
| 58 |
)
|
| 59 |
|
| 60 |
# Create tasks for your agents
|