alpcansoydas commited on
Commit
ae7809c
1 Parent(s): b5e592d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ import time
9
  llm = HuggingFaceEndpoint(
10
  repo_id="mistralai/Mistral-7B-Instruct-v0.3",
11
  task="text-generation",
12
- max_new_tokens=4096,
13
- temperature=0.5,
14
  do_sample=False,
15
  )
16
 
 
9
  llm = HuggingFaceEndpoint(
10
  repo_id="mistralai/Mistral-7B-Instruct-v0.3",
11
  task="text-generation",
12
+ max_new_tokens=1024,
13
+ temperature=0.1,
14
  do_sample=False,
15
  )
16