AnkitPatil commited on
Commit
4afd9c1
·
verified ·
1 Parent(s): bd510ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ vector_store = Chroma(embedding_function=embedding_model, persist_directory=data
29
 
30
  # Initialize the Hugging Face Hub LLM
31
  hf_hub_llm = HuggingFaceHub(
32
- repo_id="meta-llama/Meta-Llama-3-8B-Instruct",
33
  model_kwargs={"temperature": 1, "max_new_tokens":1024},
34
  )
35
 
 
29
 
30
  # Initialize the Hugging Face Hub LLM
31
  hf_hub_llm = HuggingFaceHub(
32
+ repo_id="meta-llama/Meta-Llama-3.1-8B-Instruct",
33
  model_kwargs={"temperature": 1, "max_new_tokens":1024},
34
  )
35