hoyinli commited on
Commit
34da4cb
1 Parent(s): fd68f85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ DB_FAISS_PATH = 'vectorstore/db_faiss'
18
  # Load the model of choice
19
  def load_llm():
20
  llm = CTransformers(
21
- model="Phind-CodeLlama-34B-v1",
22
  model_type="llama",
23
  max_new_tokens=512,
24
  temperature=0.5
 
18
  # Load the model of choice
19
  def load_llm():
20
  llm = CTransformers(
21
+ model="meta-llama/Llama-2-7b",
22
  model_type="llama",
23
  max_new_tokens=512,
24
  temperature=0.5