ali121300 commited on
Commit
56ca575
1 Parent(s): 625e074

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def get_conversation_chain(vectorstore:FAISS) -> ConversationalRetrievalChain:
57
  #repo_id="mistralai/Mistral-7B-Instruct-v0.2",
58
  #repo_id="cognitivecomputations/Llama-3-70B-Gradient-1048k-adapter",
59
  #repo_id="TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF"
60
- repo_id="google/gemma-7b",
61
  model_kwargs={"temperature": 0.1, "max_length": 2048},
62
  )
63
 
 
57
  #repo_id="mistralai/Mistral-7B-Instruct-v0.2",
58
  #repo_id="cognitivecomputations/Llama-3-70B-Gradient-1048k-adapter",
59
  #repo_id="TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF"
60
+ repo_id="lmstudio-community/Meta-Llama-3-8B-Instruct-GGUF",
61
  model_kwargs={"temperature": 0.1, "max_length": 2048},
62
  )
63