storresbusquets commited on
Commit
43c48fb
·
1 Parent(s): 545d6b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def greet(text):
19
  prompt = PromptTemplate.from_template(prompt_template)
20
 
21
  # Define LLM chain
22
- llm = ChatOllama(temperature=0, model_name="falcon:")
23
  llm_chain = LLMChain(llm=llm, prompt=prompt)
24
 
25
  # Define StuffDocumentsChain
 
19
  prompt = PromptTemplate.from_template(prompt_template)
20
 
21
  # Define LLM chain
22
+ llm = ChatOllama(temperature=0, model_name="falcon:7b")
23
  llm_chain = LLMChain(llm=llm, prompt=prompt)
24
 
25
  # Define StuffDocumentsChain