pratikshahp commited on
Commit
8e67fc2
·
verified ·
1 Parent(s): a10e9d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ llm = HuggingFaceEndpoint(
15
  repo_id="mistralai/Mistral-7B-Instruct-v0.3",
16
  huggingfacehub_api_token=HF_TOKEN.strip(),
17
  temperature=0.7,
18
- max_new_tokens=15,
19
  )
20
 
21
  # Define state class for managing the ticket state
 
15
  repo_id="mistralai/Mistral-7B-Instruct-v0.3",
16
  huggingfacehub_api_token=HF_TOKEN.strip(),
17
  temperature=0.7,
18
+ max_new_tokens=150,
19
  )
20
 
21
  # Define state class for managing the ticket state