Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ async def chat(query,history,sources,reports):
|
|
| 86 |
# https://huggingface.co/blog/llama3#how-to-prompt-llama-3
|
| 87 |
|
| 88 |
llm_qa = HuggingFaceEndpoint(
|
| 89 |
-
endpoint_url= "https://
|
| 90 |
task="text-generation",
|
| 91 |
huggingfacehub_api_token=HF_token)
|
| 92 |
|
|
|
|
| 86 |
# https://huggingface.co/blog/llama3#how-to-prompt-llama-3
|
| 87 |
|
| 88 |
llm_qa = HuggingFaceEndpoint(
|
| 89 |
+
endpoint_url= "https://nhe9phsr2zhs0e36.eu-west-1.aws.endpoints.huggingface.cloud",
|
| 90 |
task="text-generation",
|
| 91 |
huggingfacehub_api_token=HF_token)
|
| 92 |
|