abanm commited on
Commit
80fc3b5
·
verified ·
1 Parent(s): aeff487

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  import datetime
6
 
7
  # Constants
8
- API_URL = "https://z7svds7k42bwhhgm.us-east-1.aws.endpoints.huggingface.cloud"
9
  HF_API_KEY = os.getenv("HF_API_KEY") # Retrieve the Hugging Face API key from system variables
10
  EOS_TOKEN = "<|end|>"
11
  CHAT_HISTORY_DIR = "chat_histories"
 
5
  import datetime
6
 
7
  # Constants
8
+ SPACE_URL = "https://z7svds7k42bwhhgm.us-east-1.aws.endpoints.huggingface.cloud"
9
  HF_API_KEY = os.getenv("HF_API_KEY") # Retrieve the Hugging Face API key from system variables
10
  EOS_TOKEN = "<|end|>"
11
  CHAT_HISTORY_DIR = "chat_histories"