MD1998 commited on
Commit
7199001
·
verified ·
1 Parent(s): 5243e66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,8 +57,8 @@ memory = ConversationBufferWindowMemory()
57
  llm = CTransformers(model='TheBloke/Llama-2-7B-Chat-GGML',
58
  model_file='llama-2-7b-chat.ggmlv3.q3_K_S.bin',
59
  model_type='llama',
60
- config={'max_new_tokens': 15,
61
- 'temperature': 0.01}
62
  )
63
 
64
  # convo = ConversationChain(
 
57
  llm = CTransformers(model='TheBloke/Llama-2-7B-Chat-GGML',
58
  model_file='llama-2-7b-chat.ggmlv3.q3_K_S.bin',
59
  model_type='llama',
60
+ config={'max_new_tokens': 25,
61
+ 'temperature': 0.2}
62
  )
63
 
64
  # convo = ConversationChain(