Spaces:
Sleeping
Sleeping
michelebasilico
commited on
Commit
•
743270a
1
Parent(s):
327dfaa
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ end_instruction_token = " [/INST]"
|
|
9 |
system_prompt = "Sei un assistente utile ed affidabile. Rispondi in maniera adeguata alla domanda seguente:\n"
|
10 |
start_completion = "\nRisposta:"
|
11 |
|
12 |
-
API_URL = "https://
|
13 |
token = "Bearer " + os.getenv("ITACA_TOKEN")
|
14 |
|
15 |
headers = {
|
|
|
9 |
system_prompt = "Sei un assistente utile ed affidabile. Rispondi in maniera adeguata alla domanda seguente:\n"
|
10 |
start_completion = "\nRisposta:"
|
11 |
|
12 |
+
API_URL = "https://jadvy64czlx56190.us-east-1.aws.endpoints.huggingface.cloud"
|
13 |
token = "Bearer " + os.getenv("ITACA_TOKEN")
|
14 |
|
15 |
headers = {
|