redfernstech commited on
Commit
c829174
1 Parent(s): be52d2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
  # Set up Hugging Face Hub
10
  token = os.environ['HF_TOKEN']
11
  hub_llm = HuggingFaceHub(
12
- repo_id='mistralai/Mixtral-8x7B-Instruct-v0.1',
13
  huggingfacehub_api_token=token
14
  )
15
 
 
9
  # Set up Hugging Face Hub
10
  token = os.environ['HF_TOKEN']
11
  hub_llm = HuggingFaceHub(
12
+ repo_id='meta-llama/Llama-3.1-8B-Instruct',
13
  huggingfacehub_api_token=token
14
  )
15