michelebasilico commited on
Commit
b1da324
1 Parent(s): 9934ede

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ system_prompt = "Sei un assistente utile ed affidabile. Rispondi in maniera adeg
10
 
11
 
12
  API_URL = "https://cyk11dj2ce5ybyjq.us-east-1.aws.endpoints.huggingface.cloud"
13
- token = "Bearer hf_XXXXX" + os.getenv("ITACA_TOKEN")
14
 
15
  headers = {
16
  "Accept": "application/json",
 
10
 
11
 
12
  API_URL = "https://cyk11dj2ce5ybyjq.us-east-1.aws.endpoints.huggingface.cloud"
13
+ token = "Bearer " + os.getenv("ITACA_TOKEN")
14
 
15
  headers = {
16
  "Accept": "application/json",