GenAICoder commited on
Commit
c11fa90
·
verified ·
1 Parent(s): 109e053

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -104,9 +104,9 @@ def get_conversational_chain(retriever):
104
 
105
 
106
  llm = HuggingFaceHub(
107
- repo_id="HuggingFaceH4/zephyr-7b-beta",
108
  #repo_id = "mistralai/Mistral-7B-v0.1",
109
- #repo_id="microsoft/Phi-3-small-128k-instruct",
110
  huggingfacehub_api_token=os.getenv("HUGGINGFACE_API_KEY"),
111
  task="text-generation",
112
  )
 
104
 
105
 
106
  llm = HuggingFaceHub(
107
+ #repo_id="HuggingFaceH4/zephyr-7b-beta",
108
  #repo_id = "mistralai/Mistral-7B-v0.1",
109
+ repo_id="microsoft/Phi-3-mini-128k-instruct",
110
  huggingfacehub_api_token=os.getenv("HUGGINGFACE_API_KEY"),
111
  task="text-generation",
112
  )