dromerosm commited on
Commit
1a6ab6a
·
verified ·
1 Parent(s): 5c2e064

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=1000,
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
  )