GenAICoder commited on
Commit
3911076
·
verified ·
1 Parent(s): 3a7cfe4

Update app.py

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