parthib07 commited on
Commit
241acec
·
verified ·
1 Parent(s): 7bdcb82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ HF_TOKEN = os.environ.get('HF_TOKEN')
10
  os.environ['HF_TOKEN'] = HF_TOKEN
11
 
12
  llm = HuggingFaceEndpoint(
13
- repo_id="tiiuae/falcon-7b-instruct",
14
  task="text-generation",
15
  huggingfacehub_api_token=HF_TOKEN
16
  )
 
10
  os.environ['HF_TOKEN'] = HF_TOKEN
11
 
12
  llm = HuggingFaceEndpoint(
13
+ repo_id="mistralai/Mistral-7B-Instruct-v0.2",
14
  task="text-generation",
15
  huggingfacehub_api_token=HF_TOKEN
16
  )