Skip to content

Commit c5af8dd

Browse files
author
TAI DO
committed
fix template
1 parent 41bf536 commit c5af8dd

File tree

3 files changed

+648
-103
lines changed

3 files changed

+648
-103
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async def main(message: chainlit.Message):
3333
model=model_ft,
3434
prompt=prompt,
3535
tokenizer=tokenizer,
36-
max_new_tokens=256,
36+
max_new_tokens=100,
3737
temperature=0.8,
3838
top_k=5
3939
)

0 commit comments

Comments
 (0)