Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ researcher = Agent(
|
|
37 |
tools=[search_tool],
|
38 |
max_execution_time=10,
|
39 |
max_iter=25, # Optional
|
40 |
-
max_rpm=
|
41 |
llm=llm_zephyr_7b_beta
|
42 |
# You can pass an optional llm attribute specifying what mode you wanna use.
|
43 |
# It can be a local model through Ollama / LM Studio or a remote
|
@@ -60,7 +60,7 @@ writer = Agent(
|
|
60 |
verbose=True,
|
61 |
max_execution_time=5,
|
62 |
max_iter=15, # Optional
|
63 |
-
max_rpm=
|
64 |
allow_delegation=True,
|
65 |
llm=llm_zephyr_7b_beta
|
66 |
)
|
|
|
37 |
tools=[search_tool],
|
38 |
max_execution_time=10,
|
39 |
max_iter=25, # Optional
|
40 |
+
max_rpm=20, # Optional
|
41 |
llm=llm_zephyr_7b_beta
|
42 |
# You can pass an optional llm attribute specifying what mode you wanna use.
|
43 |
# It can be a local model through Ollama / LM Studio or a remote
|
|
|
60 |
verbose=True,
|
61 |
max_execution_time=5,
|
62 |
max_iter=15, # Optional
|
63 |
+
max_rpm=20, # Optional
|
64 |
allow_delegation=True,
|
65 |
llm=llm_zephyr_7b_beta
|
66 |
)
|