fdaudens HF Staff commited on
Commit
a792e21
·
verified ·
1 Parent(s): af9f1f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -46,6 +46,7 @@ llm = HuggingFaceInferenceAPI(
46
  task="conversational",
47
  parameters={
48
  "max_new_tokens": 2048,
 
49
  )
50
 
51
  memory = ChatMemoryBuffer.from_defaults(token_limit=8192)
 
46
  task="conversational",
47
  parameters={
48
  "max_new_tokens": 2048,
49
+ }
50
  )
51
 
52
  memory = ChatMemoryBuffer.from_defaults(token_limit=8192)