Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def web_scrapper(url: str, topic: str) -> str:
|
|
73 |
model='command-r-plus',
|
74 |
message=prompt,
|
75 |
temperature=0.4,
|
76 |
-
max_tokens=
|
77 |
chat_history=[],
|
78 |
prompt_truncation='AUTO'
|
79 |
)
|
|
|
73 |
model='command-r-plus',
|
74 |
message=prompt,
|
75 |
temperature=0.4,
|
76 |
+
max_tokens=600,
|
77 |
chat_history=[],
|
78 |
prompt_truncation='AUTO'
|
79 |
)
|