Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ async def chat(query,history,sources,reports):
|
|
73 |
|
74 |
prompt = ChatPromptTemplate.from_template(answer_prompt_template)
|
75 |
|
76 |
-
# get
|
77 |
# llm_qa = HuggingFaceEndpoint(
|
78 |
# endpoint_url= "https://mnczdhmrf7lkfd9d.eu-west-1.aws.endpoints.huggingface.cloud",
|
79 |
# task="text-generation",
|
|
|
73 |
|
74 |
prompt = ChatPromptTemplate.from_template(answer_prompt_template)
|
75 |
|
76 |
+
# get llm_qa
|
77 |
# llm_qa = HuggingFaceEndpoint(
|
78 |
# endpoint_url= "https://mnczdhmrf7lkfd9d.eu-west-1.aws.endpoints.huggingface.cloud",
|
79 |
# task="text-generation",
|