ubermenchh commited on
Commit
bc96e8d
1 Parent(s): ef5a9f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from langchain.llms import CTransformers
7
  def getLLamaresponse(input_text,no_words,blog_style):
8
 
9
  ### LLama2 model
10
- llm=CTransformers(model='models/llama-2-7b-chat.ggmlv3.q8_0.bin',
11
  model_type='llama',
12
  config={'max_new_tokens':256,
13
  'temperature':0.01})
 
7
  def getLLamaresponse(input_text,no_words,blog_style):
8
 
9
  ### LLama2 model
10
+ llm=CTransformers(model='TheBloke/OpenHermes-2.5-Mistral-7B-GGUF',
11
  model_type='llama',
12
  config={'max_new_tokens':256,
13
  'temperature':0.01})