Araeynn commited on
Commit
f737663
1 Parent(s): 706ea24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ async def on_message(message):
179
  "https://cdn.dribbble.com/users/107759/screenshots/3498589/media/5bc45101de34a80ea71238a02f3a75b5.gif",
180
  ]
181
  )
182
- output = LLM.text_generation(context,
183
  stop_sequences=["<|end_of_turn|>"],
184
  max_new_tokens=4096)
185
  title = ec(output, "<|title|>", "<|title|>")[0]
 
179
  "https://cdn.dribbble.com/users/107759/screenshots/3498589/media/5bc45101de34a80ea71238a02f3a75b5.gif",
180
  ]
181
  )
182
+ output = await LLM.text_generation(context,
183
  stop_sequences=["<|end_of_turn|>"],
184
  max_new_tokens=4096)
185
  title = ec(output, "<|title|>", "<|title|>")[0]