Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def get_conversational_chain(retriever):
|
|
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("
|
108 |
task="text-generation",
|
109 |
)
|
110 |
pt = ChatPromptTemplate.from_template(prompt_template)
|
|
|
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_KEY2"),
|
108 |
task="text-generation",
|
109 |
)
|
110 |
pt = ChatPromptTemplate.from_template(prompt_template)
|