BroBro87 commited on
Commit
a1aaae6
1 Parent(s): 936c8ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def create_vector_store(text_chunks, embeddings):
32
 
33
  # Function to create LLMS model
34
  def create_llms_model():
35
- llm = CTransformers(model="mistral-7b-instruct-v0.1.Q4_K_M.gguf", config={'max_new_tokens': 128, 'temperature': 0.01})
36
  return llm
37
 
38
  # Initialize Streamlit app
 
32
 
33
  # Function to create LLMS model
34
  def create_llms_model():
35
+ llm = CTransformers(model="TheBloke/Mistral-7B-Instruct-v0.1-GGUF", config={'max_new_tokens': 128, 'temperature': 0.01})
36
  return llm
37
 
38
  # Initialize Streamlit app