Gayatrikh16 commited on
Commit
ac2e695
·
verified ·
1 Parent(s): fd34b2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def getLLamaresponse(input_text,keywords,blog_style):
9
  ### LLama2 model
10
  llm=CTransformers(model="models/llama-2-7b-chat.ggmlv3.q2_K.bin",
11
  model_type='llama',
12
- config={'max_new_tokens':50,
13
  'temperature':0.01})
14
 
15
  ## Prompt Template
 
9
  ### LLama2 model
10
  llm=CTransformers(model="models/llama-2-7b-chat.ggmlv3.q2_K.bin",
11
  model_type='llama',
12
+ config={'max_new_tokens':250,
13
  'temperature':0.01})
14
 
15
  ## Prompt Template